[Reproducible-commits] [misc] 01/01: briefly explain bin/sync-to-alioth,
Holger Levsen
holger at layer-acht.org
Mon May 30 13:47:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository misc.
commit 68be25e7a491ce90bbc927928a167342f0d1060f
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 30 15:47:24 2016 +0200
briefly explain bin/sync-to-alioth,
---
reports/README | 5 +++++
reports/bin/get-latest-data | 1 +
2 files changed, 6 insertions(+)
diff --git a/reports/README b/reports/README
index e534911..657dfd3 100644
--- a/reports/README
+++ b/reports/README
@@ -19,6 +19,11 @@ Process
$ bin/get-latest-data
+ If you are not a Debian developer, ask one to run
+ bin/sync-to-alioth which will sync the mailboxes to alioth.
+ (bin/get-latest-data will still be able to get most of the data for
+ you, so you should still run it too…)
+
1. Look at packages that became reproducible in that week.
There's a script that will use the history in the
diff --git a/reports/bin/get-latest-data b/reports/bin/get-latest-data
index 893a6c6..4f1d701 100755
--- a/reports/bin/get-latest-data
+++ b/reports/bin/get-latest-data
@@ -69,6 +69,7 @@ month_at_start="$(date -u +%Y%m -d@$week_start)"
rm -f uploads.mbox
get_emails() {
+ ssh $mailbase true || echo "Please ask a DD to run bin/sync-to-alioth to fetch the mail archives and provide them on alioth where you can get them."
if [ "$1" = "$current_month" ]; then
rsync -v "$mailbase/debian-devel-changes/debian-devel-changes.$1" "debian-devel-changes.$1.snapshot"
cat "debian-devel-changes.$1.snapshot" >> uploads.mbox
--
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