Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mavimo/phing-build-common
Common phing build scripts
https://github.com/mavimo/phing-build-common
Last synced: about 2 months ago
JSON representation
Common phing build scripts
- Host: GitHub
- URL: https://github.com/mavimo/phing-build-common
- Owner: mavimo
- Created: 2012-05-21T10:07:50.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2012-05-21T10:09:59.000Z (over 12 years ago)
- Last Synced: 2024-12-01T04:52:09.938Z (2 months ago)
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phing Build Scripts
===================Install
-------
$ cd $project_root
$ git submodule add git://github.com/phostr/phing-build-common.git build/common
$ cp build/common/examples/build.xml .
$ cp build/common/examples/build.properties .Edit both build.xml and build.properties as needed ..
Usage
-----Available targets:
$ phing ci
$ phing build
$ phing package -Ddeb.signwith=
$ phing package-zip
$ phing package-deb -Ddeb.signwith=
$ phing publish-deb
$ phing cleanExample build.xml
-----------------
Example build.properties
------------------------app.name = example
app.description = Example Project
app.version = 1.0
deb.control.maintainer = [email protected]
deb.control.homepage = http://www.example.com
deb.maintainer.name = Example
deb.maintainer.email = [email protected]
deb.distribution = example
deb.control.section = main
deb.control.architecture = all
deb.control.depends =
deb.control.builddepends = debhelper (>= 7.0.50~)
deb.control.predepends =
deb.control.recommends =
deb.control.suggests =
deb.control.conflicts =
deb.control.provides =
publish.dupload.target = my-dupload-target