[Reproducible-commits] [misc] 02/03: reports: more docs and have everything default to paths in latest/

Ximin Luo infinity0 at debian.org
Tue May 17 14:08:50 UTC 2016


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

infinity0 pushed a commit to branch master
in repository misc.

commit d1b8078b8f281b8859b4cde66593de9e7f653225
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue May 17 14:53:38 2016 +0200

    reports: more docs and have everything default to paths in latest/
---
 reports/README          | 2 ++
 reports/bin/history     | 2 +-
 reports/bin/review-bugs | 2 +-
 reports/bugs            | 1 -
 reports/changelogs      | 1 -
 reports/reproducible.db | 1 -
 6 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/reports/README b/reports/README
index d639840..a251b20 100644
--- a/reports/README
+++ b/reports/README
@@ -39,6 +39,7 @@ Process
 
        $ bin/history ghc                # defaults to unstable
        $ bin/history ghc experimental
+       $ FULL=yes bin/history ghc       # more details
 
 2. Look at all relevant bug reports that have been modified this week.
 
@@ -47,6 +48,7 @@ Process
    them, and finally display them using `mutt`.
 
        $ bin/review-bugs
+       $ bin/review-bugs -o  # on subsequent runs, to avoid re-downloading
 
 3. Look at all uploads for the past week.
 
diff --git a/reports/bin/history b/reports/bin/history
index 5d531c6..3defa65 100755
--- a/reports/bin/history
+++ b/reports/bin/history
@@ -22,7 +22,7 @@ if [ -n "$3" ]; then
     SUITE="$SUITE AND architecture='$3' "
 fi
 
-DB="${DB:-reproducible.db}"
+DB="${DB:-latest/reproducible.db}"
 SQLITE_OPTS="${SQLITE_OPTS:--column -header}"
 
 if [ "$FULL" ]; then
diff --git a/reports/bin/review-bugs b/reports/bin/review-bugs
index 72974b4..73893e2 100755
--- a/reports/bin/review-bugs
+++ b/reports/bin/review-bugs
@@ -14,7 +14,7 @@ while getopts 'o' opt; do
 done
 shift `expr $OPTIND - 1`
 
-bugs="${1:-bugs}"
+bugs="${1:-latest/bugs}"
 
 TOTAL="$(wc -l "$bugs" | awk '{ print $1 }')"
 
diff --git a/reports/bugs b/reports/bugs
deleted file mode 120000
index 9116836..0000000
--- a/reports/bugs
+++ /dev/null
@@ -1 +0,0 @@
-latest/bugs
\ No newline at end of file
diff --git a/reports/changelogs b/reports/changelogs
deleted file mode 120000
index 24a5e61..0000000
--- a/reports/changelogs
+++ /dev/null
@@ -1 +0,0 @@
-latest/changelogs
\ No newline at end of file
diff --git a/reports/reproducible.db b/reports/reproducible.db
deleted file mode 120000
index d05ea18..0000000
--- a/reports/reproducible.db
+++ /dev/null
@@ -1 +0,0 @@
-latest/reproducible.db
\ No newline at end of file

-- 
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