[tor-commits] [tor-browser-spec/master] We can only use the rsync trick for a previous build of the same version.

mikeperry at torproject.org mikeperry at torproject.org
Fri Feb 20 00:08:56 UTC 2015


commit c69378d7b2453e5eebf74f75ae8a2da1b4d88cbd
Author: Mike Perry <mikeperry-git at torproject.org>
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 at lists.torproject.org



More information about the tor-commits mailing list