[misc] 01/01: rblib: mhh, try something to not hardcode the suite name…

Mattia Rizzolo mattia at debian.org
Sun Jun 18 21:54:22 UTC 2017


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

mattia pushed a commit to branch master
in repository misc.

commit 685ac5110d75c0994a375ac736000c424b45feb6
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun Jun 18 23:54:12 2017 +0200

    rblib: mhh, try something to not hardcode the suite name…
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 rblib/remote.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rblib/remote.py b/rblib/remote.py
index 7ebc2e1..a879a3f 100644
--- a/rblib/remote.py
+++ b/rblib/remote.py
@@ -68,7 +68,7 @@ def load_reproducible_status():
                 status[pkg]['version'] = version          # is better
                 status[pkg]['suite'] = item['suite']
                 status[pkg]['status'] = item['status']
-            elif status[pkg]['suite'] == 'stretch' and \
+            elif status[pkg]['suite'] != 'unstable' and \
                     item['suite'] != 'experimental':
                 status[pkg]['version'] = version
                 status[pkg]['suite'] = item['suite']

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