aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands
Commit message (Collapse)AuthorAgeFilesLines
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-0420-29/+243
| | | | | | | | | | | | 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 ------------------------------------------------------------------------
* Make putsrpm rename the spec file to package-name.specBogdano Arendartchuk2009-02-171-2/+5
| | | | | Added command line option -n to disable it.
* Fixed putsrpm, old structure but new colorsBogdano Arendartchuk2008-11-101-36/+29
| | | | | 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.
* 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-1711-20/+45
| | | | | | | | 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.
* Allow submitting packages at onceBogdano Arendartchuk2008-07-171-37/+37
| | | | | | | | | 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-171-3/+5
|
* 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()
* Added option -d to sync, to download the missing filesBogdano Arendartchuk2008-02-081-0/+4
| | | | | | | 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.
* 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-051-11/+14
| | | | | | | | | 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.
* 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
* Added option -F to repsys ci, as in svn ciBogdano Arendartchuk2008-02-051-0/+4
|
* Make package and revision optional options for submit, againBogdano Arendartchuk2007-11-131-9/+5
| | | | | | | | | 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.
* Added option -o to 'co' to disable the use of mirror when checking outBogdano Arendartchuk2007-11-081-0/+3
|
* Don't use mirror in 'co' when the user provides one URLBogdano Arendartchuk2007-06-121-1/+1
|
* Improved (and fixed) the support to mirrors and "switch" subcommandBogdano Arendartchuk2007-06-051-0/+32
| | | | | | | | | - 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.
* Added one cheap copy of the sync subcommand from mdvsys.Bogdano Arendartchuk2007-05-032-1/+32
| | | | | | | | | | | | | 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)
* Added initial support to mirrors, as requested by mrl.Bogdano Arendartchuk2007-05-021-0/+29
| | | | | | | | | 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.
* Added the option "host" to the submit section.Bogdano Arendartchuk2007-01-161-55/+32
| | | | | | It allows to submit to one host the package placed in another subversion host. The option "-s" in the command-line also can do it.
* Fixed wrong variable name on "changed".Bogdano Arendartchuk2006-11-301-1/+1
|
* Fixed undeclared name "pkgdirurl" in "co" subcommand. Replaced url byBogdano Arendartchuk2006-11-131-1/+1
| | | | | pkgdirurl, as in the rest of the code.
* make get_srpm() verbose only when called from the getsrpm commandOlivier Blin2006-11-131-0/+1
|
* merge 1.6.2b changesOlivier Blin2006-09-271-1/+5
|
* - removed hardcoded call to /usr/share/repsys/create-srpm and now using theBogdano Arendartchuk2006-02-131-4/+14
| | | | | | "helper" section of configuration file(s). - added option -r, to have a better consistency with all other commands
* - changed the way create-srpm is called, now using options -r and -t toBogdano Arendartchuk2006-02-131-1/+1
| | | | | ease readability a bit
* - on behalf of bogdano@mandriva.com:Andreas Hasenack2006-02-024-20/+32
| | | | | | | | | | | | | | | - improved markrelease command line parsing - changelogs entries are now groupped by author, and sorted by revision number - the changelog now is generated using the Cheetah Template Engine, to allow quick modifications without spending time reading code and introducing new bugs - consequently, was added an option "-T <file>" to rpmlog and getsrpm to allow choosing the path of the template to be used - added options noauth=0, and baseurl=None in order to disable the authentication in some url schemes (http:// and //) - replaced some "cl" references to "mdv"
* - fix callback usage in markreleaseAndreas Hasenack2006-01-271-1/+1
|
* added support for svn+ssh access method.Frederic Lepied2005-12-071-30/+39
|
* Initial revisionR1_5_3_1-4mdktopic/V1_5_X@821topic/V1_5_X@819topic/V1_5_3@959topic/V1_5_3@819topic/V1_5_3Frederic Lepied2005-12-0713-0/+616