]> git.saurik.com Git - apt.git/commitdiff
* test/authReliability/sources.list.good:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 2 Jan 2008 13:04:11 +0000 (14:04 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 2 Jan 2008 13:04:11 +0000 (14:04 +0100)
  - add missing file to make the tests work again
* apt-pkg/acquire-item.cc:
  - fix I-M-S hits with file:// uris
* test/pre-upload-check.py:
  - better error messages
  - use "apt-get" by default (instead of ../bin/apt-get)

1  2 
apt-pkg/acquire-item.cc

index 54526ab058909a1032419a74ba010b1b4c9c423f,fa48eeae933abc5c0ca0aef93995c1fd1a316c79..ad48adcffa2aabe51e0c758ca977a48e7e05e555
@@@ -1172,7 -1176,7 +1176,7 @@@ void pkgAcqMetaIndex::Failed(string Mes
         _error->Warning(_("A error occurred during the signature "
                           "verification. The repository is not updated "
                           "and the previous index files will be used."
--                         "GPG error: %s: %s\n"
++                         "GPG error: %s: %s\n"),
                         Desc.Description.c_str(),
                         LookupTag(Message,"Message").c_str());
         return;