New signing key for aptly repo, and small fixes

Build on Go 1.10, drop Go 1.7

Remove references to now defunct pgp.mit.edu, fix system test
This commit is contained in:
Andrey Smirnov
2018-03-16 01:25:38 +03:00
parent 581876df9a
commit aa3a2ab595
6 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ system/env: system/requirements.txt
system-test: install system/env
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
if [ ! -e ~/aptly-fixture-pool ]; then git clone https://github.com/aptly-dev/aptly-fixture-pool.git ~/aptly-fixture-pool/; fi
. system/env/bin/activate && APTLY_VERSION=$(VERSION) PATH=$(BINPATH)/:$(PATH) $(PYTHON) system/run.py --long $(TESTS)
PATH=$(BINPATH)/:$(PATH) && . system/env/bin/activate && APTLY_VERSION=$(VERSION) $(PYTHON) system/run.py --long $(TESTS)
travis: $(TRAVIS_TARGET) check system-test