Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.6.17V1_6_17 | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+1 |
| | |||||
* | Updated CHANGES to v1.6.16 and v1.6.17 | Bogdano Arendartchuk | 2007-05-04 | 1 | -0/+18 |
| | |||||
* | Run svn.info before svn.status in order to check if we're in a working | Bogdano Arendartchuk | 2007-05-04 | 1 | -0/+3 |
| | | | | | copy. | ||||
* | Use basename of source entries, they may be URLs (and flags don't make | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+2 |
| | | | | | clear if it is a URL or not) | ||||
* | 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 |
| | |||||
* | Handle plugin initialization exceptions | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+1 |
| | | | | | | | Moved plugins.load() to dispatch_command in order to allow exception handling when plugins are being loaded (in case of ldapusers, checking configuration options) | ||||
* | The option ldap-port was not being converted to integer. Fixed. | Bogdano Arendartchuk | 2007-05-04 | 1 | -1/+5 |
| | |||||
* | Added README.LDAP to MANIFEST.in | Bogdano Arendartchuk | 2007-05-03 | 1 | -0/+1 |
| | |||||
* | Added one cheap copy of the sync subcommand from mdvsys. | Bogdano Arendartchuk | 2007-05-03 | 7 | -3/+89 |
| | | | | | | | | | | | | | It required two sensitive changes: - in order to parse the spec file, "rpm" module was used, so this is the brand new package dependency; and - as RepSys already had one "rpm" module, we had to rename it to "simplerpm" in order to allow access to the module from python-rpm (I think py2.4 is still used a lot so we can't use absolute imports) | ||||
* | Updated README.LDAP to recent changes in configuration options | Bogdano Arendartchuk | 2007-05-03 | 1 | -12/+13 |
| | | | | | (ldap-format and format method used) | ||||
* | As noted by Andreas, LDAP search results can have only the needed | Bogdano Arendartchuk | 2007-05-03 | 1 | -1/+15 |
| | | | | | attributes of ldap-resultformat. Fixed it. | ||||
* | Changed the configuration field ldap-format to ldap-resultformat, more | Bogdano Arendartchuk | 2007-05-03 | 1 | -3/+3 |
| | | | | | consistent with ldap-filterformat. | ||||
* | Changed the interpolation method. Now variable are defined with $name. not | Bogdano Arendartchuk | 2007-05-03 | 1 | -15/+20 |
| | | | | | %(name)s. Things may break. | ||||
* | Fixed the option "ldap-port", which was not being used. | Bogdano Arendartchuk | 2007-05-03 | 1 | -2/+2 |
| | |||||
* | As requested by Andreas, handle LDAP exceptions and provide better error | Bogdano Arendartchuk | 2007-05-03 | 1 | -13/+30 |
| | | | | | messages. Also improved format error messages a bit. | ||||
* | Warn when python-ldap is not installed and the user is really trying to use | Bogdano Arendartchuk | 2007-05-03 | 1 | -3/+5 |
| | | | | | the plugin. | ||||
* | - better emptylog message | Andreas Hasenack | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | - added readme file for ldap support | Andreas Hasenack | 2007-05-03 | 1 | -0/+51 |
| | |||||
* | Added initial support to mirrors, as requested by mrl. | Bogdano Arendartchuk | 2007-05-02 | 6 | -0/+116 |
| | | | | | | | | | It was added an option "mirror" to repsys.conf, that will contain an URL to the mirror repository. Also added the subcommand "ci", which will relocate one working copy to the master repository before effectively commiting. | ||||
* | Yet another typo: "options IN the [global] section"V1_6_16 | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Added reference to the [global] section in the help of ldapusers plugin. | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Typo "--help-plugin" | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Added plugins directory to setup.py and MANIFEST.in | Bogdano Arendartchuk | 2007-05-02 | 2 | -1/+3 |
| | |||||
* | Version 1.6.16 | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Typo "acess" | Bogdano Arendartchuk | 2007-05-02 | 1 | -1/+1 |
| | |||||
* | Introduced the plugin "ldapusers". | Bogdano Arendartchuk | 2007-05-02 | 2 | -2/+120 |
| | | | | | | | | | | This plugin allows to obtain the user names and e-mails from a LDAP server. See repsys --help-plugin ldapusers for the configuration options. This plugin also required one small change in the ConfigParser: the class Config should allow one to get one option value in "raw" format, so that python format strings can be used as configuration values. | ||||
* | Merged work on plugins support, including the possibility to wrap | Bogdano Arendartchuk | 2007-05-02 | 4 | -5/+100 |
| | | | | | configuration sections. | ||||
* | Fixed regressions introduced in changelog generation while fixing the | Bogdano Arendartchuk | 2007-05-02 | 1 | -5/+24 |
| | | | | | problem of package just imported. | ||||
* | Added "putsrpm" to the list of subcommands in the --help message | Bogdano Arendartchuk | 2007-05-02 | 1 | -0/+1 |
| | |||||
* | Implemented __repr__ for the classes _Release and _Revision in order to | Bogdano Arendartchuk | 2007-05-02 | 1 | -0/+11 |
| | | | | | ease debugging. | ||||
* | Make the default template to ignore authors with empty changesets. | Bogdano Arendartchuk | 2007-05-02 | 1 | -0/+7 |
| | |||||
* | 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 |
| |