Skip to content
Snippets Groups Projects
Verified Commit 54d37b49 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

Merge remote-tracking branch 'origin/buddies-update-sq-0.33.0'

parents 85daccf4 ca25ddb9
No related branches found
No related tags found
1 merge request!800gluebuddy & bugbuddy: fix download script for sq 0.33.0
Checking pipeline status
...@@ -64,7 +64,7 @@ for uid in "${TRUSTED_UIDs[@]}"; do ...@@ -64,7 +64,7 @@ for uid in "${TRUSTED_UIDs[@]}"; do
done done
for fp in "${TRUSTED_KEYS[@]}"; do for fp in "${TRUSTED_KEYS[@]}"; do
sq --force link add --all "${fp}" sq --force pki link add --all "${fp}"
done done
verified=0 verified=0
......
...@@ -45,7 +45,7 @@ for uid in "${TRUSTED_UIDs[@]}"; do ...@@ -45,7 +45,7 @@ for uid in "${TRUSTED_UIDs[@]}"; do
done done
for fp in "${TRUSTED_KEYS[@]}"; do for fp in "${TRUSTED_KEYS[@]}"; do
sq link add --all "${fp}" sq pki link add --all "${fp}"
done done
sq verify --signer-cert "${TRUSTED_KEYS[0]}" --detached ${NAME}.sig ${NAME} || \ sq verify --signer-cert "${TRUSTED_KEYS[0]}" --detached ${NAME}.sig ${NAME} || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment