| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed repsys submit to not explode when there are files not tracked in wc | Bogdano Arendartchuk | 2008-11-07 | 1 | -1/+5 |
| | | | | | | Newer svn version complain about svn info on files that are not tracked. | ||||
| * | Updated CHANGES regarding the change of the default command itself | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+1 |
| | | |||||
| * | Updated CHANGES | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+2 |
| | | |||||
| * | Updated the man-page regarding rpmbuild | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+2 |
| | | |||||
| * | Changed get_srpm to use the configuration option "rpmbuild" from [helper] | Bogdano Arendartchuk | 2008-07-17 | 1 | -3/+4 |
| | | | | | | This way we can configure repsys about which command to use to build SRPMs. | ||||
| * | Removed the bugs that have been addressed so far + typo | Bogdano Arendartchuk | 2008-07-17 | 1 | -6/+2 |
| | | |||||
| * | Changing the version number to 1.6.90, test release | Bogdano Arendartchuk | 2008-07-17 | 2 | -2/+2 |
| | | | | | | Will release this version in main/testing. Not stable for sure. | ||||
| * | Dropped BRANCH | Bogdano Arendartchuk | 2008-07-17 | 1 | -39/+0 |
| | | |||||
| * | Oops, typo | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+1 |
| | | |||||
| * | Remove the reference to 'python' in the usage example, as chances are high ↵ | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+1 |
| | | | | | people will not understant it anyway and it would just make it hard to make out what it means | ||||
| * | Added reference to --distro on CHANGES | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+1 |
| | | |||||
| * | Put all entries related to 'submit' toghether, the changes are quite ↵ | Bogdano Arendartchuk | 2008-07-17 | 1 | -3/+3 |
| | | | | | important and they are related | ||||
| * | Added the section [submit-groups] to the man-page | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+4 |
| | | |||||
| * | Updated CHANGES regarding the submit groups | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+2 |
| | | |||||
| * | Don't say 'implicit target' when the user uses --distro, it is being explicit | Bogdano Arendartchuk | 2008-07-17 | 1 | -2/+2 |
| | | |||||
| * | In the usage example don't use -t because the user may think it is referring ↵ | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+1 |
| | | | | | to the source distro | ||||
| * | Ok, we have added a --distro option in order to allow the user specifying | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+6 |
| | | | | | | the distro name without worrying about the format. Just for completeness. | ||||
| * | Allow using the format <DISTRO>/<PACKAGE> for submit groups | Bogdano Arendartchuk | 2008-07-17 | 2 | -1/+10 |
| | | | | | | | | | | | 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" code | Bogdano Arendartchuk | 2008-07-17 | 1 | -4/+24 |
| | | | | | | | It is possible to specify a group of packages and a revision to be submitted. | ||||
| * | And we have a BRANCH | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+37 |
| | | |||||
| * | Allow specifying distro branches without using complete URLs | Bogdano Arendartchuk | 2008-07-17 | 22 | -163/+358 |
| | | | | | | | | | 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 Arendartchuk | 2008-07-17 | 3 | -6/+9 |
| | | |||||
| * | Updated CHANGES to refer the mdv ticket #28352 | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+1 |
| | | |||||
| * | A WTF? moment | Bogdano Arendartchuk | 2008-07-17 | 1 | -1/+1 |
| | | |||||
| * | Updated CHANGES | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+1 |
| | | |||||
| * | Allow submitting with URLs containing usernames | Bogdano Arendartchuk | 2008-07-17 | 1 | -0/+10 |
| | | | | | | The allowed submit URLs were being compared without stripping usernames. | ||||
| * | Allow submitting packages at once | Bogdano Arendartchuk | 2008-07-17 | 5 | -101/+155 |
| | | | | | | | | | | 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 fixes | Bogdano Arendartchuk | 2008-07-17 | 2 | -4/+7 |
| | | |||||
| * | Added a crappy manual page | Bogdano Arendartchuk | 2008-03-03 | 5 | -1/+203 |
| | | | | | | | The only useful thing for the moment is the description of configuration options. | ||||
| * | Added small note about bad path hardcoded in rpmlog | Bogdano Arendartchuk | 2008-03-03 | 1 | -0/+1 |
| | | |||||
| * | Added configuration options to repsys-example.conf | Bogdano Arendartchuk | 2008-03-03 | 1 | -0/+2 |
| | | |||||
| * | Updated CHANGES regarding the new configuration option and the new rpmlog | Bogdano Arendartchuk | 2008-03-03 | 1 | -0/+4 |
| | | | | | | options | ||||
| * | Added options -o, -p, -s to rpmlog | Bogdano Arendartchuk | 2008-03-03 | 1 | -4/+26 |
| | | | | | | These options are just direct flags to the new function get_changelog() | ||||
| * | Ensure sorted changelog entries will have correct spacing | Bogdano Arendartchuk | 2008-03-03 | 1 | -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_changelog | Bogdano Arendartchuk | 2008-03-03 | 1 | -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 loop | Bogdano Arendartchuk | 2008-03-03 | 1 | -3/+6 |
| | | | | | | Also added a clearer comment about the function of count. | ||||
| * | Updated CHANGES | Bogdano Arendartchuk | 2008-03-03 | 1 | -0/+3 |
| | | |||||
| * | Add configuration option to sort the generated changelog | Bogdano Arendartchuk | 2008-03-03 | 1 | -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 files | Bogdano Arendartchuk | 2008-02-08 | 4 | -7/+32 |
| | | | | | | | | 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. | ||||
| * | New version 1.6.20 | Bogdano Arendartchuk | 2008-02-08 | 1 | -1/+1 |
| | | |||||
| * | Don't install repsys-example.conf in datadir, move it to MANIFEST.in | Bogdano Arendartchuk | 2008-02-06 | 2 | -2/+2 |
| | | |||||
| * | Fixed emptylog to be shown when necessary | Bogdano Arendartchuk | 2008-02-06 | 3 | -23/+38 |
| | | | | | | | | | | 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 | 2 | -6/+7 |
| | | | | | | 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 | 2 | -5/+17 |
| | | | | | | 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 | 3 | -3/+23 |
| | | | | | | | It required to add a option --list on create-srpm and change repsys submit to use this option. | ||||
| * | Moved all old defaults to repsys-example.conf and document it better | Bogdano Arendartchuk | 2008-02-05 | 4 | -4/+66 |
| | | | | | | | Only a few configuration options in repsys.conf are really useful. Removed the remaining [template] section. | ||||
| * | Added --strict option to getsrpm + equivalent configuration option | Bogdano Arendartchuk | 2008-02-05 | 3 | -12/+42 |
| | | | | | | | | | | 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 | ||||
