summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_pbuilder.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-05-14reproducible: include locales-all in pbuilder tgzReiner Herrmann1-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-05schroot-create/reproducible_setup_pbuilder: configure the proxy inside the ↵Mattia Rizzolo1-3/+9
chroot IFF http_proxy is defined
2015-04-05reproducible: setup_pbuilder: also remove the temporary logfile at the endMattia Rizzolo1-1/+1
2015-03-28reproducible: use proxy only for apt, but don't set http_proxy environment ↵Holger Levsen1-3/+5
variable. see #780587 for more info
2015-03-14reproducible: rename 'sid' to 'unstable'Holger Levsen1-2/+2
2015-03-12reproducible: also upgrade packagesHolger Levsen1-0/+1
2015-03-02fixup 5b9bbfbbHolger Levsen1-1/+1
2015-03-02reproducible: update pbuilder base.tgz's 6 times a day and recreate them ↵Holger Levsen1-2/+28
other day
2015-02-27reproducible: run 'apt-cache policy' to show the suites being usedHolger Levsen1-0/+2
2015-02-27reproducible: fixup experimental pbuilder base.tgz creationHolger Levsen1-1/+1
2015-02-27reproducible: fixup experimental pbuilder base.tgz creationHolger Levsen1-7/+2
2015-02-27fix typoHolger Levsen1-1/+1
2015-02-27reproducible: new job: setup_pbuilder_experimental and rename the old one ↵Holger Levsen1-2/+1
into setup_pbuilder_sid
2015-02-27fix bashismsHolger Levsen1-1/+1
2015-02-27reproducible: add support for experimental base.tgzHolger Levsen1-2/+12
2015-02-27reproducible: use SUITE consistently, accept SUITE as param, default to sidHolger Levsen1-7/+12
2015-02-27reproducible: add support for creating distro-specific base.tgz. work in ↵Holger Levsen1-2/+8
progress: not sure yet whether I prefer more jobs instead..
2015-02-18reproducible: remove code which shouldnt be there. thanks mapreri for ↵Holger Levsen1-11/+0
spotting this
2015-02-03reproducible: no need to install our version of discount anymore, as #762622 ↵Holger Levsen1-2/+2
has been fixed in sid
2014-10-28reproducible: dh_python has been fixed in sid, not need for our own patched ↵Holger Levsen1-1/+1
package anymore
2014-10-25reproducible: turn off DEBUG for each script individully, r-common gets ↵Holger Levsen1-0/+1
sourced after common-functions...
2014-10-22reproducible: no need to blacklist src:linux, it only needs 8.4gb for buildingHolger Levsen1-1/+1
2014-10-22reproducible: check if the pbuilder base.tgz contains the wanted versions, ↵Holger Levsen1-8/+21
abort if not
2014-10-19reproducible: add locking for reproducible schroot creation (which happens ↵Holger Levsen1-0/+85
daily)