From a9efb7cf086eb2dd34ae0b2de646eedcfd7e5013 Mon Sep 17 00:00:00 2001 From: 2-4601 <2-4601@users.noreply.github.com> Date: Mon, 4 Feb 2019 22:24:58 +0200 Subject: [PATCH] Update repository urls --- Reproducible-Builds.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Reproducible-Builds.md b/Reproducible-Builds.md index 4f875d8..b8ae032 100644 --- a/Reproducible-Builds.md +++ b/Reproducible-Builds.md @@ -6,7 +6,7 @@ You can just use these [instructions](https://signal.org/blog/reproducible-android/) from the official announcement at Open Whisper Systems's blog: ``` # Clone the Signal Android source repository -$ git clone https://github.com/WhisperSystems/Signal-Android.git && cd Signal-Android +$ git clone https://github.com/signalapp/Signal-Android.git && cd Signal-Android # Check out the release tag for the version you'd like to compare $ git checkout v[the version number] @@ -99,7 +99,7 @@ Download the `Dockerfile` to the `image-build-context` directory. ``` user@host:$ wget -O ~/reproducible-signal/image-build-context/Dockerfile_v3.15.2 \ - https://raw.githubusercontent.com/WhisperSystems/Signal-Android/v3.15.2/Dockerfile + https://raw.githubusercontent.com/signalapp/Signal-Android/v3.15.2/Dockerfile ``` Note that the `Dockerfile` is specific to the Signal version you want to compare to. Again you have to adjust the URL above to match the right version. (Though sometimes the file might not be up to date, see the [Troubleshooting section](#troubleshooting)) @@ -172,7 +172,7 @@ Now you are inside the container. Grab Signal's source code from GitHub and go to the repository directory: ``` -root@container:# git clone https://github.com/WhisperSystems/Signal-Android.git +root@container:# git clone https://github.com/signalapp/Signal-Android.git root@container:# cd Signal-Android ```