From bbd6ce824455fcb732383aaaffd528755040a973 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 May 2013 09:16:24 +0100 Subject: REmove debugging output --- jenkinstool | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'jenkinstool') diff --git a/jenkinstool b/jenkinstool index a16630e..dda7c30 100755 --- a/jenkinstool +++ b/jenkinstool @@ -399,14 +399,8 @@ setup_pbuilder "$pbuilder_release_tgz" yes jobs.append(self.tarball_job(main_host, project)) - print - print "project:", project - print "debian_wanted:", repr(debian_wanted) - print "debian_hosts:", repr(debian_hosts) - done = set() for host in debian_hosts: - print "dsc, host:", repr(host['name']) if host['debian-dist'] not in done: jobs.append(self.dsc_job(host, project)) jobs.append(self.process_incoming_job( @@ -415,18 +409,12 @@ setup_pbuilder "$pbuilder_release_tgz" yes build_all_dists = set() for host in debian_hosts: - print "deb, host:", repr(host['name']) build_all = host['debian-dist'] not in build_all_dists build_all_dists.add(host['debian-dist']) jobs.append(self.deb_job(host, project, build_all)) jobs.append(self.process_incoming_job( config, localhost, project, 'deb_%s' % host['name'])) -# print "jobs:", repr(jobs) - for job in jobs: - print 'job:', repr(job.job_id()) -# raise SystemExit(1) - return [(jc.job_id(), jc.tostring()) for jc in jobs] def vcs_watch_job(self, host, project): -- cgit v1.2.1