aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Really fixed generation of unreleased commitstopic/V1_8_XBogdano Arendartchuk2007-11-141-2/+2
| | | | | | | It was using the previous markrelease revision as reference. The recent broken fix was using "releasesdata[0]" instead of "releasesdata[-1]" which is the newest release revision.
* Fixed get_submit_info to use the new SVN code.Bogdano Arendartchuk2007-11-131-18/+15
| | | | | | | -Esta linha, e as abaixo, serão ignoradas-- M RepSys/rpmutil.py
* Added option -o to 'co' to disable the use of mirror when checking outBogdano Arendartchuk2007-11-083-2/+6
|
* Updated CHANGESBogdano Arendartchuk2007-11-081-1/+3
|
* Fix: unreleased commits are not those newer than the last markreleaseBogdano Arendartchuk2007-09-211-5/+5
| | | | | | | | Entries considered unreleased must be those newer than the latest released revision in current/. Problem pointed out by mrl.
* 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
| | | | | | It also changed the previous behavior of using the last changed rev. from the "revision used in the command line"
* decode the changelog created using strings containing unicode stringsBogdano Arendartchuk2007-06-181-1/+6
| | | | | (silently) encoded to utf-8
* ldapusers plugin: ldap-starttls + ldap-uri configuration optionsBogdano Arendartchuk2007-06-182-13/+47
| | | | | (nice commit separation)
* brought from V1_6_X the reduction of the number of svn callsBogdano Arendartchuk2007-06-173-36/+44
|
* shame: rpm.py => simplerpm.pyBogdano Arendartchuk2007-06-161-0/+0
|
* As requested by mrl, don't relocate back to mirror after commitBogdano Arendartchuk2007-06-162-10/+9
|
* Keeping CHANGES in sync with V1_6_18Bogdano Arendartchuk2007-06-161-0/+5
|
* 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
| | | | | (unintended bonus: fixed typo in RepSys/svn.py)
* Introduced CLOG: the complement for SILENTBogdano Arendartchuk2007-06-123-7/+27
|
* Added small note about the behavior of pysvn's Client.relocateBogdano Arendartchuk2007-06-121-0/+2
|
* updated CHANGES regarding mirrors and wrong paths generatedBogdano 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-065-13/+144
| | | | | | | | - fixed bad URLs being used when checking out from mirrors - "switch" subcommand to ease switching between mirror and real repositories - smarter "ci"
* Frontported changes from V1_6_X since aprilBogdano Arendartchuk2007-06-0426-202/+996
|
* 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
|
* use Cooker as default submit targetOlivier Blin2006-12-151-0/+3
|
* merge with 1.6 branch (commits 83373 and 83726)Olivier Blin2006-11-133-6/+24
|
* updated default urlsAndreas Hasenack2006-10-191-3/+3
|
* make get_srpm display the extracted .src.rpm (path + filename) (initially ↵Olivier Blin2006-10-191-0/+5
| | | | from pixel, frontport from V1_5_X)
* update repsys.conf for new submit syntaxOlivier Blin2006-10-181-2/+1
|
* use a different "submit <target>" section per target in configuration fileOlivier Blin2006-10-181-17/+16
|
* require pysvnOlivier Blin2006-10-181-0/+1
|
* - removed unnecessary repeated code in log codeBogdano Arendartchuk2006-07-221-13/+2
|
* - added $Id$ on help messageBogdano Arendartchuk2006-07-221-1/+2
| | | | | - correctly parse the $Rev$ value
* - added missing $ in $Rev$Bogdano Arendartchuk2006-07-221-1/+2
|
* - changed repsys version number to 1.7Bogdano Arendartchuk2006-07-221-1/+1
| | | | | - the third revision number is the revision number of the "repsys" binary
* - 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
| | | | | subversion error messages can be properly shown to the user
* - changed behavior of the pysvn wrapper to return None instead of False,Bogdano Arendartchuk2006-07-211-2/+4
| | | | | | | it is more appropriate to report "errors" - fixed bug in which wrapper's log was not checking if the wrapped call to pysvn's log returned None (silented error).
* - changed ugly class by better ones for log.pyBogdano Arendartchuk2006-07-211-11/+12
|
* - removed now unneeded pexpect moduleBogdano Arendartchuk2006-07-192-1053/+1
|
* - removed mistakenly added directoriesBogdano Arendartchuk2006-07-190-0/+0
|
* - reimplmented the SVN class in svn.py to use the module pysvn instead ofBogdano Arendartchuk2006-07-194-369/+163
| | | | | | | | | pexpect + svn This was an unintented commit trigged by a test, so "releases", "cooker" and "misc" directories should be ignored
* import fix to #23597 done in V1_5_X branchtopic/pysvn-supportAndreas Hasenack2006-07-122-1/+3
|
* move into proper placeAndreas Hasenack2006-07-110-0/+0
|
* - define a more complete rpm environment for constructing the .src.rpmAndreas Hasenack2006-06-231-2/+12
| | | | | so all the files end up being where we expect them to be
* - updated version numberBogdano Arendartchuk2006-03-031-1/+1
|