aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands
Commit message (Collapse)AuthorAgeFilesLines
* Added option -o to 'co' to disable the use of mirror when checking outBogdano Arendartchuk2007-11-081-0/+3
|
* Don't use mirror in 'co' when the user provides one URLBogdano Arendartchuk2007-06-121-1/+1
| | | | | (unintended bonus: fixed typo in RepSys/svn.py)
* Frontported fixes in mirror support from repsys-1.6Bogdano Arendartchuk2007-06-061-0/+32
| | | | | | | | - 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-047-56/+98
|
* merge with 1.6 branch (commits 83373 and 83726)Olivier Blin2006-11-131-0/+1
|
* - reimplmented the SVN class in svn.py to use the module pysvn instead ofBogdano Arendartchuk2006-07-191-1/+1
| | | | | | | | | pexpect + svn This was an unintented commit trigged by a test, so "releases", "cooker" and "misc" directories should be ignored
* - removed hardcoded call to /usr/share/repsys/create-srpm and now using theBogdano Arendartchuk2006-02-131-4/+14
| | | | | | "helper" section of configuration file(s). - added option -r, to have a better consistency with all other commands
* - changed the way create-srpm is called, now using options -r and -t toBogdano Arendartchuk2006-02-131-1/+1
| | | | | ease readability a bit
* - on behalf of bogdano@mandriva.com:Andreas Hasenack2006-02-024-20/+32
| | | | | | | | | | | | | | | - improved markrelease command line parsing - changelogs entries are now groupped by author, and sorted by revision number - the changelog now is generated using the Cheetah Template Engine, to allow quick modifications without spending time reading code and introducing new bugs - consequently, was added an option "-T <file>" to rpmlog and getsrpm to allow choosing the path of the template to be used - added options noauth=0, and baseurl=None in order to disable the authentication in some url schemes (http:// and //) - replaced some "cl" references to "mdv"
* - fix callback usage in markreleaseAndreas Hasenack2006-01-271-1/+1
|
* added support for svn+ssh access method.Frederic Lepied2005-12-071-30/+39
|
* 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-0713-0/+616