From: Stefan Metzmacher Date: Fri, 22 Apr 2011 08:25:23 +0000 (+0200) Subject: script/librelease: display the permission on the server X-Git-Tag: samba-4.0.0alpha15~12 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=317e40d46b1a2252a5f60711acc73e80498a26b3;p=samba.git script/librelease: display the permission on the server metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Fri Apr 22 11:40:13 CEST 2011 on sn-devel-104 --- diff --git a/script/librelease.sh b/script/librelease.sh index d2bb79c2d28..7fbca88bb4d 100755 --- a/script/librelease.sh +++ b/script/librelease.sh @@ -65,6 +65,7 @@ release_lib() { rsync -Pav $tarname.asc $tgzname master.samba.org:~ftp/pub/$lib/ || { exit 1 } + rsync master.samba.org:~ftp/pub/$lib/$tarname.* popd }