[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: rename update_sources_tables() to update_sources_db()

Holger Levsen holger at moszumanska.debian.org
Sat Aug 8 12:32:43 UTC 2015


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 cabbf50f8dc3e3567ec7a5c7fcb21db7c7e53851
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Aug 8 14:31:28 2015 +0200

    reproducible: rename update_sources_tables() to update_sources_db()
---
 bin/reproducible_scheduler.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 3e95ebc..405ca51 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -52,11 +52,11 @@ def update_sources(suite):
     sources = lzma.decompress(urlopen(remotefile).read()).decode('utf8')
     log.debug('\tdownloaded')
     for arch in ARCHS:
-        log.info('Updating sources for %s...', arch)
-        update_sources_tables(suite, arch, sources)
+        log.info('Updating sources for %s/%s...', suite, arch)
+        update_sources_db(suite, arch, sources)
 
 
-def update_sources_tables(suite, arch, sources):
+def update_sources_db(suite, arch, sources):
     # extract relevant info (package name and version) from the sources file
     new_pkgs = []
     for src in deb822.Sources.iter_paragraphs(sources.split('\n')):

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