Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Argh! Forgot to add new files to svn.topic/V1_6_X-mirrorsupport | Bogdano Arendartchuk | 2007-04-25 | 2 | -0/+71 |
| | |||||
* | Added support to "mirror repositories" for the subcommands co and ci. | Bogdano Arendartchuk | 2007-04-25 | 4 | -0/+45 |
| | | | | | | | | | | | | | Mirrors are intended to be used in read-only operations (such as co and rpmlog). For the moment the subcommand co will checkout the package source from the mirror, when it is defined. Also it was added the subcommand ci in order to allow relocating one package working copy to the write-enabled server before commiting, and then relocating back to the mirror when it is finished. | ||||
* | Created branch to work in the subversion mirrors support. | Bogdano Arendartchuk | 2007-04-25 | 0 | -0/+0 |
| | |||||
* | Escape even the old changelogs that are inside misc/.topic/V1_6_X-ldapusers | Bogdano Arendartchuk | 2007-04-24 | 1 | -2/+9 |
| | | | | | | | These old changelogs contain bogus macros entries because the output of rpm -qp --changelog (or the equivalent) doesn't print the changelogs escaped. | ||||
* | Aways use HEAD for changelogs placed in misc/, since they can contain | Bogdano Arendartchuk | 2007-04-24 | 1 | -1/+3 |
| | | | | | | | | fixes. Also they are always intended to represent one change *BEFORE* the package import. | ||||
* | 1.6.15V1_6_15 | Bogdano Arendartchuk | 2007-03-16 | 4 | -3/+9 |
| | |||||
* | Make releases with only SILENTed messages will result in a warning, not to | Bogdano Arendartchuk | 2007-03-15 | 2 | -5/+7 |
| | | | | | be skipped. | ||||
* | warn about strange situation, when working around it, to possibly help | Gustavo De Nardin | 2007-03-15 | 1 | -0/+2 |
| | | | | | eventual future debugging | ||||
* | Make create-srpm check if the temporary package still exists before trying | Bogdano Arendartchuk | 2007-03-14 | 1 | -1/+2 |
| | | | | | to remove it. | ||||
* | Added changelogs and scripts to manifest template. | Bogdano Arendartchuk | 2007-02-28 | 1 | -1/+3 |
| | |||||
* | - 1.6.14V1_6_14 | Bogdano Arendartchuk | 2007-01-31 | 1 | -1/+1 |
| | |||||
* | 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 | 8 | -46/+58 |
| | | | | | | | | | 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 | 5 | -3/+34 |
| | | | | | | | 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). | ||||
* | - 1.6.13V1_6_13 | Andreas Hasenack | 2007-01-16 | 1 | -1/+1 |
| | |||||
* | Added the option "host" to the submit section. | Bogdano Arendartchuk | 2007-01-16 | 2 | -55/+33 |
| | | | | | | 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. | ||||
* | - 1.6.12V1_6_12 | Andreas Hasenack | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | Make the changelog show the revision number from ignored commits that are | Bogdano Arendartchuk | 2007-01-03 | 2 | -5/+3 |
| | | | | | | | | | 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 |
| | |||||
* | - 1.6.11V1_6_11 | Andreas Hasenack | 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 | 2 | -0/+11 |
| | | | | | 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 |
| | |||||
* | use Cooker as default submit target | Olivier Blin | 2006-12-15 | 1 | -0/+3 |
| | |||||
* | Moved the option "tempdir" from [submit] to [global], since it changes the | Bogdano Arendartchuk | 2006-12-04 | 2 | -4/+2 |
| | | | | | behavior of all subcommands. | ||||
* | Added option "tempdir" to the [submit] section. | Bogdano Arendartchuk | 2006-12-04 | 2 | -0/+5 |
| | |||||
* | - bump versionV1_6_10 | Andreas Hasenack | 2006-12-01 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | - fix current version number | Andreas Hasenack | 2006-11-28 | 1 | -1/+1 |
| | |||||
* | - 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. | ||||
* | 1.6.9 | Olivier Blin | 2006-11-13 | 1 | -1/+1 |
| | |||||
* | make get_srpm() verbose only when called from the getsrpm command | Olivier Blin | 2006-11-13 | 2 | -2/+5 |
| | |||||
* | add compatv15.chlog so that "make localrpm" works (even if this spec file is ↵ | Olivier Blin | 2006-11-13 | 1 | -0/+1 |
| | | | | not used for the final package) | ||||
* | Removed duplicated code to find the author name in make_releases. | Bogdano Arendartchuk | 2006-11-13 | 1 | -3/+1 |
| | |||||
* | bump release | Olivier Blin | 2006-11-12 | 1 | -1/+1 |
| | |||||
* | add compatv15.chlog in dist | Olivier Blin | 2006-11-12 | 1 | -1/+1 |
| | |||||
* | always unlink the src.rpm after running the upload command | Olivier Blin | 2006-11-12 | 1 | -1/+2 |
| | |||||
* | - make create-srpm handle exceptions intended to be handled, so that we | Bogdano Arendartchuk | 2006-11-01 | 1 | -2/+7 |
| | | | | | don't receive the ugly traceback when upload-srpm fails | ||||
* | - commented out "Status: not releases" from default templateV1_6_7 | Bogdano Arendartchuk | 2006-10-31 | 1 | -1/+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 |
| | |||||
* | - changed version to 1.6.7 | Bogdano Arendartchuk | 2006-10-20 | 1 | -1/+1 |
| | |||||
* | - 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 |
| |