Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-25 | make more robust | Holger Levsen | 1 | -1/+1 | |
2015-09-11 | handle invalid release signatures more gracefully | Holger Levsen | 1 | -1/+1 | |
2015-09-10 | fix copy+paste error | Holger Levsen | 1 | -2/+2 | |
2015-09-10 | chroot-installation: retry once, if debootstrap fails to download packages | Holger Levsen | 1 | -6/+17 | |
2015-02-27 | fix bashisms | Holger Levsen | 1 | -2/+2 | |
2014-11-04 | chroot-run: correctly handle variable types (fix artifact publishing) | Holger Levsen | 1 | -1/+6 | |
2014-11-04 | add 2 new piuparts build jobs | Holger Levsen | 1 | -0/+12 | |
2014-10-26 | whitespace change | Holger Levsen | 1 | -1/+1 | |
2014-10-26 | refactor code into new publish_changes_to_userContent() | Holger Levsen | 1 | -18/+2 | |
This new function is used to publish both the Debian Edu manuals as well as the Debian Installer installation-guide to https://jenkins.debian.net/userContent/debian-edu-doc/ and https://jenkins.debian.net/userContent/installation-guide/ | |||||
2014-10-25 | everybody uses 7byte git ids | Holger Levsen | 1 | -2/+2 | |
2014-10-25 | leave changelog version and git commit id next to the build results too | Holger Levsen | 1 | -3/+4 | |
2014-10-25 | chroot-run: if the debian-edu-doc source package was build, update ↵ | Holger Levsen | 1 | -2/+24 | |
https://jenkins.debian.net/userContent/debian-edu-doc/ with it's binary packages contents | |||||
2014-10-25 | bugfix: remove trap, don't run cleanup twice | Holger Levsen | 1 | -0/+3 | |
2014-10-25 | introduce common DEBUG variable | Holger Levsen | 1 | -0/+1 | |
2014-09-08 | chroot-run.sh minimal should bootstrap a minbase | Helmut Grohne | 1 | -1/+2 | |
This should further reduce the incurred io load. | |||||
2014-07-20 | chroot-run.sh: be verbose about the amount of time we sleep | Holger Levsen | 1 | -2/+3 | |
2014-07-20 | slow down when debootstrap fails | Helmut Grohne | 1 | -1/+5 | |
When one debootstrap fails, chroot-run finishes very quickly. That way a temporary network failure quickly eats the whole jenkins job queue producing large numbers of false errors. Rather delay such failures, hoping that they healed themselves after the delay. | |||||
2014-07-10 | Copy stats.csv in cleanup | Joachim Breitner | 1 | -5/+6 | |
2014-05-23 | use minimal chroots for rebootstrap | Helmut Grohne | 1 | -2/+11 | |
This should reduce io-load on jenkins by not installing unneeded stuff. | |||||
2014-04-26 | use common functions. runs all scripts as copies from /tmp, so the source ↵ | Holger Levsen | 1 | -21/+3 | |
scripts can be updated while running. | |||||
2014-04-25 | use unsafe-io in all (s)chroots | Holger Levsen | 1 | -0/+2 | |
2014-04-25 | chroot-run: dpkg --force-unsafe-io | Helmut Grohne | 1 | -0/+2 | |
This should kill most fsyncs and thus reduce io load. | |||||
2014-04-25 | improve/remove comment (bindmounting was removed here in de979cd73) and use ↵ | Holger Levsen | 1 | -4/+2 | |
predictable/readable path | |||||
2014-04-25 | haskell-package-plan: Enable graphs | Joachim Breitner | 1 | -0/+8 | |
This requires a small hack in chroot-run.sh. | |||||
2014-04-18 | chroot-run.sh: unconditionally install 'build-essential devscripts git' and ↵ | Holger Levsen | 1 | -3/+2 | |
prepare apt to assume 'yes' | |||||
2014-04-17 | dvswitch.yaml: also install build-depends from d/control as its in git | Holger Levsen | 1 | -1/+0 | |
2014-04-17 | chroot-run: always install git | Holger Levsen | 1 | -1/+2 | |
2014-04-16 | dvswitch_against_libav: make install libav from upstream source | Holger Levsen | 1 | -1/+1 | |
2014-04-15 | chroot-run.sh: support backports in a less hackish way | Holger Levsen | 1 | -5/+5 | |
2014-04-09 | use release names (wheezy, jessie...) not code names (stable, testing...) | Holger Levsen | 1 | -3/+3 | |
2014-04-09 | whitespace sensitive languages are evil, esp. when they are only rarely so | Holger Levsen | 1 | -3/+3 | |
2014-04-09 | use backports for the stable lintian tests | Holger Levsen | 1 | -1/+9 | |
2014-04-07 | copy the complete workspace | Holger Levsen | 1 | -2/+2 | |
2014-04-07 | use less sudo | Holger Levsen | 1 | -3/+3 | |
2014-04-07 | copy files inside chroot instead of bind mounting them, so that deleting ↵ | Holger Levsen | 1 | -1/+1 | |
them later works | |||||
2014-04-07 | fixup whitespaces | Holger Levsen | 1 | -7/+7 | |
2014-04-06 | output d/control in job log | Holger Levsen | 1 | -0/+2 | |
2014-04-06 | --do-as-i-say | Holger Levsen | 1 | -1/+2 | |
2014-04-06 | update copyright and some about text | Holger Levsen | 1 | -1/+1 | |
2014-04-06 | install build-depends if debian/control exists | Holger Levsen | 1 | -0/+5 | |
2013-06-15 | Add script to run a command inside a fresh chroot | Antonio Terceiro | 1 | -0/+96 | |