aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/co.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial work on the support of the binary files repositoryBogdano Arendartchuk2008-02-081-0/+7
| | | | | | | | | | | | | | | | | | | It introduces a command "upload" to explicitly upload tarballs to the repository and update the list on svn (the file SOURCES/sources). Also a "del" command, to remove the reference to the file in the sources file. An another "up", to pull possibly new tarballs from the binaries repository. The command sync will automatically mark the new files that should go the binaries repository. They should be uploaded with ci. With the current code, packages can have tarballs gradually migrated as tarballs of newer versions will appear. In this implementation markrelease is required to be run in the same machine of the repository (or at least should have direct fs access to it), as it works by performing plain "cp"
* Small changes in help messages:Bogdano Arendartchuk2008-02-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | - 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 -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
|
* Fixed undeclared name "pkgdirurl" in "co" subcommand. Replaced url byBogdano Arendartchuk2006-11-131-1/+1
| | | | | pkgdirurl, as in the rest of the code.
* 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-071-0/+36