Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Debian bookworm, bullseye now is stable. | Mike Gabriel | 2021-08-28 | 1 | -1/+1 |
| | |||||
* | Improvement for previous commit: Use elif clause rather than continue statement. | Mike Gabriel | 2020-08-06 | 1 | -7/+4 |
| | |||||
* | Support new env var SKIP_BUILDS. This meets the requirement of skipping i386 ↵ | Mike Gabriel | 2020-08-06 | 1 | -20/+43 |
| | | | | builds for recent Ubuntu versions. | ||||
* | Update supported Ubuntu versions. | Mike Gabriel | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | Call clear_pkgdist after uploading packages. | Mike Gabriel | 2019-08-26 | 1 | -0/+1 |
| | |||||
* | update for building packages for Debian bullseye and Ubuntu eoan. | Mike Gabriel | 2019-08-26 | 1 | -2/+2 |
| | |||||
* | Add support for Ubuntu cosmic/disco. | Mike Gabriel | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Switch to strictly newer version for development snapshot builds, too. | Mike Gabriel | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Ubuntu bb-series (aka Bionic Beaver) has landed. | Mike Gabriel | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | sbuild-deb-package: Make sure that a certain Git branch that we want to ↵ | Mike Gabriel | 2017-10-20 | 1 | -0/+1 |
| | | | | build from is obtained from origin. | ||||
* | sbuild-deb-package: Support obtaining OTHERMIRROR archive key on-the-fly via ↵ | Mike Gabriel | 2017-10-20 | 1 | -0/+7 |
| | | | | curl call. | ||||
* | sbuild-deb-package: Add git submodule support. | Mike Gabriel | 2017-10-20 | 1 | -0/+5 |
| | |||||
* | sbuild-deb-package: Support DEB repos that don't have "/" as base path, but ↵ | Mike Gabriel | 2017-10-20 | 1 | -3/+4 |
| | | | | that reside in some subfolder of "/". | ||||
* | sbuild-deb-package: Allow component bundle package archives as OTHERMIRROR, too. | Mike Gabriel | 2017-10-20 | 1 | -0/+2 |
| | |||||
* | sbuild-deb-package: Fix hard-code arctica- prefix, use ${PREFIX} instead. | Mike Gabriel | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | Introduce variable GIT_TRANPSPORT. | Mike Gabriel | 2017-10-20 | 1 | -1/+2 |
| | |||||
* | Enable Debian buster and Ubuntu artful builds. | Mike Gabriel | 2017-06-23 | 1 | -2/+2 |
| | |||||
* | bin/{{s,}build-deb-package,build-{nsis,rpm}-package}: do not *ever* make ↵ | Mihai Moldovan | 2017-03-10 | 1 | -2/+2 |
| | | | | | | | | | | | local copies of git repositories with hardlinks in them. To start with, that defeats the purpose of such a copy in the first place and secondly has been failing badly for Debian packages since the dawn of time. We want a nice, full, deep copy that can be changed without harming other builds. | ||||
* | sbuild-deb-package: Fix OTHERMIRROR definition. | Mike Gabriel | 2016-09-13 | 1 | -2/+2 |
| | |||||
* | use "release" as keyword for release builds | Mike Gabriel | 2016-09-13 | 1 | -9/+9 |
| | |||||
* | bundle release builds: Fix usage of wrong var name. | Mike Gabriel | 2016-09-13 | 1 | -2/+2 |
| | |||||
* | sbuild-deb-package: during directory clean-up, we don't know the DEBSRCPKG ↵ | Mike Gabriel | 2016-09-06 | 1 | -5/+5 |
| | | | | name, yet. Thus, we remove all suspicious files. | ||||
* | sbuild-deb-package: also support DEBSRCPKG name in clean-up and upload function | Mike Gabriel | 2016-09-06 | 1 | -7/+12 |
| | |||||
* | sbuild-deb-package: allow difference in Git project name and Debian src:pkg name | Mike Gabriel | 2016-09-06 | 1 | -1/+2 |
| | |||||
* | sbuild-deb-package: Assume that we can find <dist>-codename-to-version.sh in ↵ | Mike Gabriel | 2016-07-07 | 1 | -2/+2 |
| | | | | $PATH. | ||||
* | bin/build-deb-package: fix various issues: | Mihai Moldovan | 2016-07-04 | 1 | -5/+9 |
| | | | | | | | | | | | - typeset -l makes the content lowercase, not the variable "local" (that's implied by using typeset.) Hence, drop it where inappropriate. - typeset -l is only available in BASH 4 and higher. Use it conditionally only. - Use tr to convert strings to lowercase when using a BASH version lower than 4. - Don't accept empty numerical version values. | ||||
* | bin/sbuild-deb-package: change package versioning to mitigate errors during ↵ | Mihai Moldovan | 2016-07-01 | 1 | -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-11 | 1 | -1/+1 |
| | | | | console log. | ||||
* | Only copy package files, if a filename could be extracted from the .dsc file. | Mike Gabriel | 2015-11-11 | 1 | -2/+2 |
| | |||||
* | Use build-dep resolver aptitude (not apt-get). | Mike Gabriel | 2015-11-11 | 1 | -2/+3 |
| | |||||
* | Fully fix OTHERMIRROR variable interpretation. | Mike Gabriel | 2015-11-10 | 1 | -5/+19 |
| | |||||
* | Support sbuild's --extra-repository parameter at build time. | Mike Gabriel | 2015-11-10 | 1 | -3/+3 |
| | |||||
* | Also build for Ubuntu xenial by default. | Mike Gabriel | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | make buildscripts work for ArcticaProject | Mike Gabriel | 2015-09-18 | 1 | -142/+76 |
| | |||||
* | add sbuild-deb-package, copied from build-deb-package as a starting point | Mike Gabriel | 2015-04-27 | 1 | -0/+408 |