~racb/git-ubuntu:fix-reimport-tag-matching

Last commit made on 2020-09-11
Get this branch:
git clone -b fix-reimport-tag-matching https://git.launchpad.net/~racb/git-ubuntu
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
fix-reimport-tag-matching
Repository:
lp:~racb/git-ubuntu

Recent commits

95187cf... by Robie Basak

Add some missing docstrings

4ff726d... by Robie Basak

Fix get_all_reimport_tags() prefix search

Prefix matching 'importer/reimport/import/1' will incorrectly match
'importer/reimport/import/11/0', so the match must include the trailing
'/'.

This fixes the case where an attempted import of version '1'
accidentally finds the reimport tags for version '11' if they happen to
exist.

909d723... by Robie Basak

Add test for get_all_reimport_tags()

This test fails due to a bug which will be fixed in the next change, so
is marked xfail for now.

df5e594... by Robie Basak

Fix some golang whitelist source package names

These packages do not follow the standard way to name golang source
packages and do not exist. Adjust them to match their real names in the
archive.

d87db33... by Robie Basak

Re-enable packages that were being reimported

These packages have been successfully reimported now, so they can be
removed from the blacklist to resume normal operation.

a5071ba... by Robie Basak

Remove all patch overrides

This haven't been active since patch override support was removed in
git-ubuntu in commit 806eaea (from Nov 2016).

28d557b... by Robie Basak

Remove all parent overrides

These should no longer be necessary since we changed the algorithm to
determine parents.

The code supporting parent overrides remains for now, for less
disruption to the code base as we near 1.0 and in case this change needs
to be reverted. If successful then the supporting code can be removed at
some point subsequent to the 1.0 release.

0a0c014... by Robie Basak

Remove all pull overrides

These should no longer be necessary due to Launchpad having been fixed
(LP #1881598 and others).

The code supporting pull overrides remains for now, for less disruption
to the code base as we near 1.0 and in case this change needs to be
reverted. If successful then the supporting code can be removed at some
point subsequent to the 1.0 release.

e207d71... by Robie Basak

Fix typo in changelog date override

The software-properties changelog date typo/parsing failure is in 0.80;
0.8 never existed. I have also fixed this in the specification.

5b1b057... by Andreas Hasenack

Import haveged (ddstreet request)