diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-08-18 11:15:40 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-08-18 11:15:40 +0000 |
commit | 5162f2f05057f6c4aabb8aeafba8b3f68e1844f3 (patch) | |
tree | ea85ae754596e073bfee382309fc4240f6d67832 /modules/buildsystem/templates/mgarepo.conf | |
parent | 999acbcaf47f218d25b0fe9830dbbf940951fafd (diff) | |
download | puppet-5162f2f05057f6c4aabb8aeafba8b3f68e1844f3.tar puppet-5162f2f05057f6c4aabb8aeafba8b3f68e1844f3.tar.gz puppet-5162f2f05057f6c4aabb8aeafba8b3f68e1844f3.tar.bz2 puppet-5162f2f05057f6c4aabb8aeafba8b3f68e1844f3.tar.xz puppet-5162f2f05057f6c4aabb8aeafba8b3f68e1844f3.zip |
add binrepo config in mgarepo.conf
Diffstat (limited to 'modules/buildsystem/templates/mgarepo.conf')
-rw-r--r-- | modules/buildsystem/templates/mgarepo.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/mgarepo.conf b/modules/buildsystem/templates/mgarepo.conf index 23321a61..d4be2b86 100644 --- a/modules/buildsystem/templates/mgarepo.conf +++ b/modules/buildsystem/templates/mgarepo.conf @@ -71,6 +71,12 @@ create-srpm = /usr/share/repsys/create-srpm upload-srpm = /usr/local/bin/mga-youri-submit # needed by mdvsys 2.0 install-buildrequires = sudo rurpmi --auto --no-suggests +upload-bin = /usr/local/bin/wrapper.upload-bin [srpm] run-prep = yes + +[binrepo] +download_url = http://binrepo.mageia.org/ +upload_host = binrepo.mageia.org + |