Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make releases with only SILENTed messages will result in a warning, not to | Bogdano Arendartchuk | 2007-03-15 | 1 | -5/+4 |
| | | | | | be skipped. | ||||
* | Hide authors with only SILENTed changesets. | Bogdano Arendartchuk | 2007-01-30 | 1 | -1/+8 |
| | |||||
* | Removed stripping of log messages in order to not destroy topic structure | Bogdano Arendartchuk | 2007-01-30 | 1 | -1/+0 |
| | | | | | from log messages. | ||||
* | Removed bogus macros files and added [macros ..] sections to repsys.conf. | Bogdano Arendartchuk | 2007-01-29 | 3 | -37/+36 |
| | | | | | | | | | These sections are referenced by the "rpm-macros" option in [submit ..] sections and contain the RPM macros to be used with the target of the package being generated. These macros are defined using --define option of rpm. | ||||
* | Make ConfigParser forward args to allow the use of "raw" option. | Bogdano Arendartchuk | 2007-01-29 | 1 | -2/+2 |
| | | | | | | It will enable us to choose which sections should not allow ConfigParser's references. | ||||
* | Added "repsys.macros" configuration file. | Bogdano Arendartchuk | 2007-01-24 | 1 | -1/+24 |
| | | | | | | | It will contain macros overriding the local system ones. The reason for it is to make changelogs generated in kenobi (2007.0) having the cooker release number (in the case 2007.1). | ||||
* | Added the option "host" to the submit section. | Bogdano Arendartchuk | 2007-01-16 | 1 | -55/+32 |
| | | | | | | It allows to submit to one host the package placed in another subversion host. The option "-s" in the command-line also can do it. | ||||
* | Make the changelog show the revision number from ignored commits that are | Bogdano Arendartchuk | 2007-01-03 | 1 | -4/+2 |
| | | | | | | | | | newer than the not ignored ones. Releases containing only SILENT commit messages will be shown, but without log lines (probably the changelog template should handle this case). | ||||
* | Fixed old module use that does not exist now | Bogdano Arendartchuk | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | Changed the behavior of the SILENT option to be line-oriented. | Bogdano Arendartchuk | 2007-01-02 | 1 | -7/+12 |
| | | | | | | | | Lines in the commit messages containing SILENT at any place will be ignored. Commit messages containing SILENT at the beginning of the first line will make all lines to be ignored. | ||||
* | Commit messages containing SILENT (or whatever is in repsys.conf) won't appear | Bogdano Arendartchuk | 2007-01-02 | 1 | -0/+9 |
| | | | | | in the changelog. | ||||
* | Really minor comment fixes | Bogdano Arendartchuk | 2007-01-02 | 1 | -2/+2 |
| | |||||
* | Make source lines fit in 80 columns | Bogdano Arendartchuk | 2007-01-02 | 4 | -4/+8 |
| | |||||
* | Moved the option "tempdir" from [submit] to [global], since it changes the | Bogdano Arendartchuk | 2006-12-04 | 1 | -1/+1 |
| | | | | | behavior of all subcommands. | ||||
* | Added option "tempdir" to the [submit] section. | Bogdano Arendartchuk | 2006-12-04 | 1 | -0/+2 |
| | |||||
* | - use svn export instead of checkout, saves 50% disk space | Andreas Hasenack | 2006-11-30 | 2 | -3/+4 |
| | |||||
* | Fixed wrong variable name on "changed". | Bogdano Arendartchuk | 2006-11-30 | 2 | -4/+4 |
| | |||||
* | - silence stderr when querying for version-release of a .src.rpm package | Andreas Hasenack | 2006-11-14 | 1 | -1/+1 |
| | |||||
* | Fixed undeclared name "pkgdirurl" in "co" subcommand. Replaced url by | Bogdano Arendartchuk | 2006-11-13 | 2 | -4/+4 |
| | | | | | pkgdirurl, as in the rest of the code. | ||||
* | make get_srpm() verbose only when called from the getsrpm command | Olivier Blin | 2006-11-13 | 2 | -2/+5 |
| | |||||
* | Removed duplicated code to find the author name in make_releases. | Bogdano Arendartchuk | 2006-11-13 | 1 | -3/+1 |
| | |||||
* | - added small lstrip to handle log messages beginning with spaces | Bogdano Arendartchuk | 2006-10-31 | 1 | -0/+1 |
| | |||||
* | - fixed the problem of trailling slashes in package urls | Bogdano Arendartchuk | 2006-10-23 | 3 | -5/+24 |
| | |||||
* | - fixed regression from the bug of package without releases/ | Bogdano Arendartchuk | 2006-10-20 | 1 | -8/+9 |
| | |||||
* | - fixed small bug in the svn log parser in which it was getting more lines | Bogdano Arendartchuk | 2006-10-20 | 1 | -2/+3 |
| | | | | | than the entry had. | ||||
* | - changed repsys to use copy-from svn metadata to generate log messages | Bogdano Arendartchuk | 2006-10-20 | 1 | -35/+50 |
| | |||||
* | - SVN.log now contains information about the changed paths | Bogdano Arendartchuk | 2006-10-20 | 1 | -7/+23 |
| | |||||
* | - added another format for the changelog data, so that it can be used by | Bogdano Arendartchuk | 2006-10-19 | 1 | -12/+38 |
| | | | | | templates for changelogs compatible with repsys 1.5 | ||||
* | - fixed bug introducted in r65890, in which it was ignoring unreleased | Bogdano Arendartchuk | 2006-10-19 | 1 | -10/+12 |
| | | | | | revisions when the package had no releases. | ||||
* | make get_srpm display the extracted .src.rpm (path + filename) (initially ↵ | Olivier Blin | 2006-10-19 | 1 | -0/+1 |
| | | | | from pixel, frontport from V1_5_X) | ||||
* | - removed unnecessary parsing of the log entries | Bogdano Arendartchuk | 2006-10-18 | 1 | -5/+0 |
| | |||||
* | use a different "submit <target>" section per target in configuration file | Olivier Blin | 2006-10-18 | 1 | -17/+16 |
| | |||||
* | - added Warly's patch to make log.py cope with packages | Andreas Hasenack | 2006-10-17 | 1 | -21/+23 |
| | | | | | which have no markrelease | ||||
* | merge 1.6.2b changes | Olivier Blin | 2006-09-27 | 2 | -1/+9 |
| | |||||
* | import fix to #23597 done in V1_5_X branchtopic/pysvn-support | Andreas Hasenack | 2006-07-12 | 2 | -1/+3 |
| | |||||
* | - define a more complete rpm environment for constructing the .src.rpm | Andreas Hasenack | 2006-06-23 | 1 | -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 None | Bogdano Arendartchuk | 2006-02-20 | 1 | -3/+4 |
| | |||||
* | - place revision-offset in [log] section and not in [global] | Andreas Hasenack | 2006-02-16 | 1 | -1/+1 |
| | | | | | - added revision-offset to default config file | ||||
* | - added support "day zero revision" | Bogdano Arendartchuk | 2006-02-16 | 2 | -7/+24 |
| | |||||
* | - removed hardcoded call to /usr/share/repsys/create-srpm and now using the | Bogdano Arendartchuk | 2006-02-13 | 1 | -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 script | Bogdano Arendartchuk | 2006-02-13 | 1 | -0/+15 |
| | | | | | using information provided in configuration file(s). | ||||
* | - changed the way create-srpm is called, now using options -r and -t to | Bogdano Arendartchuk | 2006-02-13 | 1 | -1/+1 |
| | | | | | ease readability a bit | ||||
* | - added function mapurl, which maps(!) urls using a regexp defined in the | Bogdano Arendartchuk | 2006-02-13 | 1 | -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 the | Bogdano Arendartchuk | 2006-02-13 | 1 | -1/+1 |
| | | | | | given release. | ||||
* | - on behalf of bogdano@mandriva.com: | Andreas Hasenack | 2006-02-02 | 7 | -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 markrelease | Andreas Hasenack | 2006-01-27 | 1 | -1/+1 |
| | |||||
* | added support for svn+ssh access method. | Frederic Lepied | 2005-12-07 | 1 | -30/+39 |
| | |||||
* | get_srpm: fixed a test | Frederic Lepied | 2005-12-07 | 1 | -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_3 | Frederic Lepied | 2005-12-07 | 27 | -0/+3382 |