Last active
February 21, 2016 17:49
-
-
Save pmauduit/5d0a694286bab6ce252f to your computer and use it in GitHub Desktop.
reprepro configuration for geOr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Origin: geOrchestra | |
Label: geOrchestra | |
Codename: 15.12 | |
Architectures: i386 amd64 | |
Components: main | |
Description: Apt repository for geOrchestra 15.12 | |
Origin: geOrchestra | |
Label: geOrchestra | |
Codename: master | |
Architectures: i386 amd64 | |
Components: main | |
Description: Apt repository for geOrchestra master | |
# deploy on master: | |
# mvn deb:deploy -PdebianPackage -Ddeb.reprepro.config=/tmp/reprepro/apt/debian/conf \ | |
# -Ddeb.repository.location=/tmp/reprepro/apt/debian -Ddeb.repository.branch=master | |
# deploy on 15.12 (stable) | |
# (BUILD_NUMBER is jenkins specific) | |
# mvn deb:deploy -PdebianPackage -Ddeb.reprepro.config=/tmp/reprepro/apt/debian/conf \ | |
# -Ddeb.repository.location=/tmp/reprepro/apt/debian -Ddeb.repository.branch=15.12 \ | |
# -Ddeb.package.version=\$\{project.version\}\+\$\{BUILD_NUMBER\} | |
# entry in the source.list: | |
# master packages: | |
# deb http://.../debian master main | |
# 15.12 packages: | |
# deb http://.../debian 15.12 main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment