fixes
authorShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 06:49:26 +0000 (01:49 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 06:49:26 +0000 (01:49 -0500)
.github/workflows/termux-android.yml
tests/system-test-clean-repack.sh

index 68588712e2e69e821563585223827264448d87fe..828bc1e69b29fb7919ed820cc55edb2e282a55fe 100644 (file)
@@ -34,8 +34,8 @@ jobs:
             -w /data \
             --entrypoint /system/bin/sh \
             termux/termux-docker:latest \
-            -c "export PATH=/data/data/com.termux/files/usr/bin:$PATH; \
-              pkg update && pkg install -y git make \
-              && make install
-              && make check/install
+            -c "export PATH=/data/data/com.termux/files/usr/bin:$PATH; \\
+              pkg update && pkg install -y git make \\
+              && make install \\
+              && make check/install \\
               && git-remote-gcrypt --version"
index 1af05364e5d918d265383aa2f6efcdfe21f0c1c1..f4884a6d3106c876096a984dbe22b801af2a647a 100755 (executable)
@@ -131,6 +131,8 @@ git config user.email "test@test.com"
 git config user.name "Test User"
 git commit -m "Inject unencrypted garbage"
 git push origin master
+HEAD_SHA=$(git rev-parse HEAD)
+echo "Backend SHA before clean: $HEAD_SHA"
 
 # Verify garbage exists
 cd "$REPO_DIR"