aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/rpmutil.py
Commit message (Collapse)AuthorAgeFilesLines
* Use hardlinks when importing (can help speed up process for large SOURCES)Colin Guthrie2014-05-271-2/+2
| | | | | The cp command supports the -l option since Mageia 1 so it's fairly safe to use this.
* Allow keeping old rpm log in package directoryNicolas Vigier2012-12-041-1/+4
| | | | | | | | | | | With this change, it is now possible to store the old rpm log inside the package directory instead of using a separate directory (usually /misc/ directory). This can be done by changing the oldurl setting in mgarepo.conf to '.' or anything starting with './'. It becomes possible to have different import logs if using different packages in different versions of the distribution instead of one log file shared for all versions of the distribution.
* remove old optionsNicolas Vigier2011-08-171-6/+3
|
* update import_binaries for new binrepoNicolas Vigier2011-08-171-0/+2
|
* remove binrepo markreleaseNicolas Vigier2011-08-171-1/+0
|
* update sync for new binrepoNicolas Vigier2011-08-171-3/+5
|
* don't commit by defaultNicolas Vigier2011-08-171-1/+1
|
* delete function removes files from sha1.lstNicolas Vigier2011-08-171-6/+7
|
* don't commit sha1.lst by defaultNicolas Vigier2011-08-171-1/+1
|
* upload on new binrepoNicolas Vigier2011-08-171-1/+8
|
* remove old download_binaries functionNicolas Vigier2011-08-171-9/+0
|
* download binaries from new binrepoNicolas Vigier2011-08-171-9/+3
|
* ignore incorrect symlinks (bug #463)Nicolas Vigier2011-05-171-1/+1
|
* only add files with status "?" (bug #349)Nicolas Vigier2011-05-171-1/+1
|
* do not leave empty file when download failed (bug #374)Nicolas Vigier2011-05-161-1/+6
|
* fix typoNicolas Vigier2011-02-261-1/+1
|
* Add support for rpm 4.8: spec.sources is now a list instead of a methodNicolas Vigier2011-02-261-1/+3
|
* add binrepo revision optionsNicolas Vigier2011-01-281-5/+6
|
* only try to remove files that are on svn or symlinksNicolas Vigier2011-01-281-1/+2
|
* delete and upload are expecting a list as first argumentNicolas Vigier2011-01-271-2/+2
|
* fix syncNicolas Vigier2011-01-271-38/+14
|
* rename binrepo_delete as it is not only for binrepoNicolas Vigier2011-01-271-1/+1
|
* make upload and binrepo_delete functions work on text files tooNicolas Vigier2011-01-271-4/+20
|
* remove all paths passed as argumentNicolas Vigier2011-01-271-1/+2
|
* add binrepo remove functionNicolas Vigier2011-01-251-7/+1
|
* ci does not commit to bindirNicolas Vigier2011-01-151-3/+0
|
* don't allow importing package already on svnNicolas Vigier2011-01-131-8/+1
|
* rename repsys to mgarepo, RepSys to MgaRepo, and update docs and examples ↵Nicolas Vigier2011-01-111-0/+759
for Mageia