Skip to content

Instantly share code, notes, and snippets.

@pmauduit
Last active February 21, 2016 17:49
Show Gist options
  • Save pmauduit/5d0a694286bab6ce252f to your computer and use it in GitHub Desktop.
Save pmauduit/5d0a694286bab6ce252f to your computer and use it in GitHub Desktop.
reprepro configuration for geOr
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