1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-11 07:06:16 +01:00
github.com_openSUSE_osc/osc
Luke Imhoff 96210b6dac Allow --prefer-pkgs to parse repodata
Any directory passed to --prefer-pkgs will be searched for a repodata
directory.  If the directory does not contain a repodata directory, then
each ancestor directory is checked.  This allows for the user error of
specifying an individual architecture directory (e.g. x86_64) instead of the
parent repository directory that contains the repodata:

repository/
  x86_64/
    *.rpm
  repodata/
    *.xml.gz

The use case for this feature is it allows snapshots of the OBS repositories
to be offloaded to an network-attached filesystem.  repodata directories are
used as the xml.gz files are faster to read than the 100s of rpms in a given
snapshot.  These snapshots are used to track older rpm sets that may be
deployed for testing.
2010-01-18 09:12:10 -06:00
..
util Allow --prefer-pkgs to parse repodata 2010-01-18 09:12:10 -06:00
__init__.py Merged revisions 3774-3775,3779,3781-3782,3787,3789-3793,3798,3802,3805,3817-3822,3827,3829-3830,3837-3839,3841-3842,3848-3850 via svnmerge from 2008-04-28 16:37:44 +00:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py better ssl certificate verification 2009-11-13 10:46:23 +00:00
build.py Allow --prefer-pkgs to parse repodata 2010-01-18 09:12:10 -06:00
cmdln.py most help topics are capitalized 2010-01-12 15:11:42 +01:00
commandline.py do not crash on rdiff with 3 arguments (#571483) 2010-01-18 10:25:00 +01:00
conf.py - added "build-jobs" config option (default: "getconf _NPROCESSORS_ONLN") 2010-01-09 14:56:55 +01:00
core.py do not crash on rdiff with 3 arguments (#571483) 2010-01-18 10:25:00 +01:00
fetch.py - don't read all rpm/deb tags/fields by default 2010-01-14 19:51:09 +01:00
meter.py code cleanup 2009-10-20 14:30:15 +00:00
OscConfigParser.py code cleanup 2009-10-20 14:30:15 +00:00
oscerr.py code cleanup 2009-10-20 14:30:15 +00:00
oscssl.py - fixed proxy support when using m2crypto 2010-01-08 22:20:40 +01:00
oscsslexcp.py better ssl certificate verification 2009-11-13 10:46:23 +00:00