Skip to content

Commit

Permalink
Successful Build of Signed Release 6.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck committed Oct 23, 2023
1 parent 98543fa commit 41a6fe4
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ENV NVM_DIR="$HOME/.nvm"
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash && . $NVM_DIR/nvm.sh && nvm install 18.15.0 && nvm use 18.15.0 && npm install --location=global --force npm@latest && npm install --location=global --force yarn node-gyp npm-run-all

# Clone Repos
# Signal-Desktop v6.34.0
RUN git clone https://github.com/signalapp/Signal-Desktop.git -b 6.34.x
# Signal-Desktop Branch 6.35.x
RUN git clone https://github.com/signalapp/Signal-Desktop.git -b 6.35.x
RUN mkdir /Signal-Desktop/release/

# Copy Files
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Signal Desktop Builder For Mobian

## signal-desktop_6.34.0_arm64.deb
## signal-desktop_6.35.0_arm64.deb

This project builds Signal Desktop for Mobian Bookworm on Arm64, currently targeting release `6.34.x`.
This project builds Signal Desktop for Mobian Bookworm on Arm64, currently targeting release `6.35.0`.

This is the signed release: `builds/release/signal-desktop_6.xx.x_arm64.deb`.

Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
</br>
{% endif %}
{% if site.show_downloads %}
<a href="https://github.com/0mniteck/Signal-Desktop-Mobian/raw/master/builds/release/signal-desktop_6.34.0_arm64.deb" class="btn">Download Release .deb</a>
<a href="https://github.com/0mniteck/Signal-Desktop-Mobian/raw/master/builds/release/signal-desktop_6.35.0_arm64.deb" class="btn">Download Release .deb</a>
{% endif %}
</header>
<main id="content" class="main-content" role="main">
Expand Down
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: 6.34.0
version: 6.35.0
files:
- url: signal-desktop_6.34.0_arm64.deb
sha512: ej4ZQ/GyZaISkJOSkV88DgGEDe27mjmYuXJ/xbWW0rt1m2QX3VDo6z1sIDYWXhtF57qSL3nAeOgdRb5PCWq6gQ==
size: 106258912
path: signal-desktop_6.34.0_arm64.deb
sha512: ej4ZQ/GyZaISkJOSkV88DgGEDe27mjmYuXJ/xbWW0rt1m2QX3VDo6z1sIDYWXhtF57qSL3nAeOgdRb5PCWq6gQ==
releaseDate: '2023-10-16T04:26:49.401Z'
- url: signal-desktop_6.35.0_arm64.deb
sha512: PKcA9UEZ/hEXDz/R15D5fz7jjRMy3l/k+2LKA1L67wC3vpG/qci/PWhm1dr14KURwg5D8YQKdXacT4YZVA7n9Q==
size: 106221956
path: signal-desktop_6.35.0_arm64.deb
sha512: PKcA9UEZ/hEXDz/R15D5fz7jjRMy3l/k+2LKA1L67wC3vpG/qci/PWhm1dr14KURwg5D8YQKdXacT4YZVA7n9Q==
releaseDate: '2023-10-22T23:26:25.153Z'
4 changes: 2 additions & 2 deletions builds/release/release.sha512sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
7a3e1943f1b265a212909392915f3c0e01840dedbb9a3998b9727fc5b596d2bb759b6417dd50e8eb3d6c2036165e1b45e7ba922f79c078e81d45be4f096aba81 release/signal-desktop_6.34.0_arm64.deb
3ca700f54119fe11170f3fd1d790f97f3ee38d1332de5fe4fb62ca0352faef00b7be91bfa9c8bf3d6866d5daf5e0a511c20e43f1840a75769c4f8619540ee7f5 release/signal-desktop_6.35.0_arm64.deb
Public Key: 0558260a88ff08f8dddf791fe73b9457917830506be3d8dbc1311e8d769c5ac777
Build Complete on 10/16/23 at 04:27 UTC
Build Complete on 10/22/23 at 23:27 UTC
3 changes: 0 additions & 3 deletions builds/release/signal-desktop_6.34.0_arm64.deb

This file was deleted.

1 change: 0 additions & 1 deletion builds/release/signal-desktop_6.34.0_arm64.deb.sig

This file was deleted.

3 changes: 3 additions & 0 deletions builds/release/signal-desktop_6.35.0_arm64.deb
Git LFS file not shown
1 change: 1 addition & 0 deletions builds/release/signal-desktop_6.35.0_arm64.deb.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a2934cd393ecd02afc61ecccbf83f28ab7844a0a73d94dc48b7bd1387a9ab73db07a36222be55230ec19973ecc6c7c31327c7e78c8ac75fd6453be998b016b8b
1 change: 1 addition & 0 deletions buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ apt install snapd
echo "Starting Build "$(date -u '+on %D at %R UTC')
echo

./increment.sh
./re-run.sh
ls -la builds/release/

Expand Down
18 changes: 18 additions & 0 deletions increment.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash

Last_Version_Number=6.35
Version_Number=$(echo "$Last_Version_Number + .01" | bc -l)
Last_Branch_Number=$Last_Version_Number.x
Branch_Number=$Version_Number.x

sed -i s/signal-desktop_$(echo $Last_Version_Number).0_arm64.deb/signal-desktop_$(echo $Version_Number).0_arm64.deb/g _layouts/default.html

sed -i s/$(echo $Last_Version_Number)/$(echo $Version_Number)/g README.md

sed -i s/$(echo $Last_Branch_Number)/$(echo $Branch_Number)/g Dockerfile

sed -i s/Last_Version_Number=$Last_Version_Number/Last_Version_Number=$Version_Number/g increment.sh

echo Version Incremented From v$Last_Version_Number To v$Version_Number

exit

0 comments on commit 41a6fe4

Please sign in to comment.