From e2a5fe50ad22344b062f171f1fa845ee3fe8e6ea Mon Sep 17 00:00:00 2001 From: litingt Date: Thu, 23 Apr 2015 22:21:44 -0400 Subject: [PATCH] add uploading README to SF --- builddep.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/builddep.sh b/builddep.sh index bd98ae69a..67bde6af9 100755 --- a/builddep.sh +++ b/builddep.sh @@ -260,3 +260,11 @@ i=0 echo "Uploading $DFNAME to $FRS/xcat-dep/$FRSDIR/ ..." while [ $((i+=1)) -le 5 ] && ! rsync -v $DFNAME $UPLOADUSER,xcat@web.sourceforge.net:$FRS/xcat-dep/$FRSDIR/ do : ; done + +# Upload the README to the SF FRS Area +cd xcat-dep +i=0 +echo "Uploading README to $FRS/xcat-dep/$FRSDIR/ ..." +while [ $((i+=1)) -le 5 ] && ! rsync -v README $UPLOADUSER,xcat@web.sourceforge.net:$FRS/xcat-dep/$FRSDIR/ +do : ; done +