~ilasc/launchpad:repack-for-zero-candidates

Last commit made on 2021-04-28
Get this branch:
git clone -b repack-for-zero-candidates https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
repack-for-zero-candidates
Repository:
lp:~ilasc/launchpad

Recent commits

25cdb06... by Ioana Lasc

Add dry-run condition to isDone()

722938b... by Ioana Lasc

Handle zero candidates in repack job

6137036... by Colin Watson

Update loggerhead to r513

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/401546

bfb7d3b... by Colin Watson

Grant initializedistroseries access to insert PocketChroot rows

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/401695

2bf1a6a... by Colin Watson

Add script to sync branches from production to staging

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/401762

e75ceb7... by Colin Watson

Refuse archive auth tokens from inactive accounts

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/401598

842c811... by Colin Watson

Grant garbo access to delete AccessArtifact and friends

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/401744

df3b16f... by Colin Watson

Fix creating /pillar/+oci/name via git push

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/401812

2402fea... by Thiago F. Pappacena

Mapping the support for ociproject on BugTask.

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/393570

2c16aa5... by Colin Watson

Fix creating /pillar/+oci/name via git push

This is a bit more involved than I'd initially anticipated, because OCI
projects don't have owners so there isn't an obvious natural choice for
the owner of the new repository. For the time being, use the OCI
project admin in the case of distribution-based OCI projects, and
otherwise the pillar's owner. I expect this may need to evolve further
in future.