mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-10 02:31:10 +00:00
Log autopkgtest requests.
This commit is contained in:
parent
1cf35e27c8
commit
5ed767701b
@ -24,6 +24,7 @@ import os
|
||||
import subprocess
|
||||
import tempfile
|
||||
from textwrap import dedent
|
||||
import time
|
||||
|
||||
|
||||
adt_britney = os.path.expanduser("~/auto-package-testing/jenkins/adt-britney")
|
||||
@ -126,6 +127,9 @@ class AutoPackageTest(object):
|
||||
for src, ver in packages:
|
||||
if src in self.pkglist and ver in self.pkglist[src]:
|
||||
continue
|
||||
if self.britney.options.verbose:
|
||||
print("I: [%s] - Requesting autopkgtest for %s_%s" %
|
||||
(time.asctime(), src, ver))
|
||||
print("%s %s" % (src, ver), file=request_file)
|
||||
request_file.flush()
|
||||
self._adt_britney("request", "-O", request_path, request_file.name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user