summaryrefslogtreecommitdiff
path: root/scripts/pbuilder-setup
AgeCommit message (Collapse)Author
2017-01-25Switch all build scripts to python3.Daniil Baturin
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible.
2015-12-26Add license headers to scripts.Daniil Baturin
Some people rightfully complained about their absense already.
2015-12-25Initial support for pbuilder.Daniil Baturin
Note: pbuilder --create does not work well with relative build path, base.tgz creation fails. This led to the build_dir path being absolute. Perhaps we should make it more granular and only use absolute paths for pbuilder options.