aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys
Commit message (Expand)AuthorAgeFilesLines
* Really fixed generation of unreleased commitstopic/V1_8_XBogdano Arendartchuk2007-11-141-2/+2
* Fixed get_submit_info to use the new SVN code.Bogdano Arendartchuk2007-11-131-18/+15
* Added option -o to 'co' to disable the use of mirror when checking outBogdano Arendartchuk2007-11-082-2/+5
* Fix: unreleased commits are not those newer than the last markreleaseBogdano Arendartchuk2007-09-211-5/+5
* protect open() from all the encoding evil of the outside worldBogdano Arendartchuk2007-06-211-1/+6
* pysvn's ls returns complete URLsBogdano Arendartchuk2007-06-211-4/+3
* typo: versions => releasesBogdano Arendartchuk2007-06-211-1/+1
* fixed SVN.diff to not pass revision1 twiceBogdano Arendartchuk2007-06-211-3/+5
* Make getsrpm use the revision number from svn.exportBogdano Arendartchuk2007-06-212-8/+8
* decode the changelog created using strings containing unicode stringsBogdano Arendartchuk2007-06-181-1/+6
* ldapusers plugin: ldap-starttls + ldap-uri configuration optionsBogdano Arendartchuk2007-06-181-12/+37
* brought from V1_6_X the reduction of the number of svn callsBogdano Arendartchuk2007-06-172-36/+43
* shame: rpm.py => simplerpm.pyBogdano Arendartchuk2007-06-161-0/+0
* As requested by mrl, don't relocate back to mirror after commitBogdano Arendartchuk2007-06-161-10/+8
* Fixed sync to different behavior of parseSpec in rpm-4.8.8Bogdano Arendartchuk2007-06-121-0/+1
* Don't use mirror in 'co' when the user provides one URLBogdano Arendartchuk2007-06-123-4/+9
* Introduced CLOG: the complement for SILENTBogdano Arendartchuk2007-06-121-7/+19
* Added small note about the behavior of pysvn's Client.relocateBogdano Arendartchuk2007-06-121-0/+2
* Import "Error" before using itBogdano Arendartchuk2007-06-121-1/+1
* Don't force use of "/" at the end of URLsBogdano Arendartchuk2007-06-121-2/+1
* Frontported fixes in mirror support from repsys-1.6Bogdano Arendartchuk2007-06-064-13/+143
* Frontported changes from V1_6_X since aprilBogdano Arendartchuk2007-06-0417-184/+817
* Ouch, forgot to remove the unneeded block in last commitBogdano Arendartchuk2007-01-051-6/+5
* The condition will never be true. The same check is done some lines before.Bogdano Arendartchuk2007-01-051-4/+2
* merge with 1.6 branch (commits 83373 and 83726)Olivier Blin2006-11-132-2/+5
* make get_srpm display the extracted .src.rpm (path + filename) (initially fro...Olivier Blin2006-10-191-0/+5
* use a different "submit <target>" section per target in configuration fileOlivier Blin2006-10-181-17/+16
* - removed unnecessary repeated code in log codeBogdano Arendartchuk2006-07-221-13/+2
* - removed wrong parameter passed to svn.existsBogdano Arendartchuk2006-07-221-1/+1
* - removed unecessary check of ClientError exception in log methodBogdano Arendartchuk2006-07-221-5/+2
* - changed svn.py to raise SVNError, instead of pysvn.Client, so thatBogdano Arendartchuk2006-07-221-4/+7
* - changed behavior of the pysvn wrapper to return None instead of False,Bogdano Arendartchuk2006-07-211-2/+4
* - changed ugly class by better ones for log.pyBogdano Arendartchuk2006-07-211-11/+12
* - removed now unneeded pexpect moduleBogdano Arendartchuk2006-07-192-1053/+1
* - reimplmented the SVN class in svn.py to use the module pysvn instead ofBogdano Arendartchuk2006-07-194-369/+163
* import fix to #23597 done in V1_5_X branchtopic/pysvn-supportAndreas Hasenack2006-07-122-1/+3
* - define a more complete rpm environment for constructing the .src.rpmAndreas Hasenack2006-06-231-2/+12
* - fixed the "end" revision number, which was being passed as NoneBogdano Arendartchuk2006-02-201-3/+4
* - place revision-offset in [log] section and not in [global]Andreas Hasenack2006-02-161-1/+1
* - added support "day zero revision"Bogdano Arendartchuk2006-02-162-7/+24
* - removed hardcoded call to /usr/share/repsys/create-srpm and now using theBogdano Arendartchuk2006-02-131-4/+14
* - added function get_helper, which obtains the path of a helper scriptBogdano Arendartchuk2006-02-131-0/+15
* - changed the way create-srpm is called, now using options -r and -t toBogdano Arendartchuk2006-02-131-1/+1
* - added function mapurl, which maps(!) urls using a regexp defined in theBogdano Arendartchuk2006-02-131-1/+28
* - removed wrong use of "start=rev", since we can do "markrelease" after theBogdano Arendartchuk2006-02-131-1/+1
* - on behalf of bogdano@mandriva.com:Andreas Hasenack2006-02-027-102/+406
* - fix callback usage in markreleaseAndreas Hasenack2006-01-271-1/+1
* added support for svn+ssh access method.Frederic Lepied2005-12-071-30/+39
* get_srpm: fixed a testFrederic Lepied2005-12-071-1/+1
* Initial revisionR1_5_3_1-4mdktopic/V1_5_X@821topic/V1_5_X@819topic/V1_5_3@959topic/V1_5_3@819topic/V1_5_3Frederic Lepied2005-12-0727-0/+3382