| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the section [submit-groups] to the man-page | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+4 |
* | Updated CHANGES regarding the submit groups | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+2 |
* | Don't say 'implicit target' when the user uses --distro, it is being explicit | Bogdano Arendartchuk | 2008-07-17 | 1 | -2/+2 |
* | In the usage example don't use -t because the user may think it is referring ... | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+1 |
* | Ok, we have added a --distro option in order to allow the user specifying | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+6 |
* | Allow using the format <DISTRO>/<PACKAGE> for submit groups | Bogdano Arendartchuk | 2008-07-17 | 2 | -1/+10 |
* | Initially working "submit-groups" code | Bogdano Arendartchuk | 2008-07-17 | 1 | -4/+24 |
* | And we have a BRANCH | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+37 |
* | Allow specifying distro branches without using complete URLs | Bogdano Arendartchuk | 2008-07-17 | 22 | -163/+358 |
* | Don't hide authors with only the first revision SILENTed (#41117) | Bogdano Arendartchuk | 2008-07-17 | 3 | -6/+9 |
* | Updated CHANGES to refer the mdv ticket #28352 | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+1 |
* | A WTF? moment | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+1 |
* | Updated CHANGES | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+1 |
* | Allow submitting with URLs containing usernames | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+10 |
* | Allow submitting packages at once | Bogdano Arendartchuk | 2008-07-17 | 5 | -101/+155 |
* | Pulled a couple of get_submit_info fixes | Bogdano Arendartchuk | 2008-07-17 | 2 | -4/+7 |
* | Added a crappy manual page | Bogdano Arendartchuk | 2008-03-03 | 5 | -1/+203 |
* | Added small note about bad path hardcoded in rpmlog | Bogdano Arendartchuk | 2008-03-03 | 1 | -0/+1 |
* | Added configuration options to repsys-example.conf | Bogdano Arendartchuk | 2008-03-03 | 1 | -0/+2 |
* | Updated CHANGES regarding the new configuration option and the new rpmlog | Bogdano Arendartchuk | 2008-03-03 | 1 | -0/+4 |
* | Added options -o, -p, -s to rpmlog | Bogdano Arendartchuk | 2008-03-03 | 1 | -4/+26 |
* | Ensure sorted changelog entries will have correct spacing | Bogdano Arendartchuk | 2008-03-03 | 1 | -2/+11 |
* | Refactored log api: move specifile_svn2rpm to get_changelog | Bogdano Arendartchuk | 2008-03-03 | 1 | -33/+71 |
* | Instead of inverting count all the time, decrease it in every loop | Bogdano Arendartchuk | 2008-03-03 | 1 | -3/+6 |
* | Updated CHANGES | Bogdano Arendartchuk | 2008-03-03 | 1 | -0/+3 |
* | Add configuration option to sort the generated changelog | Bogdano Arendartchuk | 2008-03-03 | 1 | -11/+56 |
* | Added option -d to sync, to download the missing files | Bogdano Arendartchuk | 2008-02-08 | 4 | -7/+32 |
* | New version 1.6.20 | Bogdano Arendartchuk | 2008-02-08 | 1 | -1/+1 |
* | Don't install repsys-example.conf in datadir, move it to MANIFEST.in | Bogdano Arendartchuk | 2008-02-06 | 2 | -2/+2 |
* | Fixed emptylog to be shown when necessary | Bogdano Arendartchuk | 2008-02-06 | 3 | -23/+38 |
* | Fixed URL normalization to make it compatible with py2.4 | Bogdano Arendartchuk | 2008-02-06 | 2 | -6/+7 |
* | Set the default template path and update the built-in one to match | Bogdano Arendartchuk | 2008-02-05 | 2 | -5/+17 |
* | Fixed mistake in svn error message handling | Bogdano Arendartchuk | 2008-02-05 | 1 | -1/+1 |
* | Don't use --non-interactive with the commands "add", "revert" and "cleanup" | Bogdano Arendartchuk | 2008-02-05 | 1 | -1/+2 |
* | Allow listing targets through SSH submit host | Bogdano Arendartchuk | 2008-02-05 | 3 | -3/+23 |
* | Moved all old defaults to repsys-example.conf and document it better | Bogdano Arendartchuk | 2008-02-05 | 4 | -4/+66 |
* | Added --strict option to getsrpm + equivalent configuration option | Bogdano Arendartchuk | 2008-02-05 | 3 | -12/+42 |
* | Changed get_submit_info to use svn.info2 and properly handle non-versioned | Bogdano Arendartchuk | 2008-02-05 | 1 | -3/+7 |
* | Small changes in help messages: | Bogdano Arendartchuk | 2008-02-05 | 15 | -60/+69 |
* | Make SVN.info2 to return None when the target is not versioned | Bogdano Arendartchuk | 2008-02-05 | 1 | -1/+3 |
* | Make REPSYS_CONF override /etc/repsys.conf and ~/.repsys/config | Bogdano Arendartchuk | 2008-02-05 | 2 | -2/+5 |
* | Fixed the use of file:/// URLs when using just the package name | Bogdano Arendartchuk | 2008-02-05 | 2 | -3/+6 |
* | Added option -F to repsys ci, as in svn ci | Bogdano Arendartchuk | 2008-02-05 | 3 | -4/+12 |
* | Dropped all authenticated access support | Bogdano Arendartchuk | 2007-11-15 | 6 | -1129/+44 |
* | Don't say "invalid command CMD" when this is not the real error | Bogdano Arendartchuk | 2007-11-14 | 2 | -5/+6 |
* | Really fixed generation of unreleased commits | Bogdano Arendartchuk | 2007-11-14 | 2 | -5/+7 |
* | Reverted "Fix: unreleased commits are not those newer than the last markrelease" | Bogdano Arendartchuk | 2007-11-13 | 1 | -5/+5 |
* | Make package and revision optional options for submit, again | Bogdano Arendartchuk | 2007-11-13 | 3 | -23/+17 |
* | Fix: don't use versions/ when using -v option of getsrpm | Bogdano Arendartchuk | 2007-11-12 | 2 | -1/+4 |
* | New version 1.6.19V1_6_19 | Bogdano Arendartchuk | 2007-11-08 | 1 | -1/+1 |