Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 594 Bytes

debuild

Scripts to (help) automate the building of our Debian packages

Usage:

./build <gitrepourl> <release> <arch>
./build https://github.com/64studio/pdk.git stretch amd64
./build https://github.com/64studio/smart.git stretch amd64

This file contains the pbuilder path where the built debs are located:

~/autobuild/tmp/result_dir.log

backport

Same as above, but will (attempt to) backport a Debian package

Usage:

./backport <dscurl> <release> <arch>
./backport http://http.debian.net/debian/pool/main/n/nodejs/nodejs_6.11.2~dfsg-5.dsc stretch amd64