[misc] 01/01: reports: generate-drafts: get_packages_stats last, was first only for testing purposes
Ximin Luo
infinity0 at debian.org
Mon Aug 21 13:32:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository misc.
commit 216227378ee297e31fbd365de5f566639e14e508
Author: Ximin Luo <infinity0 at debian.org>
Date: Mon Aug 21 15:32:02 2017 +0200
reports: generate-drafts: get_packages_stats last, was first only for testing purposes
---
reports/bin/generate-draft | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reports/bin/generate-draft b/reports/bin/generate-draft
index 91be6b3..066a818 100755
--- a/reports/bin/generate-draft
+++ b/reports/bin/generate-draft
@@ -79,7 +79,6 @@ def get_data(week, max_age=3600):
week_start = week_end - 7 * 24 * 3600 # inclusive
data = {x: y(week_start, week_end) for x, y in (
- ('packages_stats', get_packages_stats),
('author', get_author),
('commits', get_commits),
('uploads', get_uploads),
@@ -87,6 +86,7 @@ def get_data(week, max_age=3600):
('ftbfs_bugs', get_ftbfs_bugs),
('issues_yml', get_issues_yml),
('packages_yml', get_packages_yml),
+ ('packages_stats', get_packages_stats),
)}
data.update({
--
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