mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-17 21:31:09 +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
|
||||
sys.exit(1)
|
||||
# Get list of published sources for package in question.
|
||||
#sources = lpapiwrapper.getUbuntuSourcePackage(package, release, pocket)
|
||||
sources = lp_functions._ubuntuSourcePackage(package, release, pocket)
|
||||
sources = lpapiwrapper.getUbuntuSourcePackage(package, release, pocket)
|
||||
# Get list of builds for that package.
|
||||
builds = sources.getBuilds()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user