ubuntu-bugcontrol team mailing list archive
-
ubuntu-bugcontrol team
-
Mailing list archive
-
Message #04649
Re: [Merge] ~emitorino/ubuntu-qa-tools:support_updates_ppas into ubuntu-qa-tools:master
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
Not really, to supports populating ESM archives in prep for upcoming release, we build in esm-infra-staging and then copy everywhere (esm-infra/esm-apps/esm-apps-updates and esm-infra-updates)
> + 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