[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-spec/master] We can only use the rsync trick for a previous build of the same version.
commit c69378d7b2453e5eebf74f75ae8a2da1b4d88cbd
Author: Mike Perry <mikeperry-git@xxxxxxxxxxxxxx>
Date: Thu Feb 19 16:08:10 2015 -0800
We can only use the rsync trick for a previous build of the same version.
All of the file names have the version in them.. :/
---
processes/ReleaseProcess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/processes/ReleaseProcess b/processes/ReleaseProcess
index abade44..61c44b7 100644
--- a/processes/ReleaseProcess
+++ b/processes/ReleaseProcess
@@ -33,7 +33,7 @@
echo $TORBROWSER_VERSION
echo $TORBROWSER_BUILDDIR
echo
- echo 'You must still set $OLD_TORBROWSER_VERSION and $OLD_TORBROWSER_BUILDDIR!'
+ echo 'You must still set $OLD_TORBROWSER_VERSION'
#. Push tag and version to tor-browser-bundle.git
torsocks git push origin master:master
@@ -59,7 +59,7 @@
chmod 644 $TORBROWSER_BUILDDIR/*
#. (Optional): Upload your binaries to people using partial rsync over old version
- torsocks ssh people.torproject.org "mv ~/public_html/builds/$OLD_TORBROWSER_BUILDDIR ~/public_html/builds/$TORBROWSER_BUILDDIR"
+ torsocks ssh people.torproject.org "mv ~/public_html/builds/${TORBROWSER_VERSION}-build1 ~/public_html/builds/$TORBROWSER_BUILDDIR"
torsocks rsync -avP $TORBROWSER_BUILDDIR/ people.torproject.org:public_html/builds/$TORBROWSER_BUILDDIR
#. Distribute build to tor-qa@xxxxxxxxxxxxxxxxxxxx
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits