- more progress on fetcher capablity to use remote signed index.
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 28 Oct 2008 16:31:15 +0000 (16:31 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 28 Oct 2008 16:31:15 +0000 (16:31 +0000)
commitaf94e27c91ad5e478cf3853b446ba8955fed1dae
treee5d70b8f2d76c41ae3cf6e6adee8088e39927d58
parent10afc50a2505d15f87cdfa3c8a169cb29b39560d
- more progress on fetcher capablity to use remote signed index.
- support for content file
- testcases
- only missing, honour the autodiscovery of index flags
33 files changed:
tests/zypp/Fetcher_test.cc
tests/zypp/data/Fetcher/remote-site/baseindex/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS.asc [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/SHA1SUMS.key [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/subdir1-file1.txt [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir1/subdir1-file2.txt [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS.asc [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/SHA1SUMS.key [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/baseindex/subdir2/subdir2-file1.txt [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content.asc [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/content.key [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/subdir1-file1.txt [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir1/subdir1-file2.txt [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir2/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex-broken-digest/subdir2/subdir2-file1.txt [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/content [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/content.asc [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/content.key [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/subdir1-file1.txt [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/subdir1/subdir1-file2.txt [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/subdir2/directory.yast [new file with mode: 0644]
tests/zypp/data/Fetcher/remote-site/contentindex/subdir2/subdir2-file1.txt [new file with mode: 0644]
zypp/Fetcher.cc
zypp/Fetcher.h