| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2 | -7/+28 |
* | Fixed emptylog to be shown when necessary | Bogdano Arendartchuk | 2008-02-06 | 1 | -23/+30 |
* | Fixed URL normalization to make it compatible with py2.4 | Bogdano Arendartchuk | 2008-02-06 | 1 | -6/+6 |
* | Set the default template path and update the built-in one to match | Bogdano Arendartchuk | 2008-02-05 | 1 | -5/+16 |
* | 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 | 1 | -1/+11 |
* | Added --strict option to getsrpm + equivalent configuration option | Bogdano Arendartchuk | 2008-02-05 | 2 | -12/+38 |
* | 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 | 12 | -9/+52 |
* | 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 | 1 | -2/+3 |
* | Fixed the use of file:/// URLs when using just the package name | Bogdano Arendartchuk | 2008-02-05 | 1 | -3/+5 |
* | Added option -F to repsys ci, as in svn ci | Bogdano Arendartchuk | 2008-02-05 | 2 | -4/+11 |
* | Dropped all authenticated access support | Bogdano Arendartchuk | 2007-11-15 | 5 | -1129/+37 |
* | Really fixed generation of unreleased commits | Bogdano Arendartchuk | 2007-11-14 | 1 | -5/+5 |
* | 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 | 2 | -23/+16 |
* | Fix: don't use versions/ when using -v option of getsrpm | Bogdano Arendartchuk | 2007-11-12 | 1 | -1/+1 |
* | Added option -o to 'co' to disable the use of mirror when checking out | Bogdano Arendartchuk | 2007-11-08 | 2 | -2/+5 |
* | Added the complement to SILENT: CLOG | Bogdano Arendartchuk | 2007-11-08 | 1 | -7/+19 |
* | Fix: unreleased commits are not those newer than the last markrelease | Bogdano Arendartchuk | 2007-09-21 | 1 | -5/+5 |
* | ldapusers plugin: ldap-starttls + ldap-uri configuration options | Bogdano Arendartchuk | 2007-06-18 | 1 | -12/+37 |
* | Perform less svn operations in getsrpm and rpmlog | Bogdano Arendartchuk | 2007-06-17 | 2 | -37/+43 |
* | As requested by mrl, don't relocate back to mirror after commit | Bogdano Arendartchuk | 2007-06-16 | 1 | -10/+8 |
* | prepare for cheetah-2 | Bogdano Arendartchuk | 2007-06-16 | 1 | -1/+1 |
* | Fixed sync to different behavior of parseSpec in rpm-4.8.8 | Bogdano Arendartchuk | 2007-06-12 | 1 | -0/+1 |
* | Don't use mirror in 'co' when the user provides one URL | Bogdano Arendartchuk | 2007-06-12 | 2 | -3/+8 |
* | Added FIXME to strange putsrpm behavior | Bogdano Arendartchuk | 2007-06-12 | 1 | -0/+2 |
* | Don't force "/" at the end of URLs | Bogdano Arendartchuk | 2007-06-12 | 1 | -2/+1 |
* | - use correct revision number for last commit | Anssi Hannula | 2007-06-07 | 1 | -2/+2 |
* | Import "Error" before use it | Bogdano Arendartchuk | 2007-06-06 | 1 | -1/+1 |
* | Improved (and fixed) the support to mirrors and "switch" subcommand | Bogdano Arendartchuk | 2007-06-05 | 4 | -9/+130 |
* | FIXME possible bugs in get_srpm related to revision numbers. | Bogdano Arendartchuk | 2007-06-04 | 1 | -0/+4 |
* | Fixed use of __import__ incompatible with python2.4. | Bogdano Arendartchuk | 2007-05-09 | 1 | -4/+4 |
* | Show epoch of the release in changelog, even when it has not been | Bogdano Arendartchuk | 2007-05-08 | 1 | -3/+9 |
* | Make issue an clearer error when python-cheetah is not installed. Closes | Bogdano Arendartchuk | 2007-05-08 | 1 | -1/+4 |
* | Run svn.info before svn.status in order to check if we're in a working | Bogdano Arendartchuk | 2007-05-04 | 1 | -0/+3 |
* | Use basename of source entries, they may be URLs (and flags don't make | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+2 |
* | Escape values used in LDAP search filters using ldap.filter. | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+3 |
* | Unbind the ldapobject after searching. | Bogdano Arendartchuk | 2007-05-04 | 1 | -17/+19 |
* | The option ldap-port was not being converted to integer. Fixed. | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+5 |
* | Added one cheap copy of the sync subcommand from mdvsys. | Bogdano Arendartchuk | 2007-05-03 | 5 | -2/+87 |
* | As noted by Andreas, LDAP search results can have only the needed | Bogdano Arendartchuk | 2007-05-03 | 1 | -1/+15 |
* | Changed the configuration field ldap-format to ldap-resultformat, more | Bogdano Arendartchuk | 2007-05-03 | 1 | -3/+3 |