lp:~ubuntu-release/autopkgtest/+git/development

Get this repository:
git clone https://git.launchpad.net/~ubuntu-release/autopkgtest/+git/development
Members of Ubuntu Release Team can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
ubuntu/5.20 2024-03-17 19:22:01 UTC
lib/adt_testbed.py: Fix supression of warning messages from apt

Author: Brian Murray
Author Date: 2024-03-17 19:22:01 UTC

lib/adt_testbed.py: Fix supression of warning messages from apt

master 2024-01-17 00:24:21 UTC
lib/adt_testbed.py: add in a missing space

Author: Brian Murray
Author Date: 2024-01-17 00:24:21 UTC

lib/adt_testbed.py: add in a missing space

hide-warnings 2024-01-16 21:51:19 UTC
Don't hard code a package name here!

Author: Brian Murray
Author Date: 2024-01-16 21:51:19 UTC

Don't hard code a package name here!

arch-not-hwarch 2023-09-07 19:21:32 UTC
ssh-setup/nova: fix ARCH having two lines of data

Author: Brian Murray
Author Date: 2023-09-07 19:21:32 UTC

ssh-setup/nova: fix ARCH having two lines of data

oom-killer-revert 2023-03-10 21:38:18 UTC
systemd has migrated to lunar-release

Author: Brian Murray
Author Date: 2023-03-10 21:38:18 UTC

systemd has migrated to lunar-release

install-efibootmgr 2023-02-23 17:41:23 UTC
Workaround a bug with grub2 and bionic

Author: Brian Murray
Author Date: 2023-02-23 17:41:23 UTC

Workaround a bug with grub2 and bionic

syntax-error 2023-01-26 22:46:15 UTC
Fix a typo

Author: Brian Murray
Author Date: 2023-01-26 22:46:15 UTC

Fix a typo

mkdir-preferences.d 2023-01-20 14:41:42 UTC
Fix typo

Author: Brian Murray
Author Date: 2023-01-20 14:41:42 UTC

Fix typo

flock-less 2023-01-16 18:29:04 UTC
Add jq parsing for when we have it installed

Author: Brian Murray
Author Date: 2023-01-16 18:29:04 UTC

Add jq parsing for when we have it installed

kill-harder 2022-06-02 20:23:08 UTC
Fix a nit regarding the variable name

Author: Brian Murray
Author Date: 2022-06-02 20:23:08 UTC

Fix a nit regarding the variable name

cross-arch-architecture-filtering 2022-06-02 00:32:54 UTC
Handle architecture filtering for Test-Command also; thanks to Lukas Maerdian

Author: Steve Langasek
Author Date: 2022-06-02 00:32:54 UTC

Handle architecture filtering for Test-Command also; thanks to Lukas Maerdian

wip/5.17 2021-11-05 13:55:35 UTC
adtlog.py: Also retry flush() calls

Author: Julian Andres Klode
Author Date: 2021-11-05 13:44:57 UTC

adtlog.py: Also retry flush() calls

We don't know why it EAGAINs here.

cross-arch-testing 2019-11-30 06:25:20 UTC
coding style

Author: Steve Langasek
Author Date: 2019-11-29 08:37:54 UTC

coding style

slash-b-package-mismatch 2019-06-03 22:06:21 UTC
Fix wrong use of \b for "word boundary" in Source: lines

Author: Steve Langasek
Author Date: 2019-06-03 21:54:54 UTC

Fix wrong use of \b for "word boundary" in Source: lines

The master icky awk-and-shell-in-python script that's used to determine the
correct version of the source package to test has a bug in a very specific
situation:

 - source package A lists binary package B in its source
 - source package C has taken over building of binary package B with a higher
   version number
 - B != C
 - package C's name matches the pattern A-foo

Specific example seen in the wild is:

  A=corosync B=corosync-qnetd C=corosync-qdevice

This comes from trying to use \b in a regexp to mark the end of the package
name. But \b ("word boundary") matches on the boundary between a letter and
a hyphen, which is the false-positive here since '-' is a valid character in
a package name.

Tighten the regexp to match only on spaces and end-of-line, not "word
boundary".

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1831492

save-pinning-revert 2018-03-22 00:01:00 UTC
Revert "Use APT:Default-Release i.s.o. most pinning and add option --apt-defa...

Author: Steve Langasek
Author Date: 2018-03-22 00:01:00 UTC

Revert "Use APT:Default-Release i.s.o. most pinning and add option --apt-default-release"

This reverts commit 8ef72c014cf29c1fe3fb72e1ac8c09aa16dadf65.

saner-arm64-reboots 2018-02-08 07:33:40 UTC
force nova hard reboot on arm64, because a soft reboot is the same but slower

Author: Steve Langasek
Author Date: 2018-02-08 07:33:40 UTC

force nova hard reboot on arm64, because a soft reboot is the same but slower

116 of 16 results
This repository contains Public information 
Everyone can see this information.