aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add compatv15.chlog in distOlivier Blin2006-11-121-1/+1
|
* always unlink the src.rpm after running the upload commandOlivier Blin2006-11-121-1/+2
|
* - make create-srpm handle exceptions intended to be handled, so that weBogdano Arendartchuk2006-11-011-2/+7
| | | | | don't receive the ugly traceback when upload-srpm fails
* - commented out "Status: not releases" from default templateV1_6_7Bogdano Arendartchuk2006-10-311-1/+1
|
* - added small lstrip to handle log messages beginning with spacesBogdano Arendartchuk2006-10-311-0/+1
|
* - fixed the problem of trailling slashes in package urlsBogdano Arendartchuk2006-10-233-5/+24
|
* - changed version to 1.6.7Bogdano Arendartchuk2006-10-201-1/+1
|
* - 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 changelog template, it copies the changelog format from ↵Bogdano Arendartchuk2006-10-192-0/+14
| | | | repsys 1.5
* - 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
* updated default urls (missed one entry)Andreas Hasenack2006-10-191-1/+1
|
* updated default urlsAndreas Hasenack2006-10-191-2/+2
|
* - 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
|
* I really meant 1.6.6Olivier Blin2006-10-181-2/+2
|
* 1.6.6Olivier Blin2006-10-182-1/+4
|
* 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
|
* use get_helperOlivier Blin2006-10-181-1/+1
|
* - added upload-srpm to the sample repsys.conf fileAndreas Hasenack2006-10-171-0/+1
|
* - updated reference specfileV1_6_5Andreas Hasenack2006-10-171-1/+4
|
* - added Warly's patch to make log.py cope with packagesAndreas Hasenack2006-10-171-21/+23
| | | | | which have no markrelease
* add oldfashion.chlog in distOlivier Blin2006-09-272-1/+2
|
* 1.6.4Olivier Blin2006-09-272-2/+2
|
* fix spacingOlivier Blin2006-09-271-1/+1
|
* merge 1.6.2b changesOlivier Blin2006-09-276-9/+41
|
* branched version 1.6.x, trunk is about to get heavy changesAndreas Hasenack2006-07-190-0/+0
|
* 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
|
* - s/oldstyle/oldfashion/Bogdano Arendartchuk2006-03-031-1/+1
|
* - added newline to make more readableBogdano Arendartchuk2006-03-031-0/+1
|
* - added oldfashion.chlog to CVS and added it to setup.pyBogdano Arendartchuk2006-02-202-1/+16
|
* - fixed the "end" revision number, which was being passed as NoneBogdano Arendartchuk2006-02-201-3/+4
|
* - 1.6.2a: moved revision-offset parameter to [log] sectionAndreas Hasenack2006-02-173-2/+5
|
* - place revision-offset in [log] section and not in [global]Andreas Hasenack2006-02-162-1/+5
| | | | | - added revision-offset to default config file
* - fixed url-map file:// urlAndreas Hasenack2006-02-161-1/+1
|
* - updated to version 1.6.2V1_6_2Bogdano Arendartchuk2006-02-162-20/+2
|
* - updated changesBogdano Arendartchuk2006-02-161-0/+12
|
* - added support "day zero revision"Bogdano Arendartchuk2006-02-162-7/+24
|
* - added "rpmlog" in the list of subcommandsBogdano Arendartchuk2006-02-151-0/+1
|
* - oh, forgot to increase release numberBogdano Arendartchuk2006-02-151-1/+1
|
* - moved getsrpm-mdk to "scripts" section, since it has to be installed inBogdano Arendartchuk2006-02-141-3/+2
| | | | | bindir.
* - added create-srpm, rebrand-mdk and getsrpm-mdk to setup.py in order toBogdano Arendartchuk2006-02-141-1/+8
| | | | | | leave the burden of the installation only to distutils, and make spec file more simple
* - 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