[Reproducible-commits] [misc] 01/02: reports: mutt-all-uploads -> review-uploads for consistency

Ximin Luo infinity0 at debian.org
Mon May 16 22:54:01 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 dcd7d92e69b43145fd5b1d8e448feeb652afe9a5
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue May 17 00:51:48 2016 +0200

    reports: mutt-all-uploads -> review-uploads for consistency
---
 reports/README                                   | 2 +-
 reports/bin/review-bugs                          | 2 +-
 reports/bin/{mutt-all-uploads => review-uploads} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/reports/README b/reports/README
index f436d26..597d2b9 100644
--- a/reports/README
+++ b/reports/README
@@ -50,7 +50,7 @@ Process
 
 3. Look at all uploads for the past week.
 
-       $ bin/mutt-all-uploads
+       $ bin/review-uploads
 
    If you can't use that script, the archive is available on the web:
    https://lists.debian.org/debian-devel-changes/
diff --git a/reports/bin/review-bugs b/reports/bin/review-bugs
index 037f026..72974b4 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:-bugs}"
 
 TOTAL="$(wc -l "$bugs" | awk '{ print $1 }')"
 
diff --git a/reports/bin/mutt-all-uploads b/reports/bin/review-uploads
similarity index 100%
rename from reports/bin/mutt-all-uploads
rename to reports/bin/review-uploads

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