From: Ed Page Date: Fri, 12 Aug 2011 01:39:59 +0000 (-0500) Subject: Fixing upload support X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=b28cb89ea5ebb3e448c0d77f11955a1eed6b3dad;p=ejpi Fixing upload support --- diff --git a/support/obs_upload.sh b/support/obs_upload.sh index 649f9f3..cc64d42 100755 --- a/support/obs_upload.sh +++ b/support/obs_upload.sh @@ -1,3 +1,7 @@ +# Doing the pushd as a test of directory movement to try to be safer with the "rm" +pushd ../../osc/home:epage:$2/$1 && rm $1_*.dsc $1_*.tar.gz +popd + cp $3/$1_*.dsc $3/$1_*.tar.gz ../../osc/home:epage:$2/$1 pushd ../../osc/home:epage:$2/$1