commit a4e362a2ef3ebb5af91d1229e73d71f8ca70275f Author: David Fifield david@bamsoftware.com Date: Sat Apr 6 17:12:10 2013 -0700
Rename flashproxy-pyobfsproxy to pluggable-transports in bundle file names. --- doc/bundle-gnulinux.txt | 6 +++--- doc/bundle-macosx.txt | 6 +++--- doc/bundle-windows.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/bundle-gnulinux.txt b/doc/bundle-gnulinux.txt index 5440e2c..7d4778e 100644 --- a/doc/bundle-gnulinux.txt +++ b/doc/bundle-gnulinux.txt @@ -129,14 +129,14 @@ Re-zip the bundle. The "alpha" number should be independent of the browser bundle's alpha.
$ cd .. - $ tar czvf tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz tor-browser_en-US + $ tar czvf tor-pluggable-transports-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz tor-browser_en-US
Test running the bundle. Extract into a separate directory, double-click the icon to unzip, and run TorBrowser_en-US.app.
$ mkdir tmp - $ cp tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz tmp + $ cp tor-pluggable-transports-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz tmp $ cd tmp - $ tar xzvf tor-flashproxy-pyobfsproxy-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz + $ tar xzvf tor-pluggable-transports-browser-gnu-linux-i686-2.4.11-alpha-1-dev-en-US.tar.gz $ cd tor-browser_en-US $ ./start-tor-browser diff --git a/doc/bundle-macosx.txt b/doc/bundle-macosx.txt index cfdca55..dc3118e 100644 --- a/doc/bundle-macosx.txt +++ b/doc/bundle-macosx.txt @@ -115,11 +115,11 @@ Re-zip the bundle. The "alpha" number should be independent of the browser bundle's alpha.
$ cd .. - $ rm -f TorBrowser-FlashProxy-PyObfsproxy-2.4.11-alpha-1-osx-i386-en-US.zip - $ zip -r -9 TorBrowser-FlashProxy-PyObfsproxy-2.4.11-alpha-1-osx-i386-en-US.zip TorBrowser_en-US.app/ + $ rm -f TorBrowser-Pluggable-Transports-2.4.11-alpha-1-osx-i386-en-US.zip + $ zip -r -9 TorBrowser-Pluggable-Transports-2.4.11-alpha-1-osx-i386-en-US.zip TorBrowser_en-US.app/
Test running the bundle. Extract into a separate directory, double-click the icon to unzip, and run TorBrowser_en-US.app.
$ mkdir tmp - $ cp TorBrowser-FlashProxy-PyObfsproxy-2.4.11-alpha-1-osx-i386-en-US.zip tmp + $ cp TorBrowser-Pluggable-Transports-2.4.11-alpha-1-osx-i386-en-US.zip tmp diff --git a/doc/bundle-windows.txt b/doc/bundle-windows.txt index 83115a6..859122e 100644 --- a/doc/bundle-windows.txt +++ b/doc/bundle-windows.txt @@ -212,10 +212,10 @@ browser bundle's alpha. The 7zg program (as opposed to 7z) causes the self-extractor to show a GUI.
$ cd .. - $ "/cygdrive/c/Program Files (x86)/7-Zip/7zg" a -sfx tor-flashproxy-pyobfsproxy-browser-2.4.11-alpha-1_en-US.exe "Tor Browser" + $ "/cygdrive/c/Program Files (x86)/7-Zip/7zg" a -sfx tor-pluggable-transports-browser-2.4.11-alpha-1_en-US.exe "Tor Browser"
Test running the bundle. Extract into a separate directory, double-click the icon and "Start Tor Browser.exe".
$ mkdir tmp - $ cp tor-flashproxy-pyobfsproxy-browser-2.4.11-alpha-1_en-US.exe tmp + $ cp tor-pluggable-transports-browser-2.4.11-alpha-1_en-US.exe tmp
tor-commits@lists.torproject.org