From 3600cb9ed7701e05e3bf24d476e5940ac8543828 Mon Sep 17 00:00:00 2001 From: "sonja.mirtitsch%sun.com" Date: Tue, 19 Mar 2002 19:54:16 +0000 Subject: uploading only waht's specified in the parameters --- security/nss/tests/qa_stage | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/nss/tests/qa_stage b/security/nss/tests/qa_stage index 85ab355f8..f818c605a 100755 --- a/security/nss/tests/qa_stage +++ b/security/nss/tests/qa_stage @@ -289,9 +289,17 @@ fi cd $STAGE_1 || (Echo "Cant cd to $STAGE_1 , exit"; exit) Echo "tar..." if [ "$O_SILENT" = "ON" ] ; then - tar cf all.tar daily_qa tinderbox + TARPARAM=cf else - tar cvf all.tar daily_qa tinderbox + TARPARAM=cvf +fi + +if [ "$DO_DQA" = "ON" && "$DO_TBX" = "ON" ] ; then + tar $TARPARAM all.tar daily_qa tinderbox +elif [ "$DO_DQA" = "ON" ] ; then + tar $TARPARAM all.tar daily_qa +else + tar $TARPARAM all.tar tinderbox fi gzip all.tar # ssh-agent > /u/sonmi/.ssh/ssh-agent.info -- cgit v1.2.1