to follow SUSE tools conventions
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 26 Oct 2007 20:25:08 +0000 (20:25 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 26 Oct 2007 20:25:08 +0000 (20:25 +0000)
commita00b22fc21692242f0582ae6d9ff4e27d927c09d
treecd77d616b1623629924f417ff344bc307ef16dae
parent7285da6c43ed22b54db2b580267fe729ac900a56
to follow SUSE tools conventions
Source is now Repo
42 files changed:
src/CMakeLists.txt
src/pool.c
src/pool.h
src/repo.c [moved from src/source.c with 62% similarity]
src/repo.h [new file with mode: 0644]
src/repo_solv.c [moved from src/source_solv.c with 88% similarity]
src/repo_solv.h [new file with mode: 0644]
src/solvable.h
src/solver.c
src/solver.h
src/source.h [deleted file]
src/source_solv.h [deleted file]
tools/CMakeLists.txt
tools/content2solv.c
tools/dumpsolv.c
tools/helix2solv.c
tools/mergesolv.c
tools/patchxml2solv.c
tools/repo_content.c [moved from tools/source_content.c with 87% similarity]
tools/repo_content.h [new file with mode: 0644]
tools/repo_helix.c [moved from tools/source_helix.c with 94% similarity]
tools/repo_helix.h [new file with mode: 0644]
tools/repo_patchxml.c [moved from tools/source_patchxml.c with 93% similarity]
tools/repo_patchxml.h [new file with mode: 0644]
tools/repo_rpmdb.c [moved from tools/source_rpmdb.c with 82% similarity]
tools/repo_rpmdb.h [new file with mode: 0644]
tools/repo_rpmmd.c [moved from tools/source_rpmmd.c with 94% similarity]
tools/repo_rpmmd.h [new file with mode: 0644]
tools/repo_susetags.c [moved from tools/source_susetags.c with 88% similarity]
tools/repo_susetags.h [new file with mode: 0644]
tools/repo_write.c [moved from tools/source_write.c with 95% similarity]
tools/repo_write.h [new file with mode: 0644]
tools/rpmdb2solv.c
tools/rpmmd2solv.c
tools/source_content.h [deleted file]
tools/source_helix.h [deleted file]
tools/source_patchxml.h [deleted file]
tools/source_rpmdb.h [deleted file]
tools/source_rpmmd.h [deleted file]
tools/source_susetags.h [deleted file]
tools/source_write.h [deleted file]
tools/susetags2solv.c