[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible: scheduler: shuffle the package list right before scheduling them"

Holger Levsen holger at moszumanska.debian.org
Fri Feb 19 09:45:03 UTC 2016


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 474b9baf596699eccda30df3a1d055f4c2c69cc5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Feb 19 10:44:52 2016 +0100

    Revert "reproducible: scheduler: shuffle the package list right before scheduling them"
    
    This reverts commit a367ceb9379fdc9082c76b4d1ff2fdfa8caed401.
---
 bin/reproducible_scheduler.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index d31a8fb..f3f41af 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -297,7 +297,6 @@ def queue_packages(all_pkgs, packages, date):
 
 
 def schedule_packages(packages):
-    random.shuffle(packages)
     pkgs = ((x, packages[x]) for x in packages)
     log.debug('IDs about to be scheduled: ' + str(packages.keys()))
     query = 'INSERT INTO schedule ' + \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list