~nacc/git-ubuntu:importer-do-not-shadow

Last commit made on 2018-04-16
Get this branch:
git clone -b importer-do-not-shadow https://git.launchpad.net/~nacc/git-ubuntu
Only Nish Aravamudan can upload to this branch. If you are Nish Aravamudan please log in for upload directions.

Branch merges

Branch information

Name:
importer-do-not-shadow
Repository:
lp:~nacc/git-ubuntu

Recent commits

bab1bad... by Nish Aravamudan

importer: do not shadow imported methods

Our local variables were shadowing the methods imported from
git_repository and this led to (future) test failures.

No functional changes.

06fce1c... by Nish Aravamudan

importer: abstract out import_{un,}applied_dsc

No functional changes.

3214c36... by Nish Aravamudan

importer: refactor _commit_import to return the commit hash

Have the caller do the tagging and branch manipulation.

This should not be any functional change and allows for future fixes to
the algorithm.

7a48947... by Nish Aravamudan

importer._commit_import: use get_import_tag_msg()

No functional change.

9317af4... by Nish Aravamudan

importer._commit_import: use repo.create_tag

No functional change

be2c6ee... by Nish Aravamudan

importer: abstract out get_changelog_parent_commit

This was duplicated code between the import_{un,}applied_spi and needs
to be abstracted out anyways for future changes.

Add some unit tests. While not complete in and of themselves, the code
will be further tested with follow-on unit tests for the importer
methods.

There should be no functional change.

8d7ca7e... by Nish Aravamudan

blacklist: add a few more large source packages

d1a0c2b... by Nish Aravamudan

importer: do not pass spi to _commit_import

No functional changes, purely refactoring to allow for code reuse.

fb88111... by Nish Aravamudan

importer: do not pass spi to get_commit_msg

No functional changes, purely refactoring to allow for code reuse.

f1156f5... by Nish Aravamudan

importer: do not pass spi to override_parents

No functional changes, purely refactoring to allow for code reuse.