aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/binrepo/wrapper.upload-bin
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:58 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:58 +0000
commit77a70999df1bd4e67aadb02bd673449beae124b8 (patch)
treecf0fae1fc952ec3e2958e32c7441655f02848c17 /modules/buildsystem/templates/binrepo/wrapper.upload-bin
parent9d7449fb7975570ab39f1ed64615188cbc8a4226 (diff)
downloadpuppet-77a70999df1bd4e67aadb02bd673449beae124b8.tar
puppet-77a70999df1bd4e67aadb02bd673449beae124b8.tar.gz
puppet-77a70999df1bd4e67aadb02bd673449beae124b8.tar.bz2
puppet-77a70999df1bd4e67aadb02bd673449beae124b8.tar.xz
puppet-77a70999df1bd4e67aadb02bd673449beae124b8.zip
buildsystem: move binrepo config to buildsystem::var::binrepo
Diffstat (limited to 'modules/buildsystem/templates/binrepo/wrapper.upload-bin')
-rw-r--r--modules/buildsystem/templates/binrepo/wrapper.upload-bin4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/binrepo/wrapper.upload-bin b/modules/buildsystem/templates/binrepo/wrapper.upload-bin
index 48385a47..bcc193fb 100644
--- a/modules/buildsystem/templates/binrepo/wrapper.upload-bin
+++ b/modules/buildsystem/templates/binrepo/wrapper.upload-bin
@@ -1,7 +1,7 @@
#!/bin/sh
-binrepouser="<%= login %>"
-uploadbinpath="<%= uploadbinpath %>"
+binrepouser="<%= scope.lookupvar('buildsystem::var::binrepo::login') %>"
+uploadbinpath="<%= scope.lookupvar('buildsystem::var::binrepo::uploadbinpath') %>"
packagerscommittersgroup="<%= packagers_committers_group %>"
function isingroup()