View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/ubuntu-archive-tools
Members of Ubuntu Package Archive Administrators can upload to this repository. Log in for directions.

ubuntu-archive-tools has 14 active reviews. See all merge proposals.

Branches

Name Last Modified Last Commit
main 2024-03-14 01:49:41 UTC
add openjdk-23 and cvise

Author: Matthias Klose
Author Date: 2024-03-14 01:49:41 UTC

add openjdk-23 and cvise

fully-phase-language-packs 2024-02-16 20:37:43 UTC
phased-updater: fully phase any package that starts with language-pack

Author: Brian Murray
Author Date: 2024-02-16 20:37:43 UTC

phased-updater: fully phase any package that starts with language-pack

fully-phase-cd-boot-images 2024-02-16 20:34:17 UTC
phased-updater: fully phase all cd-boot-images packages

Author: Brian Murray
Author Date: 2024-02-16 20:34:17 UTC

phased-updater: fully phase all cd-boot-images packages

update-output-helper 2024-02-15 23:02:45 UTC
Use sort-dctrl to assert ordering of apt-cache showsrc output; thanks, Julian

Author: Steve Langasek
Author Date: 2024-02-15 23:02:45 UTC

Use sort-dctrl to assert ordering of apt-cache showsrc output; thanks, Julian

frozen-for-release 2024-02-15 10:47:30 UTC
Handle exceptions in the pocket freeze url checking.

Author: Łukasz Zemczak
Author Date: 2024-02-15 10:47:30 UTC

Handle exceptions in the pocket freeze url checking.

rar-add-trigger 2024-01-31 18:49:54 UTC
Rename the argument add-trigger and save 7 characters

Author: Brian Murray
Author Date: 2024-01-31 18:49:54 UTC

Rename the argument add-trigger and save 7 characters

no-more-source-isos 2024-01-31 06:22:30 UTC
No longer (attempt to) publish source ISOs.

Author: Steve Langasek
Author Date: 2024-01-31 06:22:30 UTC

No longer (attempt to) publish source ISOs.

cron.source is dropped now from ubuntu-cdimage by agreement, so there's
nothing for us to publish during milestones.

add-largemem 2024-01-22 16:40:00 UTC
Add the arm64+largemem product to publish-image-set.

Author: Łukasz Zemczak
Author Date: 2024-01-22 16:40:00 UTC

Add the arm64+largemem product to publish-image-set.

pkg-subs-anonymous 2023-08-09 23:16:01 UTC
package-subscribers: don't require logging in

Author: Brian Murray
Author Date: 2023-08-09 23:16:01 UTC

package-subscribers: don't require logging in

copy-pkg-more-details 2023-06-07 22:11:52 UTC
Fix an indentation issue

Author: Brian Murray
Author Date: 2023-06-07 22:11:52 UTC

Fix an indentation issue

more-flavours 2023-03-31 00:29:36 UTC
Add cinnamon, desktop legacy, xubuntu minimal

Author: Brian Murray
Author Date: 2023-03-31 00:29:36 UTC

Add cinnamon, desktop legacy, xubuntu minimal

skip-privates 2023-03-20 22:28:46 UTC
Stable releases have private tests which are hidden in the json

Author: Brian Murray
Author Date: 2023-03-20 22:28:46 UTC

Stable releases have private tests which are hidden in the json

drop-obsolete-series-references 2023-03-11 01:45:53 UTC
Drop stale references to obsolete series

Author: Steve Langasek
Author Date: 2023-03-11 01:45:53 UTC

Drop stale references to obsolete series

Don't carry code forever to support obsolete series that no longer exist in
the archive.

Also, update references to the set of series that are in ESM.

no-no-act 2023-01-03 21:06:45 UTC
Don't comment on bugs if using no_act

Author: Brian Murray
Author Date: 2023-01-03 21:06:45 UTC

Don't comment on bugs if using no_act

find-proposed-cluster 2023-01-01 22:29:00 UTC
small refactor, thanks Łukasz

Author: Steve Langasek
Author Date: 2023-01-01 22:29:00 UTC

small refactor, thanks Łukasz

rar-more-info 2022-12-14 18:43:59 UTC
We also need SRVNAME in the cookie

Author: Brian Murray
Author Date: 2022-12-14 18:43:59 UTC

We also need SRVNAME in the cookie

running-reference-not-equals-no-proposed 2022-12-07 00:09:38 UTC
Do not conflate RUNNING-REFERENCE state with a request to re-run a ref test

Author: Steve Langasek
Author Date: 2022-12-07 00:09:38 UTC

Do not conflate RUNNING-REFERENCE state with a request to re-run a ref test

Currently when passing --state RUNNING-REFERENCE,
retry-autopkgtest-regressions will unconditionally construct a baseline test
for you (trigger=migration-reference/0). This prevents us using the tool to
construct a lists of tests that we want to retry /against the proposed
pocket/ from the list of those currently awaiting baseline retesting.

Previous behavior can still be achieved with --state RUNNING-REFERENCE
--no-proposed, but decoupling this also lets us do things like --state
RUNNING-REFERENCE --all-proposed with the expected behavior.

add-qa-team 2022-11-30 20:33:10 UTC
Add in the canonical-ubuntu-qa team

Author: Brian Murray
Author Date: 2022-11-30 20:33:10 UTC

Add in the canonical-ubuntu-qa team

publish-less 2022-09-29 22:40:58 UTC
Readd budgie (oops!), remove some project names

Author: Brian Murray
Author Date: 2022-09-29 22:40:58 UTC

Readd budgie (oops!), remove some project names

unsubscribe-dry-run 2022-08-19 00:21:21 UTC
Use a set not a list

Author: Brian Murray
Author Date: 2022-08-19 00:21:21 UTC

Use a set not a list

blocked-by-tests 2022-07-25 18:08:17 UTC
Remove an extraneous line

Author: Brian Murray
Author Date: 2022-07-25 18:08:17 UTC

Remove an extraneous line

optimize-phased-updater 2022-07-16 04:31:55 UTC
Optimize the inner loop of phased-updater by not querying for extra binaries

Author: Steve Langasek
Author Date: 2022-07-16 04:26:56 UTC

Optimize the inner loop of phased-updater by not querying for extra binaries

Currently the code walks all of the binary publications for each SRU source,
but immediately afterwards there is a comment that "the p-u-p is currently
the same for all binary packages". This causes us to spend quite a lot of
time on API queries for other binaries, only to ignore the results.

Refactor the code to always only look at the first record returned from
getPublishedBinaries(), which has the same result *unless*
getPublishedBinaries() can return a mix of records with p-u-p and without;
and saves about 30% of the runtime of the script.

fix-nbs-report 2022-02-10 18:01:10 UTC
Fix nbs-report failure due to parsing error

Author: Steve Langasek
Author Date: 2022-02-10 18:01:10 UTC

Fix nbs-report failure due to parsing error

The cron.NBS wrapper creates a file called 00FTBFS. If this file is
non-empty, it has a different format from all the other files in the target
directory. I don't know why this file is produced, but we shouldn't fail to
generate the report if the file is present.

unsubscribe-team 2022-01-10 22:57:56 UTC
PEP8 cleanup, thanks Łukasz!

Author: Steve Langasek
Author Date: 2022-01-10 22:57:56 UTC

PEP8 cleanup, thanks Łukasz!

124 of 24 results
You can't create new repositories for ubuntu-archive-tools.