Skip to content

Commit 05fd403

Browse files
authored
chore: ask jsign for more logging (#510)
ask jsign for more logging
1 parent 34bcfc6 commit 05fd403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signing-utils/src/garasign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jsign_sign() {
5757
-v $directory:$directory \
5858
-w $directory \
5959
${ARTIFACTORY_HOST}/release-tools-container-registry-local/garasign-jsign \
60-
/bin/bash -c "jsign -t 'http://timestamp.digicert.com' -a 'mongo-authenticode-2024' '$file'"
60+
/bin/bash -c "jsign --verbose --debug -t 'http://timestamp.digicert.com' -a 'mongo-authenticode-2024' '$file'"
6161
}
6262

6363
rpm_gpg_sign() {

0 commit comments

Comments
 (0)