diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-12-04 13:18:55 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-12-04 13:18:55 +0000 |
commit | fa6e28fa34acb6167d5a70c138c5041d1b19d03d (patch) | |
tree | 4e8227c9e722d7f74e2b88c0cdc4a6012bf8f216 /CHANGES | |
parent | ad16dbd1dafba41e04a00428dc6ad83ee1651e73 (diff) | |
download | mgarepo-fa6e28fa34acb6167d5a70c138c5041d1b19d03d.tar mgarepo-fa6e28fa34acb6167d5a70c138c5041d1b19d03d.tar.gz mgarepo-fa6e28fa34acb6167d5a70c138c5041d1b19d03d.tar.bz2 mgarepo-fa6e28fa34acb6167d5a70c138c5041d1b19d03d.tar.xz mgarepo-fa6e28fa34acb6167d5a70c138c5041d1b19d03d.zip |
Allow keeping old rpm log in package directory
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ +- allow keeping the old rpm log in the package directory if the oldurl + config value is set to '.' or starts with './' - add putsrpm command in man page (#4055) - fix putsrpm --help message (#4053) - update URLs for new wiki |