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

Chris West faux-guest at moszumanska.debian.org
Mon Nov 16 18:53:23 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 5b1cf1923928c3554da1d857de38db9987541d8f
Author: Chris West (Faux) <git at goeswhere.com>
Date:   Mon Nov 16 18:52:34 2015 +0000

    Revert "259 packages have podman-like dates in"
    
    This reverts commit 7de4ec34be4cd2c6ed62e1e9cc80c36931154af1.
---
 fetch-rbuild.sh | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

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