aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys
Commit message (Expand)AuthorAgeFilesLines
* - use correct revision number for last committopic/V1_6_17Anssi Hannula2007-06-071-2/+2
* Pulled small bug fixes from V1_6_X to be released in 1.6.17.1. Bogdano Arendartchuk2007-05-091-4/+4
* Run svn.info before svn.status in order to check if we're in a workingBogdano Arendartchuk2007-05-041-0/+3
* Use basename of source entries, they may be URLs (and flags don't makeBogdano Arendartchuk2007-05-041-1/+2
* 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
* The option ldap-port was not being converted to integer. Fixed.Bogdano Arendartchuk2007-05-041-1/+5
* Added one cheap copy of the sync subcommand from mdvsys.Bogdano Arendartchuk2007-05-035-2/+87
* As noted by Andreas, LDAP search results can have only the neededBogdano Arendartchuk2007-05-031-1/+15
* Changed the configuration field ldap-format to ldap-resultformat, moreBogdano Arendartchuk2007-05-031-3/+3
* Changed the interpolation method. Now variable are defined with $name. notBogdano Arendartchuk2007-05-031-15/+20
* 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
* Warn when python-ldap is not installed and the user is really trying to useBogdano Arendartchuk2007-05-031-3/+5
* Added initial support to mirrors, as requested by mrl.Bogdano Arendartchuk2007-05-024-0/+114
* 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 "acess"Bogdano Arendartchuk2007-05-021-1/+1
* Introduced the plugin "ldapusers".Bogdano Arendartchuk2007-05-022-2/+120
* Merged work on plugins support, including the possibility to wrapBogdano Arendartchuk2007-05-023-4/+80
* Fixed regressions introduced in changelog generation while fixing theBogdano Arendartchuk2007-05-021-5/+24
* Implemented __repr__ for the classes _Release and _Revision in order toBogdano Arendartchuk2007-05-021-0/+11
* Escape even the old changelogs that are inside misc/.topic/V1_6_X-ldapusersBogdano Arendartchuk2007-04-241-2/+9
* Aways use HEAD for changelogs placed in misc/, since they can containBogdano Arendartchuk2007-04-241-1/+3
* Make releases with only SILENTed messages will result in a warning, not toBogdano Arendartchuk2007-03-151-5/+4
* 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
* Removed bogus macros files and added [macros ..] sections to repsys.conf.Bogdano Arendartchuk2007-01-293-37/+36
* Make ConfigParser forward args to allow the use of "raw" option.Bogdano Arendartchuk2007-01-291-2/+2
* Added "repsys.macros" configuration file.Bogdano Arendartchuk2007-01-241-1/+24
* Added the option "host" to the submit section.Bogdano Arendartchuk2007-01-161-55/+32
* Make the changelog show the revision number from ignored commits that areBogdano Arendartchuk2007-01-031-4/+2
* Fixed old module use that does not exist nowBogdano Arendartchuk2007-01-031-1/+1
* Changed the behavior of the SILENT option to be line-oriented.Bogdano Arendartchuk2007-01-021-7/+12
* Commit messages containing SILENT (or whatever is in repsys.conf) won't appearBogdano Arendartchuk2007-01-021-0/+9
* Really minor comment fixesBogdano Arendartchuk2007-01-021-2/+2
* Make source lines fit in 80 columnsBogdano Arendartchuk2007-01-024-4/+8
* Moved the option "tempdir" from [submit] to [global], since it changes theBogdano Arendartchuk2006-12-041-1/+1
* Added option "tempdir" to the [submit] section.Bogdano Arendartchuk2006-12-041-0/+2
* - use svn export instead of checkout, saves 50% disk spaceAndreas Hasenack2006-11-302-3/+4
* Fixed wrong variable name on "changed".Bogdano Arendartchuk2006-11-302-4/+4
* - silence stderr when querying for version-release of a .src.rpm packageAndreas Hasenack2006-11-141-1/+1
* Fixed undeclared name "pkgdirurl" in "co" subcommand. Replaced url byBogdano Arendartchuk2006-11-132-4/+4
* make get_srpm() verbose only when called from the getsrpm commandOlivier Blin2006-11-132-2/+5
* Removed duplicated code to find the author name in make_releases.Bogdano Arendartchuk2006-11-131-3/+1
* - added small lstrip to handle log messages beginning with spacesBogdano Arendartchuk2006-10-311-0/+1
* - fixed the problem of trailling slashes in package urlsBogdano Arendartchuk2006-10-233-5/+24
* - fixed regression from the bug of package without releases/Bogdano Arendartchuk2006-10-201-8/+9
* - fixed small bug in the svn log parser in which it was getting more linesBogdano Arendartchuk2006-10-201-2/+3
* - changed repsys to use copy-from svn metadata to generate log messagesBogdano Arendartchuk2006-10-201-35/+50