ubuntu-bugcontrol team mailing list archive
-
ubuntu-bugcontrol team
-
Mailing list archive
-
Message #04648
Re: [Merge] ~emitorino/ubuntu-qa-tools:support_updates_ppas into ubuntu-qa-tools:master
Review: Needs Fixing
Small fix
Diff comments:
> diff --git a/security-tools/unembargo b/security-tools/unembargo
> index a78c826..936d180 100755
> --- a/security-tools/unembargo
> +++ b/security-tools/unembargo
> @@ -106,6 +117,14 @@ if opt.esm or opt.esm_apps or opt.esm_infra:
> opt.destination = ESM_INFRA_PRODUCTION_PPA
> opt.ppa = ESM_INFRA_STAGING_PPA
> opt.pocket = RELEASE_POCKET
> + elif opt.esm_infra_updates:
> + opt.destination = ESM_INFRA_UPDATES_PRODUCTION_PPA
> + opt.ppa = ESM_INFRA_STAGING_PPA
> + opt.pocket = RELEASE_POCKET
> + elif opt.esm_app_updates:
> + opt.destination = ESM_APPS_UPDATES_PRODUCTION_PPA
> + opt.ppa = ESM_INFRA_STAGING_PPA
This should be the APPS right?
> + opt.pocket = RELEASE_POCKET
> else:
> opt.destination = ESM_PRODUCTION_PPA
> opt.ppa = ESM_STAGING_PPA
--
https://code.launchpad.net/~emitorino/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/457475
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
References