[Reproducible-commits] [misc] 01/01: rbuild fetcher (yes I'm a terrible person)

Chris West faux-guest at moszumanska.debian.org
Tue Jun 23 18:03:07 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 c79ac3ea70b29091c8bfa6830247a7f172fe347c
Author: Chris West (Faux) <git at goeswhere.com>
Date:   Tue Jun 23 19:02:59 2015 +0100

    rbuild fetcher (yes I'm a terrible person)
---
 .gitignore      | 2 ++
 fetch-rbuild.sh | 8 ++++++++
 2 files changed, 10 insertions(+)

diff --git a/.gitignore b/.gitignore
index 29aab1e..b332698 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 *~
 __pycache__/
+rbuilds
+*.lst
diff --git a/fetch-rbuild.sh b/fetch-rbuild.sh
new file mode 100755
index 0000000..a3e2bf2
--- /dev/null
+++ b/fetch-rbuild.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+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 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