diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-02 13:50:56 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-02 13:50:56 +0100 |
commit | f3224a73ec718a5f4e4404cd716e4b7c2702bb8b (patch) | |
tree | eb482e0dd8bbb81cc26926299747d47421271e05 /test/authReliability | |
parent | fce726023f703c369ae030684e75ed03c7544d6b (diff) |
test/authReliability/sources.list.good:
- add missing file to make the test/pre-upload-check.py work again
apt-pkg/acquire-item.cc:
- fix auth-reliable code when file:// uris are used
test/pre-upload-check.py:
- use the standard apt, not "../bin/apt-get" by default
- make the error messages more useful on test-failure
Diffstat (limited to 'test/authReliability')
-rw-r--r-- | test/authReliability/sources.list.good | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/authReliability/sources.list.good b/test/authReliability/sources.list.good new file mode 100644 index 000000000..2e9a4458a --- /dev/null +++ b/test/authReliability/sources.list.good @@ -0,0 +1,2 @@ +deb http://people.ubuntu.com/~mvo/apt/auth-test-suit/gpg-package-ok/ / + |