I get auth. failures if I log in too often.
Signed-off-by: Peter Hutterer <[email protected]>
---
release.sh | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/release.sh b/release.sh
index fcd3ee9..e5679cc 100755
--- a/release.sh
+++ b/release.sh
@@ -192,8 +192,12 @@ if ! git tag -l $tag_current >/dev/null; then
fi
echo "creating shell on sourceforge for $USER"
+echo "Simply log out once you get to the prompt"
ssh -t ${user/%@},[email protected] create
+echo "Sleeping for 30 seconds, because this sometimes helps against
sourceforge's random authentication denials"
+sleep 30
+
echo "checking for an existing release"
if ssh $user$host ls $srv_path/$module/$targz >/dev/null 2>&1 ||
ssh $user$host_people ls $srv_path/$module/$tarbz2 >/dev/null 2>&1; then
@@ -209,6 +213,9 @@ echo "generating announce mail template, remember to sign
it"
gen_announce_mail >$announce
echo " at: $announce"
+echo "Sleeping for 30 seconds, because this sometimes helps against
sourceforge's random authentication denials"
+sleep 30
+
echo "installing release into server"
scp $tarball_dir/$targz $tarball_dir/$tarbz2 $user$host:$srv_path
--
1.7.3.5
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel