[Reproducible-commits] [misc] 01/01: mistagged-as-not-testing: give in and just generate commands

Chris West faux-guest at moszumanska.debian.org
Mon Dec 14 18:12:13 UTC 2015


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

faux-guest pushed a commit to branch master
in repository misc.

commit b4fc851229fcc0a1b1959f86463bee860e121b75
Author: Chris West (Faux) <git at goeswhere.com>
Date:   Mon Dec 14 18:12:11 2015 +0000

    mistagged-as-not-testing: give in and just generate commands
---
 mistagged-as-not-testing | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mistagged-as-not-testing b/mistagged-as-not-testing
index 3745c8c..92b68dc 100755
--- a/mistagged-as-not-testing
+++ b/mistagged-as-not-testing
@@ -36,8 +36,8 @@ if '__main__' == __name__:
         if 'unstable' not in this_package or 'FTBFS' != this_package['unstable']:
             continue
         if 'testing' in this_package and 'FTBFS' == this_package['testing']:
-            print('{}/rb-pkg/testing/amd64/{}.html'
-                  .format(remote.RB_SITE, package))
             for bug in bugs:
-                print(' * https://bugs.debian.org/{}: {}'.format(bug[0], bug[1]))
-            print()
+                print('bts tag {} + stretch # {}/rb-pkg/testing/amd64/{}.html ## https://bugs.debian.org/{} ## {}'
+                      .format(bug[0], remote.RB_SITE, package, bug[0], bug[1]))
+            if len(bugs) > 1:
+                print()

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