Georg Koppen commited on 2018-02-05 09:20:20
Zeige 2 geänderte Dateien mit 4 Einfügungen und 5 Löschungen.
... | ... |
@@ -297,7 +297,7 @@ |
297 | 297 |
<p>Starting with Tor Browser 4.5a4 we sign our MAR files which helps |
298 | 298 |
securing our update process. The downside of this is the need for additional |
299 | 299 |
instructions to verify that the MAR files we ship are indeed the ones we |
300 |
- produced with our Gitian setup.</p> |
|
300 |
+ produced with our rbm setup.</p> |
|
301 | 301 |
|
302 | 302 |
<p>Assuming the verification happens on a Linux computer one first needs the |
303 | 303 |
<tt>mar-tools-linux*.zip</tt> out of the <tt>gitian-builder/inputs</tt> |
... | ... |
@@ -746,13 +746,12 @@ |
746 | 746 |
for the alpha branch</a>. |
747 | 747 |
</p> |
748 | 748 |
<p><strong><em>How can I make my own bundle?</em></strong> |
749 |
-<br>We use <a |
|
750 |
-href="https://blog.torproject.org/blog/deterministic-builds-part-two-technical-details">Gitian</a> |
|
749 |
+<br>We use <a href="https://rbm.torproject.org/">rbm</a> |
|
751 | 750 |
to ensure that byte-for-byte reproducible packages can be built from our |
752 | 751 |
source repository by anyone. To rebuild the bundle, check out the <a |
753 |
-href="https://gitweb.torproject.org/builders/tor-browser-bundle.git">Tor |
|
752 |
+href="https://gitweb.torproject.org/builders/tor-browser-build.git">Tor |
|
754 | 753 |
Browser builder repository</a> and see the <a |
755 |
-href="https://gitweb.torproject.org/builders/tor-browser-bundle.git/tree/gitian/README.build">README.build</a> |
|
754 |
+href="https://gitweb.torproject.org/builders/tor-browser-build.git/tree/README">README</a> |
|
756 | 755 |
for instructions. You may also find the <a |
757 | 756 |
href="https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking">Tor |
758 | 757 |
Browser Hacking</a> intro document useful for learning about the build system |
759 | 758 |