Created
November 18, 2016 12:54
-
-
Save sts/fc11968ff96aacf44a4f249b70d3ab24 to your computer and use it in GitHub Desktop.
debian-jenkins-glue usage
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
distribution=$distribution | |
export REPOS=$distribution | |
export DIST=$distribution | |
export USE_FREIGHT=true | |
export FREIGHT_BASE=/srv/freight | |
export FREIGHT_REPOSITORY=managed | |
export KEY_ID=DEADBEEF # please adjust, or edit /etc/freight.conf | |
/usr/bin/build-and-provide-package | |
# Creates: | |
# | |
# => /srv/freight/managed-source | |
# => /srv/freight/managed.conf | |
# => /srv/freight/managed/dists/wheezy/main/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment