[reprotest] 01/01: main: output hashes after a successful --auto-build

Ximin Luo infinity0 at debian.org
Wed Sep 27 19:32:50 UTC 2017


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

infinity0 pushed a commit to branch master
in repository reprotest.

commit 7ea63d8aca747a12ff4ca25a52bb3318bba701a4
Author: Ximin Luo <infinity0 at debian.org>
Date:   Wed Sep 27 21:31:35 2017 +0200

    main: output hashes after a successful --auto-build
---
 reprotest/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index 551b2d5..535ca98 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -368,6 +368,7 @@ def check_auto(test_args, testbed_args, build_variations=Variations.of(Variation
 
         if is_reproducible("1", var_x1):
             print("Reproducible, even when varying as much as reprotest knows how to! :)")
+            test_args.output_reproducible_hashes(dist_x0)
             return True
 
         var_cur = var_x0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list