aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - use correct revision number for last committopic/V1_6_17Anssi Hannula2007-06-071-2/+2
| | | | | (this commit by Andreas was accidentally reverted during SVN recovery)
* Updated CHANGES and version number.Bogdano Arendartchuk2007-05-092-1/+5
|
* Pulled small bug fixes from V1_6_X to be released in 1.6.17.1. Bogdano Arendartchuk2007-05-092-5/+9
| | | | | Merged revisions r219559 and r219560.
* Created branch for 1.6.17 fixes.Bogdano Arendartchuk2007-05-090-0/+0
|
* tagged 1.6.17Bogdano Arendartchuk2007-05-070-0/+0
|
* Version 1.6.17V1_6_17Bogdano Arendartchuk2007-05-041-1/+1
|
* Updated CHANGES to v1.6.16 and v1.6.17Bogdano Arendartchuk2007-05-041-0/+18
|
* Run svn.info before svn.status in order to check if we're in a workingBogdano Arendartchuk2007-05-041-0/+3
| | | | | copy.
* Use basename of source entries, they may be URLs (and flags don't makeBogdano Arendartchuk2007-05-041-1/+2
| | | | | clear if it is a URL or not)
* Escape values used in LDAP search filters using ldap.filter.Bogdano Arendartchuk2007-05-041-1/+3
|
* Unbind the ldapobject after searching.Bogdano Arendartchuk2007-05-041-17/+19
|
* Handle plugin initialization exceptionsBogdano Arendartchuk2007-05-041-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 Arendartchuk2007-05-041-1/+5
|
* Added README.LDAP to MANIFEST.inBogdano Arendartchuk2007-05-031-0/+1
|
* Added one cheap copy of the sync subcommand from mdvsys.Bogdano Arendartchuk2007-05-037-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 optionsBogdano Arendartchuk2007-05-031-12/+13
| | | | | (ldap-format and format method used)
* As noted by Andreas, LDAP search results can have only the neededBogdano Arendartchuk2007-05-031-1/+15
| | | | | attributes of ldap-resultformat. Fixed it.
* Changed the configuration field ldap-format to ldap-resultformat, moreBogdano Arendartchuk2007-05-031-3/+3
| | | | | consistent with ldap-filterformat.
* Changed the interpolation method. Now variable are defined with $name. notBogdano Arendartchuk2007-05-031-15/+20
| | | | | %(name)s. Things may break.
* Fixed the option "ldap-port", which was not being used.Bogdano Arendartchuk2007-05-031-2/+2
|
* As requested by Andreas, handle LDAP exceptions and provide better errorBogdano Arendartchuk2007-05-031-13/+30
| | | | | messages. Also improved format error messages a bit.
* Warn when python-ldap is not installed and the user is really trying to useBogdano Arendartchuk2007-05-031-3/+5
| | | | | the plugin.
* - better emptylog messageAndreas Hasenack2007-05-031-1/+1
|
* - added readme file for ldap supportAndreas Hasenack2007-05-031-0/+51
|
* Added initial support to mirrors, as requested by mrl.Bogdano Arendartchuk2007-05-026-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_16Bogdano Arendartchuk2007-05-021-1/+1
|
* Added reference to the [global] section in the help of ldapusers plugin.Bogdano Arendartchuk2007-05-021-1/+1
|
* Typo "--help-plugin"Bogdano Arendartchuk2007-05-021-1/+1
|
* Added plugins directory to setup.py and MANIFEST.inBogdano Arendartchuk2007-05-022-1/+3
|
* Version 1.6.16Bogdano Arendartchuk2007-05-021-1/+1
|
* Typo "acess"Bogdano Arendartchuk2007-05-021-1/+1
|
* Introduced the plugin "ldapusers".Bogdano Arendartchuk2007-05-022-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 wrapBogdano Arendartchuk2007-05-024-5/+100
| | | | | configuration sections.
* Fixed regressions introduced in changelog generation while fixing theBogdano Arendartchuk2007-05-021-5/+24
| | | | | problem of package just imported.
* Added "putsrpm" to the list of subcommands in the --help messageBogdano Arendartchuk2007-05-021-0/+1
|
* Implemented __repr__ for the classes _Release and _Revision in order toBogdano Arendartchuk2007-05-021-0/+11
| | | | | ease debugging.
* Make the default template to ignore authors with empty changesets.Bogdano Arendartchuk2007-05-021-0/+7
|
* Escape even the old changelogs that are inside misc/.topic/V1_6_X-ldapusersBogdano Arendartchuk2007-04-241-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 containBogdano Arendartchuk2007-04-241-1/+3
| | | | | | | | fixes. Also they are always intended to represent one change *BEFORE* the package import.
* 1.6.15V1_6_15Bogdano Arendartchuk2007-03-164-3/+9
|
* Make releases with only SILENTed messages will result in a warning, not toBogdano Arendartchuk2007-03-152-5/+7
| | | | | be skipped.
* warn about strange situation, when working around it, to possibly helpGustavo De Nardin2007-03-151-0/+2
| | | | | eventual future debugging
* Make create-srpm check if the temporary package still exists before tryingBogdano Arendartchuk2007-03-141-1/+2
| | | | | to remove it.
* Added changelogs and scripts to manifest template.Bogdano Arendartchuk2007-02-281-1/+3
|
* - 1.6.14V1_6_14Bogdano Arendartchuk2007-01-311-1/+1
|
* Hide authors with only SILENTed changesets.Bogdano Arendartchuk2007-01-301-1/+8
|
* Removed stripping of log messages in order to not destroy topic structureBogdano Arendartchuk2007-01-301-1/+0
| | | | | from log messages.
* Removed bogus macros files and added [macros ..] sections to repsys.conf.Bogdano Arendartchuk2007-01-298-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 Arendartchuk2007-01-291-2/+2
| | | | | | It will enable us to choose which sections should not allow ConfigParser's references.
* Added "repsys.macros" configuration file.Bogdano Arendartchuk2007-01-245-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).