Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed emptylog to be shown when necessary | Bogdano Arendartchuk | 2008-02-06 | 1 | -23/+30 |
| | | | | | | | | | As emptylog started working again another problem arose: the first release in most of the packages is SILENTed and result in a emptlog entry. The problem is that the log gathered from misc/ already contains (in most of the cases, at least) the version-release with the right message. | ||||
* | Fixed URL normalization to make it compatible with py2.4 | Bogdano Arendartchuk | 2008-02-06 | 1 | -6/+6 |
| | | | | | In py2.4 the function urlparse doesn't return a "named" tuple. | ||||
* | Set the default template path and update the built-in one to match | Bogdano Arendartchuk | 2008-02-05 | 1 | -5/+16 |
| | | | | | default.chlog | ||||
* | 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 |
| | | | | | | It required to add a option --list on create-srpm and change repsys submit to use this option. | ||||
* | Added --strict option to getsrpm + equivalent configuration option | Bogdano Arendartchuk | 2008-02-05 | 2 | -12/+38 |
| | | | | | | | | | This option makes repsys to fail if the revision provided by the user does not contain any changed path inside the package URL. This should prevent mistakes such as submitting update packages using the Cooker URL. | ||||
* | Changed get_submit_info to use svn.info2 and properly handle non-versioned | Bogdano Arendartchuk | 2008-02-05 | 1 | -3/+7 |
| | | | | | files | ||||
* | Small changes in help messages: | Bogdano Arendartchuk | 2008-02-05 | 12 | -9/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added URL of the repository system Quickstart - Make the help message of ci clearer - Removed reference to --help-plugins - Added a simple description for repsys in main help - Added short description of interesting subcommands in main help - Updated CHANGES - Reformeatted the 'switch' message to make it easier to read - Improved the help message of 'submit', added reference to the status page - Better help message for rpmlog - Added help message for patchspec - Better help message for markrelease - Added a help message for getsrpm - Added help message for getspec - Better help message for 'create' + changed example URL - Added a clearer help message for co - Added some text explaining 'changed' - Better authoremail help - Clearer message about uncommenting config option - Removed all configuration options that are not needed by one external - Putsrpm is not working, remove from help message - Added another usage example for submit | ||||
* | 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 |
| | | | | | | This way we can have real control over where to look for configuration file. The old behavior was a problem for testes and things like. | ||||
* | 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 |
| | | | | | | | | | | | | Subversion authentication has been broken for a long time and the workarounds weren't decent. It will be back in 1.7.x. Also added configuration option svn-command in the global section, allowing to replace the default svn command. And use svn+ssh:// URLs to be in BatchMode, in order to not have any interactivity at all with ssh | ||||
* | Really fixed generation of unreleased commits | Bogdano Arendartchuk | 2007-11-14 | 1 | -5/+5 |
| | | | | | | | | It was using the previous markrelease revision as reference. The recent broken fix was using "releasesdata[0]" instead of "releasesdata[-1]" which is the newest release revision. | ||||
* | Reverted "Fix: unreleased commits are not those newer than the last markrelease" | Bogdano Arendartchuk | 2007-11-13 | 1 | -5/+5 |
| | | | | | | | It was r228878. Some changelogs are broken. Revert it while a better fix is investigated. | ||||
* | Make package and revision optional options for submit, again | Bogdano Arendartchuk | 2007-11-13 | 2 | -23/+16 |
| | | | | | | | | | This mode has been broken for a long time due to a change in subversion output. The confirmation of the revision being used was removed, as already used by mdvsys. Instead, notify the user and allow him to interrupt the process. | ||||
* | 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 |
| | | | | | | When using CLOG, only those lines beginning with this token will be shown. It only works when enabled in repsys.conf. | ||||
* | Fix: unreleased commits are not those newer than the last markrelease | Bogdano Arendartchuk | 2007-09-21 | 1 | -5/+5 |
| | | | | | | | | Entries considered unreleased must be those newer than the latest released revision in current/. Problem pointed out by mrl. | ||||
* | ldapusers plugin: ldap-starttls + ldap-uri configuration options | Bogdano Arendartchuk | 2007-06-18 | 1 | -12/+37 |
| | | | | | (nice commit separation) | ||||
* | Perform less svn operations in getsrpm and rpmlog | Bogdano Arendartchuk | 2007-06-17 | 2 | -37/+43 |
| | | | | | | | | - don't export SPECS/ when current/ is already exported - don't check for the presence of a path that will be exported in the same code, let it raise one exception - complain when no changelogs are found inside SPECS/ | ||||
* | 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 |
| | | | | | | parseSpec must called with _topdir properly defined to the top directory of the package, as it will check the presence of source files. | ||||
* | 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 |
| | | | | | (this commit by Andreas was accidentally reverted during SVN recovery) | ||||
* | 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 |
| | | | | | | | | | - added the switch subcommand to quickly switch between the default and the mirrored repositories - fixed bug of generating bogus mirror URLs - make "ci" smarter by only relocation if something has been changed in the working copy and it is not already relocated. | ||||
* | 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 |
| | | | | | markreleased yet. | ||||
* | Make issue an clearer error when python-cheetah is not installed. Closes | Bogdano Arendartchuk | 2007-05-08 | 1 | -1/+4 |
| | | | | | #27374. | ||||
* | 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 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | 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) | ||||
* | 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. | ||||
* | Added initial support to mirrors, as requested by mrl. | Bogdano Arendartchuk | 2007-05-02 | 4 | -0/+114 |
| | | | | | | | | | 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 |
| |