SQLCipher 4.18.0
All checks were successful
CI / test (push) Successful in 3m23s

This commit is contained in:
Miguel Jacq 2026-08-25 16:49:16 +10:00
parent 26812c623c
commit 899848f534
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
5 changed files with 14 additions and 6 deletions

View file

@ -10,7 +10,6 @@ cd sqlcipher && ./configure && make sqlite3.c && cp sqlite3.[ch] ../src/sqlciphe
# Publish to Pypi
poetry build
#poetry publish
# Sign packages
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done
@ -47,7 +46,7 @@ sudo apt-get -y install createrepo-c rpm
BUILD_OUTPUT="${HOME}/git/bouquin-sqlcipher4/dist"
KEYID="54A91143AE0AB4F7743B01FE888ED1B423A3BC99"
REPO_ROOT="${HOME}/git/repo_rpm"
REMOTE="letessier.mig5.net:/opt/repo_rpm"
REMOTE="ashpool.mig5.net:/opt/repo_rpm"
DISTS=(
fedora:43
@ -88,4 +87,5 @@ done
echo "==> Syncing repo to server..."
rsync -aHPvz --exclude=.git --delete "$REPO_ROOT/" "$REMOTE/"
poetry publish
echo "Done!"