~nacc/git-ubuntu:apt-repo

Last commit made on 2018-02-28
Get this branch:
git clone -b apt-repo 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:
apt-repo
Repository:
lp:~nacc/git-ubuntu

Recent commits

83b80ef... by Nish Aravamudan

apt_repo_test: gpg should call the snapped gpg-agent

This ensures self-compatibility and ideally not affecting the running
user's gpg-agent.

The order of arguments to gpg matters, hence where this option is added.

aa014cb... by Nish Aravamudan

snap: re-add gnupg2 for gpgv

The apt_repo code relies on gpgv being callable in the snap, but needs
the version in Bionic (which added the `gpgv --output` option). Do not
ship anything else from gnupg2.

Revert "Revert "snap: build gpg from source""

This reverts commit 3294bc6d6c93c8c76f953266f9665ede78c5937d.

a74564f... by Robie Basak

Add gitubuntu/apt_repo_test/ to the snap

This is needed for the in-snap self test.

a72b7b2... by Robie Basak

Add apt_repo module

4af7a4a... by Nish Aravamudan

snap: add scripts to the snap

b17ebf0... by Nish Aravamudan

scripts: move to bin and gitubuntu

Executables go in bin/ and the utils code goes in gitubuntu.

d2b04ec... by Nish Aravamudan

snap: add self-test application

We have run into issues between our test environment and our snapped
environment in the past. Add an application to our snap that will run
the lint and unittests "as installed".

This also requires:
 - specifying no cache to pytest in the wrapper script.
 - specifying a temporary coverage data file, which we remove.

cedee8d... by Nish Aravamudan

git-ubuntu: add dependency on pytest-cov

Version specified is in Bionic.

1243ba1... by Nish Aravamudan

scriptutils.pool_map_import_srcpkg: properly handle num_workers=0

Do not create a pool, just run map().

6946b4f... by Nish Aravamudan

scripts: drop methodname from docstrings