apt-clone:master

Last commit made on 2020-12-18
Get this branch:
git clone -b master https://git.launchpad.net/apt-clone

Branch merges

Branch information

Name:
master
Repository:
lp:apt-clone

Recent commits

db382fd... by Michael Vogt

Merge pull request #13 from Shirocco88/patch-1

fix a typo

70c0d1f... by Shirocco88 <email address hidden>

fix a typo

795c0f5... by Michael Vogt

tests: skip clone/upgrade test on i386

The i386 architecture is not fully supported anymore on Ubuntu
so testing the upgrade with that will lead to issues.

2210be2... by Michael Vogt

releasing package apt-clone version 0.4.3

218b6cf... by Michael Vogt

debian: update test dependencies

5a32b0f... by Michael Vogt

releasing package apt-clone version 0.4.2

a5d2171... by Christian Ehrhardt <canonicalchristian.ehrhardt@canonical>

test_clone_upgrade: avoid false positives when a new release starts

The tests exercise roughtly these steps:
1. create an env of the -2 release (groovy in this case)
2. stores a package selection list of OLD in tarball
3. create an env of the -1 release (hirsute in this case)
4. create an apt-cache of the NEW env
5. restores package selection to the state of "OLD" from tarball
6. expect that there wll be upgrades

But early on in a development cycle the delta will be zero and the test will
fail. That is the reason for bug 1902830 and bug 1510060.

We can make sure we are much more likely to find upgrades but stil exercise
clone the same way by comparing "earliest-supportd vs dev" instead of
"dev vs dev-1".

7ba4d9a... by Michael Vogt

merge ubuntu changes

5448399... by Michael Vogt

Merge pull request #9 from BenWiederhake/master

Cache LSB info

dc86598... by Michael Vogt

Merge pull request #11 from lucaskanashiro/fix-ftbfs-in-ubuntu-focal

Build depend on dh-python