summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2015-09-01 13:56:29 -0700
committerJason Gerecke <killertofu@gmail.com>2015-11-23 15:18:46 -0800
commit380a443fb7ee96e6a7fe13405a3c8d9682b729c6 (patch)
tree047ad970cde46a3c37b609a3baea015cc2352afa /release.sh
parent9e216247b549f95c0511b5b3243e1527cabcb161 (diff)
downloadxf86-input-wacom-380a443fb7ee96e6a7fe13405a3c8d9682b729c6.tar.gz
Streamline Sourceforge login for release.sh
There's no particular reason that I see for us needing to enact a 30 second sleep anymore, nor do we have to allocate a pseudo-TTY that the user then has to manually exit from. Creating a non-interactive session without sleep seems to work fine now. Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/release.sh b/release.sh
index 2a897bb..d9619f0 100755
--- a/release.sh
+++ b/release.sh
@@ -607,10 +607,11 @@ process_module() {
list_cc=$list_linuxwacom
echo "creating shell on sourceforge for $USER"
- echo "Simply log out once you get to the prompt"
- ssh -t ${USER_NAME%@},linuxwacom@$hostname create
- echo "Sleeping for 30 seconds, because this sometimes helps against sourceforge's random authentication denials"
- sleep 30
+ ssh ${USER_NAME%@},linuxwacom@$hostname create
+ #echo "Simply log out once you get to the prompt"
+ #ssh -t ${USER_NAME%@},linuxwacom@$hostname create
+ #echo "Sleeping for 30 seconds, because this sometimes helps against sourceforge's random authentication denials"
+ #sleep 30
fi
# Use personal web space on the host for unit testing (leave commented out)