Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-07 | sleep 5m, before retrying on failures | Holger Levsen | 1 | -2/+3 | |
2015-09-03 | detect more reasons for apt failing | Holger Levsen | 1 | -1/+1 | |
2015-04-26 | refactor | Holger Levsen | 1 | -5/+1 | |
2015-04-26 | chroot-installation: fix typo | Holger Levsen | 1 | -1/+1 | |
2015-04-26 | actually add support for stretch | Holger Levsen | 1 | -5/+9 | |
2015-02-27 | fix bashisms | Holger Levsen | 1 | -1/+1 | |
2015-02-27 | chroot-installation: remove temporary notification when working around ↵ | Holger Levsen | 1 | -1/+0 | |
apt/proxy problems | |||||
2015-02-25 | chroot-installation: catch a second type of network failures | Holger Levsen | 1 | -1/+1 | |
2015-02-25 | chroot-installation: workaround temporarily network failures | Holger Levsen | 1 | -3/+7 | |
2015-02-25 | Revert "more debug" | Holger Levsen | 1 | -3/+0 | |
This reverts commit 2171a875fd76ba458de988a5c02bf53447e92211. | |||||
2015-02-25 | more debug | Holger Levsen | 1 | -0/+3 | |
2015-02-25 | chroot-installation: lets try to get error-correction to work... | Holger Levsen | 1 | -16/+16 | |
2015-02-06 | chroot-installation: only simulate autoremove, thanks jcristau | Holger Levsen | 1 | -1/+1 | |
2015-02-06 | fixup | Holger Levsen | 1 | -2/+2 | |
2015-02-06 | chroot-installation: give up for now, revert exception+retry handling... | Holger Levsen | 1 | -16/+17 | |
2015-02-06 | chroot-installation: yet more debug | Holger Levsen | 1 | -0/+3 | |
2015-02-06 | chroot-installation: use 'set -o pipefail' to really catch all the failures, ↵ | Holger Levsen | 1 | -7/+11 | |
thanks wRAR for the hint | |||||
2015-02-05 | chroot-installation: add more debug output | Holger Levsen | 1 | -0/+3 | |
2015-02-05 | chroot-installation: another attempt to handle failures correctly... | Holger Levsen | 1 | -4/+6 | |
2015-01-29 | chroot-installation: set -e explicitly. this doesnt make sense, but thats ↵ | Holger Levsen | 1 | -0/+1 | |
the way it is atm | |||||
2015-01-28 | chroot-installation: try harder to exit correctly | Holger Levsen | 1 | -4/+4 | |
2015-01-26 | chroot-installation: handle failures properly | Holger Levsen | 1 | -2/+7 | |
2015-01-26 | always be true... | Holger Levsen | 1 | -1/+1 | |
2015-01-26 | chroot-install: work around temporarily download problems by repeating the ↵ | Holger Levsen | 1 | -1/+11 | |
step once | |||||
2015-01-26 | chroot-install: make prepare functions idempotent | Holger Levsen | 1 | -3/+3 | |
2015-01-05 | chroot-installations: enable apt debug options - thanks to David ↵ | Holger Levsen | 1 | -0/+8 | |
Kalnischkies for the patch (see #774614) | |||||
2014-12-21 | follow syntax from man page | Holger Levsen | 1 | -1/+1 | |
2014-12-21 | chroot-installation: add new _aptdpkg_first upgrade jobs which upgrade ↵ | Holger Levsen | 1 | -0/+7 | |
apt+dpkg before the rest. only for some tasks and only for upgrades from jessie+sid | |||||
2014-12-17 | remove last traces of contrib and non-free | Holger Levsen | 1 | -2/+2 | |
2014-12-11 | improve comment | Holger Levsen | 1 | -1/+1 | |
2014-12-06 | chroot-installation: prepare_install_binary_packages() replace grep+sed with ↵ | Holger Levsen | 1 | -1/+1 | |
sed, thanks Bernhard R. Link | |||||
2014-12-06 | chroot-installation: fix prepare_install_binary_packages() to correctly ↵ | Holger Levsen | 1 | -1/+6 | |
install all+only available packages from a given source package | |||||
2014-12-06 | chroot-installation: add install_binary_packages() and ↵ | Holger Levsen | 1 | -2/+22 | |
prepare_install_binary_packages() so that the new qt4+qt5 jobs can submit a list of source packages, from which all binary packages will be installed | |||||
2014-12-05 | chroot-installations: add two new target types: qt4 and qt5 | Holger Levsen | 1 | -0/+4 | |
2014-12-05 | chroot-installations: add new jobs for testing the cinnamon desktop | Holger Levsen | 1 | -0/+2 | |
2014-12-04 | chroot-installs: also output debootstrap command used | Holger Levsen | 1 | -0/+2 | |
2014-11-08 | chroot-i: write commands executed into logfile | Holger Levsen | 1 | -0/+8 | |
2014-10-25 | introduce common DEBUG variable | Holger Levsen | 1 | -0/+1 | |
2014-10-23 | chroot-installation: add 60 new jobs, testing all 30 debian-edu tasks in ↵ | Holger Levsen | 1 | -0/+2 | |
jessie and sid | |||||
2014-09-10 | chroot-install: clean downloaded packages | Helmut Grohne | 1 | -0/+6 | |
Downloaded packages can consume rather large amounts of space (more than 2GB in some cases). By removing them early, we may be able to avoid writing them to a physical disk reducing the load imposed by the test. The major use case is running chroot-installations on tmpfs. | |||||
2014-07-19 | Use the correct binary packages for the chromium browser | Paul Wise | 1 | -3/+3 | |
2014-05-28 | the chromium source package has been renamed to chromium-browser | Holger Levsen | 1 | -5/+5 | |
2014-05-15 | chroot-installation: use force when dist-upgrading | Holger Levsen | 1 | -2/+2 | |
2014-04-26 | use common functions. runs all scripts as copies from /tmp, so the source ↵ | Holger Levsen | 1 | -17/+4 | |
scripts can be updated while running. | |||||
2014-04-25 | use unsafe-io in all (s)chroots | Holger Levsen | 1 | -0/+3 | |
2014-01-22 | workaround upgrade problem (from squeeze) as described in ↵ | Holger Levsen | 1 | -1/+1 | |
http://www.debian.org/releases/wheezy/amd64/release-notes/ch-upgrading.en.html#immediate-configure | |||||
2013-09-14 | use mplayer2 for sid+jessie | Holger Levsen | 1 | -5/+5 | |
2013-06-15 | virtualbox is only available in jessie contrib | Holger Levsen | 1 | -1/+1 | |
2013-05-19 | chroot-installation: fixup haskell jobs | Holger Levsen | 1 | -1/+1 | |
2013-05-19 | Add a job to check the co-installability of Haskell packages | Joachim Breitner | 1 | -0/+2 | |
and to ensure that the various hooks (ghc, ghc-doc, hoogle) work with all packages. |