Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-01 | find_dpkg_trigger_cycles: prepare for being run inside a jessie chroot | josch | 1 | -3/+1 | |
- drop python-arpy hack | |||||
2014-12-26 | bin/find_dpkg_trigger_cycles.sh: make temporary directory, not file | josch | 1 | -1/+1 | |
2014-12-26 | bin/dpkg_sid_find_trigger_cycles - use temporary directory | josch | 1 | -9/+9 | |
2014-12-25 | add FIXME entry so we dont forget | Holger Levsen | 1 | -0/+2 | |
2014-12-25 | Temporary ugly hack until Jenkins runs Debian Jessie | josch | 1 | -1/+1 | |
- workaround for `dpkg-deb --ctrl-tarfile /dev/stdin` not being available in Wheezy - Python arpy was the only implementation I found which allows to read an ar archive from standard input without a filename (thus preserving the ability to quit a package download early) - since tar cannot transparently decompress content from standard input (bug #773912), this has to be done in Python, too - this is also ugly because Python does not work well for oneliners - please revert this commit as soon as Jenkins run Jessie because dpkg is also faster than Python arpy | |||||
2014-12-16 | find_dpkg_trigger_cycles.sh: force bash, common-functions.sh needs it | Holger Levsen | 1 | -1/+1 | |
2014-12-16 | find_dpkg_trigger_cycles: update included README | Holger Levsen | 1 | -3/+3 | |
2014-12-16 | find_dpkg_trigger_cycles.sh: use bin/common-functions.sh and common variables | Holger Levsen | 1 | -4/+4 | |
2014-12-16 | move setup.sh to bin/find_dpkg_trigger_cycles.sh | Holger Levsen | 1 | -0/+243 | |