summaryrefslogtreecommitdiffstats
path: root/bin/find_dpkg_trigger_cycles.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-02-11bin/find_dpkg_trigger_cycles.sh: improve curl error reportingJohannes 'josch' Schauer1-1/+3
2016-02-11bin/find_dpkg_trigger_cycles.sh: add comment to explain curl usage in pipelineJohannes 'josch' Schauer1-0/+9
2016-02-11bin/find_dpkg_trigger_cycles.sh: fix output formatJohannes 'josch' Schauer1-1/+1
2016-02-10bin/find_dpkg_trigger_cycles.sh: do not use 'apt-get download --print-uris' ↵Johannes 'josch' Schauer1-3/+8
because that will fail if only one package on the command line is not known to apt which can easily happen in unstable
2015-12-16always use mktemp with '-t -XXXX'Holger Levsen1-1/+1
2015-09-16use exec to start abort.sh to invoke it from within the current job runHolger Levsen1-1/+1
2015-08-02abort job if the input aint rightHolger Levsen1-1/+1
2015-06-17bin/find_dpkg_trigger_cycles.sh: fix serious bug that resulted in no results ↵josch1-4/+8
being produced
2015-04-24bin/find_dpkg_trigger_cycles.sh: make work with set -ejosch1-5/+7
- curl is allowed to exit with status 0 or 23 - grep is not allowed to exit with exit status 2
2015-04-24find_dpkg_trigger_cycles.sh: use APT_CONFIG environment variable instead of ↵josch1-9/+16
commandline option - using commandline options does not work reliably because commandline options are parsed last and thus many settings will not take effect - see apt.conf(5) for the order in which configuration file parameters are parsed by apt
2015-04-22also retry 3 timesHolger Levsen1-2/+2
2015-04-22bin/find_dpkg_trigger_cycles.sh: set -o pipefail and set -ejosch1-0/+4
2015-03-28find_dpkg_trigger_cycles: store all temp files in ↵josch1-1/+7
/tmp.dpkg_trigger_cycles.XXXXXXXXXX and remove using a trap on EXIT
2015-02-16remove FIXME, this is nothing to be fixed...Holger Levsen1-2/+0
2015-02-07bin/find_dpkg_trigger_cycles.sh: wait 10 seconds before retryjosch1-1/+1
2015-02-07bin/find_dpkg_trigger_cycles.sh: print curl exit code and exit after failurejosch1-1/+1
2015-02-03bin/find_dpkg_trigger_cycles.sh: print error if curl failsjosch1-1/+1
2015-01-28bin/find_dpkg_trigger_cycles.sh: make sure the activated path is either ↵josch1-1/+1
followed by a slash or the line end
2015-01-07bin/find_dpkg_trigger_cycles.sh: modify regex to also match on empty ↵josch1-1/+1
directories as these also activate file triggers
2015-01-05bin/find_dpkg_trigger_cycles.sh: disable curl globbingjosch1-1/+1
2015-01-05bin/find_dpkg_trigger_cycles.sh: store result and temporary files in suite ↵josch1-30/+30
specific directory
2015-01-05bin/find_dpkg_trigger_cycles.sh: support new binarycontrol.d.n layoutjosch1-1/+1
2015-01-04bin/find_dpkg_trigger_cycles.sh: wc output the filename if it's not given on ↵josch1-2/+2
stdin (round #2)
2015-01-04bin/find_dpkg_trigger_cycles.sh: wc output the filename if it's not given on ↵josch1-4/+4
stdin
2015-01-04bin/find_dpkg_trigger_cycles.sh: do integer, not string comparisonjosch1-4/+4
2015-01-04bin/find_dpkg_trigger_cycles.sh: pimp the output with a summaryjosch1-21/+49
2015-01-04bin/find_dpkg_trigger_cycles.sh: trigger -> trigger cyclejosch1-2/+2
2015-01-04bin/find_dpkg_trigger_cycles.sh: cat result-file result-explicitjosch1-1/+24
2015-01-03disable debuggingHolger Levsen1-1/+1
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