File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ function clean() {
2020}
2121
2222function generateSite() {
23- gpg --export -a --output " $D /${ORGANIZATION} .key" " ${GPG_KEYNAME} "
24- gpg --import-options show-only --import " $D /${ORGANIZATION} .key" > " $D /${ORGANIZATION} .key.info"
23+ gpg --export -a --output " $D /repodata/repomd.xml .key" " ${GPG_KEYNAME} "
24+ gpg --import-options show-only --import " $D /repodata/repomd.xml .key" > " $D /${ORGANIZATION} .key.info"
2525
2626 " $BASE /bin/indexGenerator.py" \
2727 --distribution rpm \
@@ -36,7 +36,7 @@ function generateSite() {
3636[${ARTIFACTNAME} ]
3737name=${PRODUCTNAME}${RELEASELINE}
3838baseurl=${RPM_URL}
39- gpgkey=${RPM_URL} /${ORGANIZATION} -2023 .key
39+ gpgkey=${RPM_URL} /repodata/repomd.xml .key
4040gpgcheck=1
4141repo_gpgcheck=1
4242EOF
You can’t perform that action at this time.
0 commit comments