aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 15:07:08 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 15:07:08 +0000
commit0190eff17bcf3eb655bb996c79b7db2cd82162cb (patch)
tree75291bd9a0a7577b0506ac994efa19693f9350d0 /modules/buildsystem/templates
parentf19f548e965860541ea90cf3bf3eb46b105a2751 (diff)
downloadpuppet-0190eff17bcf3eb655bb996c79b7db2cd82162cb.tar
puppet-0190eff17bcf3eb655bb996c79b7db2cd82162cb.tar.gz
puppet-0190eff17bcf3eb655bb996c79b7db2cd82162cb.tar.bz2
puppet-0190eff17bcf3eb655bb996c79b7db2cd82162cb.tar.xz
puppet-0190eff17bcf3eb655bb996c79b7db2cd82162cb.zip
buildsystem::mgarepo: fix path to default.chlog
Fix path to default.chlog template file in mgarepo.conf. Use the /usr/share/mgarepo directory instead of /usr/share/repsys.
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r--modules/buildsystem/templates/mgarepo.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/mgarepo.conf b/modules/buildsystem/templates/mgarepo.conf
index cecec703..07844611 100644
--- a/modules/buildsystem/templates/mgarepo.conf
+++ b/modules/buildsystem/templates/mgarepo.conf
@@ -30,7 +30,7 @@ oldurl = <%= scope.lookupvar('buildsystem::var::mgarepo::oldurl') %>
ignore-string = SILENT
[template]
-path = /usr/share/repsys/default.chlog
+path = /usr/share/mgarepo/default.chlog
[users]
iurt = Mageia build bot <mageia-sysadm@<%= domain %>>