aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys
Commit message (Collapse)AuthorAgeFilesLines
* Oops, typoBogdano Arendartchuk2008-07-171-1/+1
|
* Remove the reference to 'python' in the usage example, as chances are high ↵Bogdano Arendartchuk2008-07-171-1/+1
| | | | people will not understant it anyway and it would just make it hard to make out what it means
* Don't say 'implicit target' when the user uses --distro, it is being explicitBogdano Arendartchuk2008-07-171-2/+2
|
* In the usage example don't use -t because the user may think it is referring ↵Bogdano Arendartchuk2008-07-171-1/+1
| | | | to the source distro
* Ok, we have added a --distro option in order to allow the user specifyingBogdano Arendartchuk2008-07-171-1/+6
| | | | | the distro name without worrying about the format. Just for completeness.
* Allow using the format <DISTRO>/<PACKAGE> for submit groupsBogdano Arendartchuk2008-07-171-1/+8
| | | | | | | | | | It will expand <DISTRO>/<PACKAGE> for each package name of the group (using the same <DISTRO> of course.) We must allow it as the option -d (which would be used for --distro) would be confused with --define, so we'd better use the standard format that is available for all other commands.
* Initially working "submit-groups" codeBogdano Arendartchuk2008-07-171-4/+24
| | | | | | It is possible to specify a group of packages and a revision to be submitted.
* Allow specifying distro branches without using complete URLsBogdano Arendartchuk2008-07-1716-144/+330
| | | | | | | | Added the configuration option "repository", which will have the URL to the root of the repository. The change also allowed using mirrors in all the read-only commands.
* Don't hide authors with only the first revision SILENTed (#41117)Bogdano Arendartchuk2008-07-171-5/+7
|
* A WTF? momentBogdano Arendartchuk2008-07-171-1/+1
|
* Allow submitting packages at onceBogdano Arendartchuk2008-07-172-57/+107
| | | | | | | | | It adds a new syntax for repsys submit, in which each package version can be specified using the NAME@REV format. It also required to change create-srpm to accept the new format. It should still be compatible with older clients.
* Pulled a couple of get_submit_info fixesBogdano Arendartchuk2008-07-172-4/+7
|
* Added small note about bad path hardcoded in rpmlogBogdano Arendartchuk2008-03-031-0/+1
|
* Added options -o, -p, -s to rpmlogBogdano Arendartchuk2008-03-031-4/+26
| | | | | These options are just direct flags to the new function get_changelog()
* Ensure sorted changelog entries will have correct spacingBogdano Arendartchuk2008-03-031-2/+11
| | | | | | | Strip the spare changelog entries newlines in order to add again later and ensure that we will have the same spacing between all sorted changelog entries.
* Refactored log api: move specifile_svn2rpm to get_changelogBogdano Arendartchuk2008-03-031-33/+71
| | | | | | | | | | The old specfile_svn2rpm will be used only to the purpose of creating the spec with the changelog to be used by getsrpm. The new main function to retrieve the changelog of a given package is the function get_changelog(), which creates the changelog from svn, append oldlog, append the changelog from the spec (if available), sort them and create the final changelog to be output.
* Instead of inverting count all the time, decrease it in every loopBogdano Arendartchuk2008-03-031-3/+6
| | | | | Also added a clearer comment about the function of count.
* Add configuration option to sort the generated changelogBogdano Arendartchuk2008-03-031-11/+56
| | | | | | | | | | | | | | The boolean option "sort" in the [log] section can be used to make repsys sort all the entries after generating the changelog from svn and concatenating with the one found in "misc/". It was also added another option to merge the log found in the spec (those that don't have the %changelog section stripped). The current problem with this implementation is that SILENTed entries in svn will not be merged with those found in %changelog or in misc. Not a problem really.
* Added option -d to sync, to download the missing filesBogdano Arendartchuk2008-02-082-7/+28
| | | | | | | It also added a configuration option download-command, in the [global] section to define which command will be used to download. The default is wget.
* Fixed emptylog to be shown when necessaryBogdano Arendartchuk2008-02-061-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.4Bogdano Arendartchuk2008-02-061-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 matchBogdano Arendartchuk2008-02-051-5/+16
| | | | | default.chlog
* Fixed mistake in svn error message handlingBogdano Arendartchuk2008-02-051-1/+1
|
* Don't use --non-interactive with the commands "add", "revert" and "cleanup"Bogdano Arendartchuk2008-02-051-1/+2
|
* Allow listing targets through SSH submit hostBogdano Arendartchuk2008-02-051-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 optionBogdano Arendartchuk2008-02-052-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-versionedBogdano Arendartchuk2008-02-051-3/+7
| | | | | files
* Small changes in help messages:Bogdano Arendartchuk2008-02-0512-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 versionedBogdano Arendartchuk2008-02-051-1/+3
|
* Make REPSYS_CONF override /etc/repsys.conf and ~/.repsys/configBogdano Arendartchuk2008-02-051-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 nameBogdano Arendartchuk2008-02-051-3/+5
|
* Added option -F to repsys ci, as in svn ciBogdano Arendartchuk2008-02-052-4/+11
|
* Dropped all authenticated access supportBogdano Arendartchuk2007-11-155-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 commitsBogdano Arendartchuk2007-11-141-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 Arendartchuk2007-11-131-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, againBogdano Arendartchuk2007-11-132-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 getsrpmBogdano Arendartchuk2007-11-121-1/+1
|
* Added option -o to 'co' to disable the use of mirror when checking outBogdano Arendartchuk2007-11-082-2/+5
|
* Added the complement to SILENT: CLOGBogdano Arendartchuk2007-11-081-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 markreleaseBogdano Arendartchuk2007-09-211-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 optionsBogdano Arendartchuk2007-06-181-12/+37
| | | | | (nice commit separation)
* Perform less svn operations in getsrpm and rpmlogBogdano Arendartchuk2007-06-172-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 commitBogdano Arendartchuk2007-06-161-10/+8
|
* prepare for cheetah-2Bogdano Arendartchuk2007-06-161-1/+1
|
* Fixed sync to different behavior of parseSpec in rpm-4.8.8Bogdano Arendartchuk2007-06-121-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 URLBogdano Arendartchuk2007-06-122-3/+8
|
* Added FIXME to strange putsrpm behaviorBogdano Arendartchuk2007-06-121-0/+2
|
* Don't force "/" at the end of URLsBogdano Arendartchuk2007-06-121-2/+1
|
* - use correct revision number for last commitAnssi Hannula2007-06-071-2/+2
| | | | | (this commit by Andreas was accidentally reverted during SVN recovery)
* Import "Error" before use itBogdano Arendartchuk2007-06-061-1/+1
|