diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-05-02 19:41:47 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-05-02 19:41:47 +0000 |
commit | 2e0c7def5895fea29177718abb690b75bc21695e (patch) | |
tree | b07f8b5bb67d29037656ed7a2341b202dfcfb0a3 /repsys.conf | |
parent | a0db56024d803cbe112ce31d8de2aa2701a5d79c (diff) | |
download | mgarepo-2e0c7def5895fea29177718abb690b75bc21695e.tar mgarepo-2e0c7def5895fea29177718abb690b75bc21695e.tar.gz mgarepo-2e0c7def5895fea29177718abb690b75bc21695e.tar.bz2 mgarepo-2e0c7def5895fea29177718abb690b75bc21695e.tar.xz mgarepo-2e0c7def5895fea29177718abb690b75bc21695e.zip |
Added initial support to mirrors, as requested by mrl.
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.
Diffstat (limited to 'repsys.conf')
-rw-r--r-- | repsys.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repsys.conf b/repsys.conf index dce1fe3..87013b0 100644 --- a/repsys.conf +++ b/repsys.conf @@ -2,6 +2,7 @@ verbose = no default_parent = svn+ssh://svn.mandriva.com/svn/packages/cooker url-map = svn\+ssh://svn\.mandriva\.com/(.*) file:///\1 +#mirror = http://svn.mandriva.com/svn/packages/cooker/ #tempdir = /tmp [log] |