diff --git a/ubuntu-build b/ubuntu-build index c9362e4..8a70862 100755 --- a/ubuntu-build +++ b/ubuntu-build @@ -159,7 +159,8 @@ def main(): if op == "retry": necessary_privs = me.canUploadPackage(ubuntu_archive, distroseries, sources.getPackageName(), - sources.getComponent()) + sources.getComponent(), + pocket=pocket) if op in ('rescore', 'retry') and not necessary_privs: print >> sys.stderr, ("You cannot perform the %s operation on a %s "