- add support for the HASH key. (#300982)
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 20 Aug 2007 13:27:31 +0000 (13:27 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 20 Aug 2007 13:27:31 +0000 (13:27 +0000)
commit244ca2c6e3383475ee56f724c42beaff83f66841
tree35b17bb2855241bea6a5c2685b299e75aac92767
parent421388d513d4546f94f58556f291dfb4ffc170e5
- add support for the HASH key. (#300982)
- Use ContentFileParser in Downloader (instead of implementing
  the parser again, it has a reason, Downloader was written first)
- update testcases and data to cover the new HASH key
15 files changed:
tests/repo/susetags/Downloader_test.cc
tests/repo/susetags/data/stable-x86-subset-gz/content
tests/repo/susetags/data/stable-x86-subset-gz/content.asc
tests/repo/susetags/data/stable-x86-subset-gz/control.xml [new file with mode: 0644]
tests/repo/susetags/data/stable-x86-subset-gz/installation.xml [new file with mode: 0644]
tests/repo/susetags/data/stable-x86-subset-gz/license.tar.gz [new file with mode: 0644]
tests/repo/susetags/data/stable-x86-subset/content
tests/repo/susetags/data/stable-x86-subset/content.asc
tests/repo/susetags/data/stable-x86-subset/control.xml [new file with mode: 0644]
tests/repo/susetags/data/stable-x86-subset/installation.xml [new file with mode: 0644]
tests/repo/susetags/data/stable-x86-subset/license.tar.gz [new file with mode: 0644]
zypp/parser/susetags/ContentFileReader.cc
zypp/parser/susetags/RepoIndex.h
zypp/repo/susetags/Downloader.cc
zypp/repo/susetags/Downloader.h