From f47d4f73afe8ca20f5680debde8ec72de202230b Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Wed, 1 Jul 2020 18:56:30 +0200 Subject: [PATCH] [BuildRule] New buildrules with pythonized version fo updateConfig --- scram-project-build.file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scram-project-build.file b/scram-project-build.file index 7e9640392a7..14edd7992dc 100644 --- a/scram-project-build.file +++ b/scram-project-build.file @@ -64,7 +64,7 @@ Requires: glibc %endif %if "%{?configtag:set}" != "set" -%define configtag V05-10-14 +%define configtag V05-10-15 %endif %if "%{?cvssrc:set}" != "set" @@ -127,7 +127,7 @@ rm -rf config %{srctree} poison cd %_builddir echo %{configtag} > %_builddir/config/config_tag -%_builddir/config/updateConfig.pl -p %{ucprojtype} -v %v -s $SCRAMV1_VERSION -t ${%{toolconf}} -a %cmsplatf --keys SCRAM_COMPILER=%{scram_compiler} \ +%_builddir/config/updateConfig.py -p %{ucprojtype} -v %v -s $SCRAMV1_VERSION -t ${%{toolconf}} -a %cmsplatf --keys SCRAM_COMPILER=%{scram_compiler} \ %if "%{?gitcommit:set}" == "set" --keys PROJECT_GIT_HASH=%{gitcommit} %else