This commit is contained in:
parent
26812c623c
commit
899848f534
5 changed files with 14 additions and 6 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue