summaryrefslogtreecommitdiff
path: root/bin/sbuild-deb-package
Commit message (Collapse)AuthorAgeFilesLines
* bin/sbuild-deb-package: change package versioning to mitigate errors during ↵Mihai Moldovan2016-07-011-8/+29
| | | | | | | | | | | | | | | | | | | dist-upgrades. The local version now contains a numerical version of the code name instead of a string, which is lexicographically compared and will wrap around at some point for Ubuntu, or just be plain random between releases for Debian. Descriptions have been updated to include a capitalized distro name and also the numerical version in addition to the code name. In order to make the transition work, ALL packages (releases and nightlies) must be revbumped. For nightlies, one commit to each repo is enough to generate a new git date and commit number, while release packages need a proper revision or version bump. Merely rebuilding with the old version is not enough, as the new packages will be seen as older than the old ones.
* Use the --no-log (-n) option for sbuild to pipe all output into the Jenkins ↵Arctica Builder (CHEVALBLANC)2015-11-111-1/+1
| | | | console log.
* Only copy package files, if a filename could be extracted from the .dsc file.Mike Gabriel2015-11-111-2/+2
|
* Use build-dep resolver aptitude (not apt-get).Mike Gabriel2015-11-111-2/+3
|
* Fully fix OTHERMIRROR variable interpretation.Mike Gabriel2015-11-101-5/+19
|
* Support sbuild's --extra-repository parameter at build time.Mike Gabriel2015-11-101-3/+3
|
* Also build for Ubuntu xenial by default.Mike Gabriel2015-11-101-2/+2
|
* make buildscripts work for ArcticaProjectMike Gabriel2015-09-181-142/+76
|
* add sbuild-deb-package, copied from build-deb-package as a starting pointMike Gabriel2015-04-271-0/+408