[misc] 01/02: fiddling with fetch-logs script
Chris West
faux-guest at moszumanska.debian.org
Thu Dec 22 17:25:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
faux-guest pushed a commit to branch master
in repository misc.
commit 96e2ca3e424420759176db8f215d7f732a688543
Author: Chris West (Faux) <git at goeswhere.com>
Date: Fri Sep 16 17:53:53 2016 +0100
fiddling with fetch-logs script
---
fetch-logs.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/fetch-logs.sh b/fetch-logs.sh
index 0a82638..232e8c4 100755
--- a/fetch-logs.sh
+++ b/fetch-logs.sh
@@ -2,8 +2,11 @@
set -eu
U=https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/
+# ############################################ vvvvvv
+U=https://tests.reproducible-builds.org/debian/dbdtxt/unstable/amd64/
+U=https://tests.reproducible-builds.org/debian/dbdtxt/unstable/i386/
-mkdir logs
+mkdir -p logs
curl ${U} > rbuild.lst
for n in "$@"; do grep '"'${n}_ rbuild.lst | cut -d\" -f8; done > wanted.lst
(
--
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