aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys
Commit message (Collapse)AuthorAgeFilesLines
* - fixed regression from the bug of package without releases/Bogdano Arendartchuk2006-10-201-8/+9
|
* - fixed small bug in the svn log parser in which it was getting more linesBogdano Arendartchuk2006-10-201-2/+3
| | | | | than the entry had.
* - changed repsys to use copy-from svn metadata to generate log messagesBogdano Arendartchuk2006-10-201-35/+50
|
* - SVN.log now contains information about the changed pathsBogdano Arendartchuk2006-10-201-7/+23
|
* - added another format for the changelog data, so that it can be used byBogdano Arendartchuk2006-10-191-12/+38
| | | | | templates for changelogs compatible with repsys 1.5
* - fixed bug introducted in r65890, in which it was ignoring unreleasedBogdano Arendartchuk2006-10-191-10/+12
| | | | | revisions when the package had no releases.
* make get_srpm display the extracted .src.rpm (path + filename) (initially ↵Olivier Blin2006-10-191-0/+1
| | | | from pixel, frontport from V1_5_X)
* - removed unnecessary parsing of the log entriesBogdano Arendartchuk2006-10-181-5/+0
|
* use a different "submit <target>" section per target in configuration fileOlivier Blin2006-10-181-17/+16
|
* - added Warly's patch to make log.py cope with packagesAndreas Hasenack2006-10-171-21/+23
| | | | | which have no markrelease
* merge 1.6.2b changesOlivier Blin2006-09-272-1/+9
|
* 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
| | | | | so all the files end up being where we expect them to be
* - 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 revision-offset to default config file
* - 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
| | | | | | "helper" section of configuration file(s). - added option -r, to have a better consistency with all other commands
* - added function get_helper, which obtains the path of a helper scriptBogdano Arendartchuk2006-02-131-0/+15
| | | | | using information provided in configuration file(s).
* - changed the way create-srpm is called, now using options -r and -t toBogdano Arendartchuk2006-02-131-1/+1
| | | | | ease readability a bit
* - added function mapurl, which maps(!) urls using a regexp defined in theBogdano Arendartchuk2006-02-131-1/+28
| | | | | | option "url-map" in repsys.conf to allow changes like svn+ssh:// to file://..
* - removed wrong use of "start=rev", since we can do "markrelease" after theBogdano Arendartchuk2006-02-131-1/+1
| | | | | given release.
* - on behalf of bogdano@mandriva.com:Andreas Hasenack2006-02-027-102/+406
| | | | | | | | | | | | | | | - 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
|
* 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