Skip to content

Commit

Permalink
Revert "Successful Build of Reproducible Release 7.33.0"
Browse files Browse the repository at this point in the history
This reverts commit d138566.
  • Loading branch information
0mniteck committed Nov 17, 2024
1 parent fb83410 commit a5f473b
Show file tree
Hide file tree
Showing 16 changed files with 543,593 additions and 300,729 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG NPM_VERSION
RUN wget https://github.com/nvm-sh/nvm/raw/v$NVM_VERSION/install.sh && echo "551831ea67476372c6fb13fc2cab474b38f6e369daa51652a1c22974b0c8a5ed9e36a1e586046e371ba90de8c9d7376ffb3a41c6f6f352c29a847203a56f1db9 install.sh" > install.sum && bash -c 'if [[ $(sha512sum -c install.sum) == "install.sh: OK" ]]; then echo "install.sh: Checksum Matched!"; else echo "install.sh: Checksum Mismatch!" & remove -f install.sh; fi;' && chmod +x install.sh && ./install.sh && . $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && nvm alias $NODE_VERSION && nvm use $NODE_VERSION && npm install --location=global npm@$NPM_VERSION

RUN git clone https://github.com/signalapp/Signal-Desktop.git
RUN cd /Signal-Desktop/ && git checkout tags/v7.33.0
RUN cd /Signal-Desktop/ && git checkout tags/v7.31.0
RUN mkdir /Signal-Desktop/release/
RUN mkdir /Signal-Desktop/artifacts/
RUN mkdir /Signal-Desktop/artifacts/linux
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[![image](https://github.com/user-attachments/assets/202613c2-97b8-4b54-b72c-6f8e110f0ff4)](https://signal.org)

# Signal Desktop Builder For Mobian
### [signal-desktop_7.33.0_arm64.deb](https://github.com/0mniteck/Signal-Desktop-Mobian/blob/master/builds/release/signal-desktop_7.33.0_arm64.deb)
### [signal-desktop_7.31.0_arm64.deb](https://github.com/0mniteck/Signal-Desktop-Mobian/blob/master/builds/release/signal-desktop_7.31.0_arm64.deb)

This project reproducibly builds Signal Desktop for Debian Bookworm on ARM64, currently targeting tag `7.33.x`
This project reproducibly builds Signal Desktop for Debian Bookworm on ARM64, currently targeting tag `7.31.x`

Now with an optional update client: [`auto-update-cron.sh`](https://github.com/0mniteck/Signal-Desktop-Mobian/blob/master/auto-update-cron.sh)

This is the latest release: [`builds/release/signal-desktop_7.33.0_arm64.deb`](https://github.com/0mniteck/Signal-Desktop-Mobian/blob/master/builds/release/signal-desktop_7.33.0_arm64.deb)
This is the latest release: [`builds/release/signal-desktop_7.31.0_arm64.deb`](https://github.com/0mniteck/Signal-Desktop-Mobian/blob/master/builds/release/signal-desktop_7.31.0_arm64.deb)

Sha512Sum: [`builds/release/release.sha512sum`](https://github.com/0mniteck/Signal-Desktop-Mobian/blob/master/builds/release/release.sha512sum)

Expand Down Expand Up @@ -35,14 +35,14 @@ B. To build the current release for reproducibility:

### Usage:

[Download the `.deb`](https://github.com/0mniteck/Signal-Desktop-Mobian/raw/master/builds/release/signal-desktop_7.33.0_arm64.deb) to your device, verify the sha512sum, then install:
[Download the `.deb`](https://github.com/0mniteck/Signal-Desktop-Mobian/raw/master/builds/release/signal-desktop_7.31.0_arm64.deb) to your device, verify the sha512sum, then install:

[[Current Sha512sum]](https://github.com/0mniteck/Signal-Desktop-Mobian/blob/master/builds/release/release.sha512sum#L1)
(https://github.com/0mniteck/Signal-Desktop-Mobian/blob/a63f8d6bea7ccc362a05b130873c64f798ae9abb/builds/release/release.sha512sum#L1)

```sha512sum signal-desktop_7.33.0_arm64.deb```
```sha512sum signal-desktop_7.31.0_arm64.deb```

```sudo apt install ./signal-desktop_7.33.0_arm64.deb```
```sudo apt install ./signal-desktop_7.31.0_arm64.deb```

### Optional Updater:

Expand Down
3 changes: 1 addition & 2 deletions builds/release/builder-effective-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mac:
- universal
bundleVersion: '1'
win:
artifactName: ${name}-win-${arch}-${version}.${ext}
artifactName: ${name}-win-${version}.${ext}
certificateSubjectName: Signal Messenger, LLC
certificateSha1: 8D5E3CD800736C5E1FE459A1F5AA48287D4F6EC6
signingHashAlgorithms:
Expand Down Expand Up @@ -69,7 +69,6 @@ deb:
- libxtst6
- libnss3
- libasound2
- libpulse0
- libxss1
- libc6 (>= 2.31)
- libgtk-3-0
Expand Down
841,407 changes: 543,261 additions & 298,146 deletions builds/release/builder.log

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions builds/release/latest-linux-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 7.33.0
version: 7.31.0
files:
- url: signal-desktop_7.33.0_arm64.deb
sha512: lgc7wyxsfXVT/CBl4L7Yei5L1D9BLl/EpTCEz0nRlcih5zYBJ0OO6PrgOH4vXEcGFhlOWzJu7LKtUKQKrf+bJw==
size: 120049308
path: signal-desktop_7.33.0_arm64.deb
sha512: lgc7wyxsfXVT/CBl4L7Yei5L1D9BLl/EpTCEz0nRlcih5zYBJ0OO6PrgOH4vXEcGFhlOWzJu7LKtUKQKrf+bJw==
releaseDate: '2024-11-17T00:01:32.673Z'
- url: signal-desktop_7.31.0_arm64.deb
sha512: dOcxN1a1fgcEhTzMxgPQhL/g2JakQLM5Ocxi2FZq6uVlI7a3kHoKRhBaW8KVS6wPjIr9XQzSq10iu5DHiFpMuQ==
size: 121382160
path: signal-desktop_7.31.0_arm64.deb
sha512: dOcxN1a1fgcEhTzMxgPQhL/g2JakQLM5Ocxi2FZq6uVlI7a3kHoKRhBaW8KVS6wPjIr9XQzSq10iu5DHiFpMuQ==
releaseDate: '2024-11-01T04:04:37.505Z'
Loading

0 comments on commit a5f473b

Please sign in to comment.