[Reproducible-commits] [misc] 01/01: 259 packages have podman-like dates in

Chris West faux-guest at moszumanska.debian.org
Mon Nov 16 18:52:00 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 7de4ec34be4cd2c6ed62e1e9cc80c36931154af1
Author: Chris West (Faux) <git at goeswhere.com>
Date:   Mon Nov 16 18:51:57 2015 +0000

    259 packages have podman-like dates in
---
 fetch-rbuild.sh | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/fetch-rbuild.sh b/fetch-rbuild.sh
index a3e2bf2..c95b66e 100755
--- a/fetch-rbuild.sh
+++ b/fetch-rbuild.sh
@@ -1,8 +1,10 @@
 #!/bin/sh
-mkdir rbuilds
-curl https://reproducible.debian.net/rbuild/unstable/amd64/ > rbuild.lst
+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 rbuilds;
-    <../wanted.lst sed 's,^,https://reproducible.debian.net/rbuild/unstable/amd64/,' | xargs wget -N
+    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