aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mgarepo version 1.9.41.9.4Nicolas Vigier2011-01-092-1/+4
|
* add more binary files extentionsNicolas Vigier2011-01-091-1/+1
|
* add other extentions for binary filesNicolas Vigier2011-01-081-1/+2
|
* mgarepo version 1.9.31.9.3Nicolas Vigier2011-01-062-1/+5
|
* To avoid confusion, Mageia repsys fork is being renamed to mgarepoNicolas Vigier2011-01-0642-11/+22
|\
| * update repsys.conf for MageiaNicolas Vigier2011-01-061-8/+10
| |
| * add patch from blino to enable binrepo in create-srpmNicolas Vigier2011-01-061-0/+2
| |
| * version 1.9.21.9.2Nicolas Vigier2011-01-042-1/+4
| |
| * add .xz files belonging in binrepo (patch from tmb)Nicolas Vigier2011-01-041-1/+1
| |
| * fix problem with python threads on 2010.1Nicolas Vigier2011-01-0454-0/+6232
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-0460-461/+1469
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r202 | boklm | 2011-01-04 16:09:44 +0000 (Tue, 04 Jan 2011) | 1 line add repsys ------------------------------------------------------------------------
* Updated the layout example in manpage to match usage in MandrivaBogdano Arendartchuk2009-07-051-19/+20
| | | | | | Also because the "branch/packagename" usage requires that branches are placed in a directory that is not in the same directory.
* Make the -M option (disable mirror) work againBogdano Arendartchuk2009-02-172-1/+4
| | | | | It was not reading the value of the configuration option properly.
* Fixed the example URL in the manpageBogdano Arendartchuk2009-02-171-1/+1
| | | | | | As the mirror option requires the URL to point to the top directory of the repository.
* Added a reference to the man page in the help messageBogdano Arendartchuk2009-02-171-1/+1
|
* Oops, it was listing the wrong URLBogdano Arendartchuk2009-02-171-5/+5
|
* Remove the changelog from the new specBogdano Arendartchuk2009-02-171-0/+4
| | | | | | The putsrpm command was properly creating the misc/pkgname/log file but it was not removing it from the spec.
* Make putsrpm rename the spec file to package-name.specBogdano Arendartchuk2009-02-172-8/+31
| | | | | Added command line option -n to disable it.
* make the V1_6_X branch the trunkBogdano Arendartchuk2008-11-1136-720/+1757
|\
| * Call this version 1.7, too many changes for a minorminor releaseV1_7topic/V1_6_XBogdano Arendartchuk2008-11-112-2/+2
| |
| * Handle keyboard interruputsBogdano Arendartchuk2008-11-111-0/+4
| | | | | | | | | | There is no need to spit out a traceback for it.
| * Added putsrpm to the main help messageBogdano Arendartchuk2008-11-111-0/+1
| |
| * Fixed putsrpm, old structure but new colorsBogdano Arendartchuk2008-11-104-58/+91
| | | | | | | | | | Make it work again and added an alias to "import", as in mdvsys.
| * Make submit compatible with older repsys versions on the server-sideBogdano Arendartchuk2008-11-101-1/+8
| | | | | | | | | | | | Don't use the new pkg@rev format when the user tries to submit only one package.
| * Changed repsys submit to use the parent URL when working on mirrorBogdano Arendartchuk2008-11-072-0/+7
| | | | | | | | | | checkouts
| * Fixed repsys submit to not explode when there are files not tracked in wcBogdano Arendartchuk2008-11-071-1/+5
| | | | | | | | | | Newer svn version complain about svn info on files that are not tracked.
| * Updated CHANGES regarding the change of the default command itselfBogdano Arendartchuk2008-07-171-0/+1
| |
| * Updated CHANGESBogdano Arendartchuk2008-07-171-0/+2
| |
| * Updated the man-page regarding rpmbuildBogdano Arendartchuk2008-07-171-0/+2
| |
| * Changed get_srpm to use the configuration option "rpmbuild" from [helper]Bogdano Arendartchuk2008-07-171-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 + typoBogdano Arendartchuk2008-07-171-6/+2
| |
| * Changing the version number to 1.6.90, test releaseBogdano Arendartchuk2008-07-172-2/+2
| | | | | | | | | | Will release this version in main/testing. Not stable for sure.
| * Dropped BRANCHBogdano Arendartchuk2008-07-171-39/+0
| |
| * 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
| * Added reference to --distro on CHANGESBogdano Arendartchuk2008-07-171-0/+1
| |
| * Put all entries related to 'submit' toghether, the changes are quite ↵Bogdano Arendartchuk2008-07-171-3/+3
| | | | | | | | important and they are related
| * Added the section [submit-groups] to the man-pageBogdano Arendartchuk2008-07-171-0/+4
| |
| * Updated CHANGES regarding the submit groupsBogdano Arendartchuk2008-07-171-0/+2
| |
| * 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-172-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" codeBogdano Arendartchuk2008-07-171-4/+24
| | | | | | | | | | | | It is possible to specify a group of packages and a revision to be submitted.
| * And we have a BRANCHBogdano Arendartchuk2008-07-171-0/+37
| |
| * Allow specifying distro branches without using complete URLsBogdano Arendartchuk2008-07-1722-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 Arendartchuk2008-07-173-6/+9
| |
| * Updated CHANGES to refer the mdv ticket #28352Bogdano Arendartchuk2008-07-171-1/+1
| |
| * A WTF? momentBogdano Arendartchuk2008-07-171-1/+1
| |
| * Updated CHANGESBogdano Arendartchuk2008-07-171-0/+1
| |