Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-07 | fix harmless typo | Holger Levsen | 1 | -1/+1 | |
2015-09-02 | reproducible: update pbuilder in maintenance job too, run maintenance jobs ↵ | Holger Levsen | 1 | -10/+1 | |
more often, run pbuilder setup jobs less often | |||||
2015-06-14 | reproducible: define $TEMPDIR as /tmp/reproducible and teach all the to ↵ | Mattia Rizzolo | 1 | -3/+3 | |
create temporary files under TEMPDIR (except for builders, they have their own TMPDIR), to avoid polluting /tmp | |||||
2015-05-14 | reproducible: include locales-all in pbuilder tgz | Reiner Herrmann | 1 | -1/+2 | |
It is currently intended that both builds are built with different locales to get more variation. In reproducible_build.sh LC_ALL is set to fr_CH.UTF-8. But the minimal pbuilder currently doesn't know this locale, so e.g. calling `date` still outputs English strings. By including locales-all in the pbuilder tgz, all locales will be available. | |||||
2015-04-05 | schroot-create/reproducible_setup_pbuilder: configure the proxy inside the ↵ | Mattia Rizzolo | 1 | -3/+9 | |
chroot IFF http_proxy is defined | |||||
2015-04-05 | reproducible: setup_pbuilder: also remove the temporary logfile at the end | Mattia Rizzolo | 1 | -1/+1 | |
2015-03-28 | reproducible: use proxy only for apt, but don't set http_proxy environment ↵ | Holger Levsen | 1 | -3/+5 | |
variable. see #780587 for more info | |||||
2015-03-14 | reproducible: rename 'sid' to 'unstable' | Holger Levsen | 1 | -2/+2 | |
2015-03-12 | reproducible: also upgrade packages | Holger Levsen | 1 | -0/+1 | |
2015-03-02 | fixup 5b9bbfbb | Holger Levsen | 1 | -1/+1 | |
2015-03-02 | reproducible: update pbuilder base.tgz's 6 times a day and recreate them ↵ | Holger Levsen | 1 | -2/+28 | |
other day | |||||
2015-02-27 | reproducible: run 'apt-cache policy' to show the suites being used | Holger Levsen | 1 | -0/+2 | |
2015-02-27 | reproducible: fixup experimental pbuilder base.tgz creation | Holger Levsen | 1 | -1/+1 | |
2015-02-27 | reproducible: fixup experimental pbuilder base.tgz creation | Holger Levsen | 1 | -7/+2 | |
2015-02-27 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-02-27 | reproducible: new job: setup_pbuilder_experimental and rename the old one ↵ | Holger Levsen | 1 | -2/+1 | |
into setup_pbuilder_sid | |||||
2015-02-27 | fix bashisms | Holger Levsen | 1 | -1/+1 | |
2015-02-27 | reproducible: add support for experimental base.tgz | Holger Levsen | 1 | -2/+12 | |
2015-02-27 | reproducible: use SUITE consistently, accept SUITE as param, default to sid | Holger Levsen | 1 | -7/+12 | |
2015-02-27 | reproducible: add support for creating distro-specific base.tgz. work in ↵ | Holger Levsen | 1 | -2/+8 | |
progress: not sure yet whether I prefer more jobs instead.. | |||||
2015-02-18 | reproducible: remove code which shouldnt be there. thanks mapreri for ↵ | Holger Levsen | 1 | -11/+0 | |
spotting this | |||||
2015-02-03 | reproducible: no need to install our version of discount anymore, as #762622 ↵ | Holger Levsen | 1 | -2/+2 | |
has been fixed in sid | |||||
2014-10-28 | reproducible: dh_python has been fixed in sid, not need for our own patched ↵ | Holger Levsen | 1 | -1/+1 | |
package anymore | |||||
2014-10-25 | reproducible: turn off DEBUG for each script individully, r-common gets ↵ | Holger Levsen | 1 | -0/+1 | |
sourced after common-functions... | |||||
2014-10-22 | reproducible: no need to blacklist src:linux, it only needs 8.4gb for building | Holger Levsen | 1 | -1/+1 | |
2014-10-22 | reproducible: check if the pbuilder base.tgz contains the wanted versions, ↵ | Holger Levsen | 1 | -8/+21 | |
abort if not | |||||
2014-10-19 | reproducible: add locking for reproducible schroot creation (which happens ↵ | Holger Levsen | 1 | -0/+85 | |
daily) |