From ffa6327bd877497c8cd3a4ef707722ba30166da8 Mon Sep 17 00:00:00 2001 From: litingt Date: Fri, 24 Apr 2015 02:37:36 -0400 Subject: [PATCH] add uploading README --- build-ubunturepo | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-ubunturepo b/build-ubunturepo index 15ccc42fa..43ac5568e 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -471,6 +471,14 @@ __EOF__ echo "Uploading $dep_tar_name to ${sf_dir}/xcat-dep/2.x_Ubuntu/ ..." while [ $((i+=1)) -le 5 ] && ! rsync -v $dep_tar_name ${uploader},xcat@web.sourceforge.net:${sf_dir}/xcat-dep/2.x_Ubuntu/ do : ; done + + #upload the README file + cd debs + i=0 + echo "Uploading README to ${sf_dir}/xcat-dep/2.x_Ubuntu/ ..." + while [ $((i+=1)) -le 5 ] && ! rsync -v README ${uploader},xcat@web.sourceforge.net:${sf_dir}/xcat-dep/2.x_Ubuntu/ + do : ; done + cd $old_pwd fi exit 0