From 2df7b863e9c896ae1761b975fb0ee9c93c0dced8 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 18 Dec 2007 07:05:11 +0000 Subject: [PATCH] attempt to remove red herrings in complaints during rpm installs --- build.common | 2 +- vbuild-nightly.sh | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/build.common b/build.common index 9d5afa0e..7e65eef3 100644 --- a/build.common +++ b/build.common @@ -128,7 +128,7 @@ function pl_process_fedora_options () { function pl_root_rpm_macros () { cat < ${testdir}/MYPLC-URL" - # store the build svn path in the newly created test dir - so it can perform myplc-init-vserver - echo ${SVNPATH} | ssh ${TESTBOXSSH} "cat > ${testdir}/BUILD-URL" - # store the rpms http url in the newly created test dir - for passing to myplc-init-vserver - echo ${rpms_url} | ssh ${TESTBOXSSH} "cat > ${testdir}/RPMS-URL" - # invoke test on testbox - ssh 2>&1 ${TESTBOXSSH} python -u ${testdir}/${TESTSCRIPT} ${url} + # invoke test on testbox - pass url and build url - so the tests can use myplc-init-vserver.sh + ssh 2>&1 ${TESTBOXSSH} python -u ${testdir}/${TESTSCRIPT} --build ${SVNPATH} --url ${url} # still missing - need to populate /var/www/html/install-rpms on the myplc if [ "$?" != 0 ] ; then -- 2.43.0