update versioning/tagging
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
f41194b99f
commit
2a7d2fbfe6
|
@ -19,7 +19,7 @@ steps:
|
||||||
xbps-create -A x86_64 \
|
xbps-create -A x86_64 \
|
||||||
-H "$${CI_REPO_URL}" \
|
-H "$${CI_REPO_URL}" \
|
||||||
-l "$${LICENSE}" \
|
-l "$${LICENSE}" \
|
||||||
-n "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}" \
|
-n "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1" \
|
||||||
-m "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" \
|
-m "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" \
|
||||||
-s "$${SHORT_DESCRIPTION}" \
|
-s "$${SHORT_DESCRIPTION}" \
|
||||||
-c "$${CI_COMMIT_MESSAGE}" \
|
-c "$${CI_COMMIT_MESSAGE}" \
|
||||||
|
@ -52,6 +52,6 @@ steps:
|
||||||
- /etc/woodpecker/:/etc/woodpecker:ro
|
- /etc/woodpecker/:/etc/woodpecker:ro
|
||||||
commands: |
|
commands: |
|
||||||
export XBPS_TARGET_ARCH
|
export XBPS_TARGET_ARCH
|
||||||
mv $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.x86_64.xbps /target
|
mv $${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1.x86_64.xbps /target
|
||||||
xbps-rindex -a /target/$${CI_REPO_NAME}-$${CI_COMMIT_TAG}.x86_64.xbps
|
xbps-rindex -a /target/$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1.x86_64.xbps
|
||||||
xbps-rindex -S --signedby "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" --privkey /etc/woodpecker/privkey.pem /target/$${CI_REPO_NAME}-$${CI_COMMIT_TAG}.x86_64.xbps
|
xbps-rindex -S --signedby "$${CI_COMMIT_AUTHOR} <$${CI_COMMIT_AUTHOR_EMAIL}>" --privkey /etc/woodpecker/privkey.pem /target/$${CI_REPO_NAME}-$${CI_COMMIT_TAG}_1.x86_64.xbps
|
||||||
|
|
Loading…
Reference in New Issue