summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-09-09make 'apt-get update' more robust against network failuresHolger Levsen1-3/+16
2015-09-08use sudo for better resultsHolger Levsen1-1/+1
2015-09-07retry debootstrap after 5min on failureHolger Levsen1-1/+14
2015-09-07reproducible: really deal with ssh failures gracefullyHolger Levsen1-0/+1
2015-09-06reproducible: give better hint at the failureHolger Levsen1-1/+1
2015-09-01reproducible: install diffoscope in schroots tooHolger Levsen1-6/+6
2015-08-15reproducible: s#debbindiff#diffoscope#g in most of the outputHolger Levsen1-4/+4
2015-08-04reproducible: fail gracefully (=dont fail) if debbindiff cannot be installed ↵Holger Levsen1-2/+1
from unstable in testing
2015-06-14schroot-create: fix parameters checking: first check for ↵Mattia Rizzolo1-13/+13
reproducible/backports, then parse suite/target
2015-06-08meld reproducible_setup_schroot.sh into schroot-create, delete the first and ↵Mattia Rizzolo1-9/+34
let everything use that schroot-create script. No need for duplications
2015-04-05schroot-create/reproducible_setup_pbuilder: configure the proxy inside the ↵Mattia Rizzolo1-1/+3
chroot IFF http_proxy is defined
2015-03-02fix experimental schroot creationHolger Levsen1-8/+10
2015-03-02s#distro#suite#gHolger Levsen1-10/+10
2015-02-27fix bashismsHolger Levsen1-4/+4
2015-02-27fix path for cleanupHolger Levsen1-1/+1
2015-02-27disable debugging again and dont use local variables with the same names as ↵Holger Levsen1-8/+3
globals
2015-02-27more debuggingHolger Levsen1-0/+1
2015-02-27to bootstrap experimental, first bootstrap sid and then add experimental sourcesHolger Levsen1-0/+7
2015-02-27more debuggingHolger Levsen1-2/+3
2015-02-26fixup last commitHolger Levsen1-2/+3
2015-02-26add script to add key for reproducible repo - to proof the TODO item 'merge ↵Holger Levsen1-0/+47
the two scripts to create schroots'... :/
2015-02-26reproducible: create two new schroots, reproducible-(sid|experimental) for ↵Holger Levsen1-4/+7
the builders to run 'apt-get source' within
2015-01-03use double-quotes so that variables are expanded.Holger Levsen1-1/+1
(elsewhere this is not needed as the variables are expanded by /bin/cat...)
2015-01-01fixupHolger Levsen1-1/+1
2015-01-01live: use sudo properlyHolger Levsen1-1/+5
2015-01-01umount in reverse orderHolger Levsen1-3/+3
2015-01-01use lazy umounting as allowedHolger Levsen1-1/+1
2015-01-01mount /proc /dev and /dev/pts inside chroot when installing additional packagesHolger Levsen1-1/+8
2015-01-01give clear success message at the endHolger Levsen1-1/+1
2014-10-25introduce common DEBUG variableHolger Levsen1-0/+1
2014-10-18reproducible: run debbindiff from within a(nother) sid schroot (created by ↵Holger Levsen1-6/+7
another job)
2014-04-27reenable cleanup()Holger Levsen1-1/+1
2014-04-27fixup job shells too (see previous commit) and thus switch to --directory...Holger Levsen1-8/+2
2014-04-27schroot either needs to be executed in an directory which exists in the ↵Holger Levsen1-0/+4
schroot too, or --directory be used...
2014-04-27Use sudo tee trick to write files as rootJoachim Breitner1-10/+6
merge conflicts: bin/schroot-create.sh
2014-04-26use common functions. runs all scripts as copies from /tmp, so the source ↵Holger Levsen1-22/+7
scripts can be updated while running.
2014-04-25use unsafe-io in all (s)chrootsHolger Levsen1-0/+4
2014-04-25schroot-create.sh: temp. disable the most harmful commands now that these ↵Holger Levsen1-2/+2
might actually be executed from the jobs using them...
2014-04-25Revert "Use sudo tee trick..." as it causes " parse error in ↵Holger Levsen1-6/+10
/etc/sudoers.d/jenkins near line 3" This reverts commit 8f2f36225a254ccd177b77d8ba197c9a95180b82.
2014-04-25Use sudo tee trick to write files as rootJoachim Breitner1-10/+6
2014-04-16name it schroot-createJoachim Breitner1-0/+115