diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-05 20:51:43 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-05 20:51:43 +0000 |
commit | 936d5717d1b4afc17b04afbe02ad7aff8770722d (patch) | |
tree | fc428c7fbad61e809a642e61d2d46d02749e0403 /repsys.conf | |
parent | 91d55b129c0b8fb2980aaa372e053e8a3c157935 (diff) | |
download | mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.tar mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.tar.gz mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.tar.bz2 mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.tar.xz mgarepo-936d5717d1b4afc17b04afbe02ad7aff8770722d.zip |
Small changes in help messages:
- 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
Diffstat (limited to 'repsys.conf')
-rw-r--r-- | repsys.conf | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/repsys.conf b/repsys.conf index 43dd99b..2b119c3 100644 --- a/repsys.conf +++ b/repsys.conf @@ -1,20 +1,10 @@ [global] -verbose = no default_parent = svn+ssh://svn.mandriva.com/svn/packages/cooker -url-map = svn\+ssh://svn\.mandriva\.com/(.*) file:///\1 +## uncomment it in case you don't have a account in the Mandriva cluster: #mirror = http://svn.mandriva.com/svn/packages/cooker/ -#tempdir = /tmp [log] oldurl = svn+ssh://svn.mandriva.com/svn/packages/misc -# controls up to which revision the rpm changelog -# will be constructed (default zero, i.e., oldest -# commit) -revision-offset = 0 -# commit lines containing this string won't be shown in the changelog: -ignore-string = SILENT -# and in case of only allowing a few lines to be visible, use this: -#unignore-string = CLOG [template] path = /usr/share/repsys/default.chlog @@ -23,32 +13,6 @@ path = /usr/share/repsys/default.chlog create-srpm = /usr/share/repsys/create-srpm upload-srpm = /usr/local/bin/youri.devel -[users] -# jsmith = John Smith <jsmith26@example.com> - [submit] host = kenobi.mandriva.com default = Cooker - -[submit Cooker] -target = /export/home/repsys -allowed = svn+ssh://svn.mandriva.com/svn/packages/cooker -scripts = /usr/share/repsys/rebrand-mdk -## -## rpm-macros refers to the sections containing the macros used for this -## target. The values will be used to build the rpmbuild command line. For -## example: -## -## [macros cooker] -## a = b -## c = %a -## -## will render in the command line: --define "a b" --define "c %a". -## -#rpm-macros = global cooker - -#[macros global] -#distsuffix = mdv - -#[macros cooker] -#mandriva_release = 2007.1 |