sync: Fix variable name
authorDevrim Gunduz <devrim@gunduz.org>
Fri, 30 May 2025 13:16:39 +0000 (16:16 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Fri, 30 May 2025 13:16:39 +0000 (16:16 +0300)
scripts/buildserver/packagesyncextras.sh

index 72b27a5b1d753c9c8aadf064180132fc51703ce5..c022cdf371361e7d5c7e6ef3abc5883ebead233b 100755 (executable)
@@ -42,7 +42,7 @@ createrepo --changelog-limit=3 --workers=4 -d --update $EXTRAS_DEBUG_RPM_DIR
 
 echo $GPG_PASSWORD | /usr/bin/gpg2 -a --pinentry-mode loopback --detach-sign --batch --yes --passphrase-fd 0 $EXTRAS_RPM_DIR/repodata/repomd.xml
 echo $GPG_PASSWORD | /usr/bin/gpg2 -a --pinentry-mode loopback --detach-sign --batch --yes --passphrase-fd 0 $EXTRAS_SRPM_DIR/repodata/repomd.xml
-echo $GPG_PASSWORD | /usr/bin/gpg2 -a --pinentry-mode loopback --detach-sign --batch --yes --passphrase-fd 0 $EXTRAS_DEBUG_DIR/repodata/repomd.xml
+echo $GPG_PASSWORD | /usr/bin/gpg2 -a --pinentry-mode loopback --detach-sign --batch --yes --passphrase-fd 0 $EXTRAS_DEBUG_RPM_DIR/repodata/repomd.xml
 
 # Finally, perform the rsync: