[Reproducible-commits] [misc] 01/01: ./fetch-logs.sh rbuild p1 p2 ... (or dbdtxt)

Chris West faux-guest at moszumanska.debian.org
Mon Nov 16 18:53:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

faux-guest pushed a commit to branch master
in repository misc.

commit 17c817b12bd0b75f1568734ddc54d9ee58c33211
Author: Chris West (Faux) <git at goeswhere.com>
Date:   Mon Nov 16 18:53:53 2015 +0000

    ./fetch-logs.sh rbuild p1 p2 ... (or dbdtxt)
---
 fetch-logs.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/fetch-logs.sh b/fetch-logs.sh
new file mode 100755
index 0000000..c95b66e
--- /dev/null
+++ b/fetch-logs.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+T=$1
+shift
+mkdir ${T}s
+curl https://reproducible.debian.net/${T}/unstable/amd64/ > rbuild.lst
+for n in "$@"; do grep '"'${n}_ rbuild.lst | cut -d\" -f8; done > wanted.lst
+(
+    cd ${T}s;
+    <../wanted.lst sed 's,^,https://reproducible.debian.net/'${T}'/unstable/amd64/,' | xargs wget -N
+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list