mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-19 04:41:28 +00:00
* Don't forget to save my changes before commiting.
This commit is contained in:
parent
40f749c91b
commit
edce828ee0
3
buildd
3
buildd
@ -121,8 +121,7 @@ except ubuntutools.lp.udtexceptions.SeriesNotFoundException, e:
|
|||||||
print e
|
print e
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
# Get list of published sources for package in question.
|
# Get list of published sources for package in question.
|
||||||
#sources = lpapiwrapper.getUbuntuSourcePackage(package, release, pocket)
|
sources = lpapiwrapper.getUbuntuSourcePackage(package, release, pocket)
|
||||||
sources = lp_functions._ubuntuSourcePackage(package, release, pocket)
|
|
||||||
# Get list of builds for that package.
|
# Get list of builds for that package.
|
||||||
builds = sources.getBuilds()
|
builds = sources.getBuilds()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user