summaryrefslogtreecommitdiffstats
path: root/bin/find_dpkg_trigger_cycles.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-01-03enable debuggingHolger Levsen1-1/+1
2015-01-01find_dpkg_trigger_cycles: prepare for being run inside a jessie chrootjosch1-3/+1
- drop python-arpy hack
2014-12-26bin/find_dpkg_trigger_cycles.sh: make temporary directory, not filejosch1-1/+1
2014-12-26bin/dpkg_sid_find_trigger_cycles - use temporary directoryjosch1-9/+9
2014-12-25add FIXME entry so we dont forgetHolger Levsen1-0/+2
2014-12-25Temporary ugly hack until Jenkins runs Debian Jessiejosch1-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-16find_dpkg_trigger_cycles.sh: force bash, common-functions.sh needs itHolger Levsen1-1/+1
2014-12-16find_dpkg_trigger_cycles: update included READMEHolger Levsen1-3/+3
2014-12-16find_dpkg_trigger_cycles.sh: use bin/common-functions.sh and common variablesHolger Levsen1-4/+4
2014-12-16move setup.sh to bin/find_dpkg_trigger_cycles.shHolger Levsen1-0/+243