[tor-commits] [torbutton/master] Fix permissions and missing directory in build docuscript.

mikeperry at torproject.org mikeperry at torproject.org
Sun Aug 28 20:29:28 UTC 2011


commit b049877222dfa9990246836098dab2bf45bc569e
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Sun Aug 28 13:25:51 2011 -0700

    Fix permissions and missing directory in build docuscript.
---
 README.RELEASE |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.RELEASE b/README.RELEASE
index c77e952..b485f41 100644
--- a/README.RELEASE
+++ b/README.RELEASE
@@ -44,6 +44,7 @@
    cd torbutton-release
    git tag -v ${VERSION}   # verify signature against git protocol haaAAXXXX
    git checkout -b tag-${VERSION} ${VERSION}
+   mkdir ./pkg
    sh makexpi.sh
 
 #. SHA1 + Sign the .xpi
@@ -53,6 +54,7 @@
 
 #. Upload .xpi to website
 
+   chmod 664 ./pkg/torbutton-${VERSION}.xpi*
    torsocks scp ./pkg/torbutton-${VERSION}.xpi* vescum:/srv/www-master.torproject.org/htdocs/dist/torbutton/
    torsocks scp ./pkg/torbutton-${VERSION}.xpi vescum:/srv/www-master.torproject.org/htdocs/dist/torbutton/torbutton-current.xpi
    torsocks scp ./pkg/torbutton-${VERSION}.xpi.asc vescum:/srv/www-master.torproject.org/htdocs/dist/torbutton/torbutton-current.xpi.asc



More information about the tor-commits mailing list