diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-06 01:34:08 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-06 01:34:08 +0000 |
commit | 05810ef9f0e1dc761317f909146f1a201c876a64 (patch) | |
tree | d031cc326238db112a2e9a808ca130941203900e /CHANGES | |
parent | ffdaa7d17062bf450a040b34056aaf0e096a9599 (diff) | |
download | mgarepo-05810ef9f0e1dc761317f909146f1a201c876a64.tar mgarepo-05810ef9f0e1dc761317f909146f1a201c876a64.tar.gz mgarepo-05810ef9f0e1dc761317f909146f1a201c876a64.tar.bz2 mgarepo-05810ef9f0e1dc761317f909146f1a201c876a64.tar.xz mgarepo-05810ef9f0e1dc761317f909146f1a201c876a64.zip |
Fixed URL normalization to make it compatible with py2.4
In py2.4 the function urlparse doesn't return a "named" tuple.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ to replace the default svn command - force svn+ssh:// URLs to be in BatchMode, in order to not have any interactivity at all with ssh +- fixed incompatibility with Python-2.4 on urlparse - fixed bad url used when using -v in getsrpm - make 'repsys submit' without package name or revision number work again - if REPSYS_CONF is set, /etc/repsys.conf and ~/.repsys/config will not be |