Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-02 | fix experimental schroot creation | Holger Levsen | 1 | -8/+10 | |
2015-03-02 | s#distro#suite#g | Holger Levsen | 1 | -10/+10 | |
2015-02-27 | fix bashisms | Holger Levsen | 1 | -4/+4 | |
2015-02-27 | fix path for cleanup | Holger Levsen | 1 | -1/+1 | |
2015-02-27 | disable debugging again and dont use local variables with the same names as ↵ | Holger Levsen | 1 | -8/+3 | |
globals | |||||
2015-02-27 | more debugging | Holger Levsen | 1 | -0/+1 | |
2015-02-27 | to bootstrap experimental, first bootstrap sid and then add experimental sources | Holger Levsen | 1 | -0/+7 | |
2015-02-27 | more debugging | Holger Levsen | 1 | -2/+3 | |
2015-02-26 | fixup last commit | Holger Levsen | 1 | -2/+3 | |
2015-02-26 | add script to add key for reproducible repo - to proof the TODO item 'merge ↵ | Holger Levsen | 1 | -0/+47 | |
the two scripts to create schroots'... :/ | |||||
2015-02-26 | reproducible: create two new schroots, reproducible-(sid|experimental) for ↵ | Holger Levsen | 1 | -4/+7 | |
the builders to run 'apt-get source' within | |||||
2015-01-03 | use double-quotes so that variables are expanded. | Holger Levsen | 1 | -1/+1 | |
(elsewhere this is not needed as the variables are expanded by /bin/cat...) | |||||
2015-01-01 | fixup | Holger Levsen | 1 | -1/+1 | |
2015-01-01 | live: use sudo properly | Holger Levsen | 1 | -1/+5 | |
2015-01-01 | umount in reverse order | Holger Levsen | 1 | -3/+3 | |
2015-01-01 | use lazy umounting as allowed | Holger Levsen | 1 | -1/+1 | |
2015-01-01 | mount /proc /dev and /dev/pts inside chroot when installing additional packages | Holger Levsen | 1 | -1/+8 | |
2015-01-01 | give clear success message at the end | Holger Levsen | 1 | -1/+1 | |
2014-10-25 | introduce common DEBUG variable | Holger Levsen | 1 | -0/+1 | |
2014-10-18 | reproducible: run debbindiff from within a(nother) sid schroot (created by ↵ | Holger Levsen | 1 | -6/+7 | |
another job) | |||||
2014-04-27 | reenable cleanup() | Holger Levsen | 1 | -1/+1 | |
2014-04-27 | fixup job shells too (see previous commit) and thus switch to --directory... | Holger Levsen | 1 | -8/+2 | |
2014-04-27 | schroot either needs to be executed in an directory which exists in the ↵ | Holger Levsen | 1 | -0/+4 | |
schroot too, or --directory be used... | |||||
2014-04-27 | Use sudo tee trick to write files as root | Joachim Breitner | 1 | -10/+6 | |
merge conflicts: bin/schroot-create.sh | |||||
2014-04-26 | use common functions. runs all scripts as copies from /tmp, so the source ↵ | Holger Levsen | 1 | -22/+7 | |
scripts can be updated while running. | |||||
2014-04-25 | use unsafe-io in all (s)chroots | Holger Levsen | 1 | -0/+4 | |
2014-04-25 | schroot-create.sh: temp. disable the most harmful commands now that these ↵ | Holger Levsen | 1 | -2/+2 | |
might actually be executed from the jobs using them... | |||||
2014-04-25 | Revert "Use sudo tee trick..." as it causes " parse error in ↵ | Holger Levsen | 1 | -6/+10 | |
/etc/sudoers.d/jenkins near line 3" This reverts commit 8f2f36225a254ccd177b77d8ba197c9a95180b82. | |||||
2014-04-25 | Use sudo tee trick to write files as root | Joachim Breitner | 1 | -10/+6 | |
2014-04-16 | name it schroot-create | Joachim Breitner | 1 | -0/+115 | |