fix(ansible-semaphore): github changelog reponame
Some checks failed
/ ansible-semaphore (push) Successful in 2m32s
/ atlasswprobe (push) Successful in 7m41s
/ daliserver (push) Successful in 1m55s
/ forgejo (push) Successful in 5m54s
/ forgejo-runner (push) Successful in 1m24s
/ http-mqtt-bridge (push) Successful in 4m15s
/ keycloak-24 (push) Successful in 4m30s
/ keycloak-25 (push) Successful in 7m31s
/ linux-diversion-ath-regd-optional (push) Successful in 12m23s
/ lottieconverter (push) Successful in 57s
/ matterbridge (push) Successful in 2m22s
/ matrix-element-web (push) Successful in 3m54s
/ matrix-hydrogen (push) Successful in 1m18s
/ matrix.to (push) Successful in 5m41s
/ maubot (push) Successful in 5m11s
/ maubot-plugin-spaceapi (push) Successful in 2m1s
/ maubot-plugin-ultimaker (push) Successful in 1m45s
/ mautrix-signal (push) Successful in 1m22s
/ mautrix-telegram (push) Successful in 1m18s
/ mediawiki-extension-auth-remoteuser (push) Successful in 1m19s
/ mediawiki-extension-openidconnect (push) Successful in 1m23s
/ mqtt2prometheus (push) Successful in 4m26s
/ prometheus-ipmi-exporter (push) Successful in 2m13s
/ prometheus-dnsbl-exporter (push) Successful in 1m45s
/ prometheus2influxdb (push) Successful in 59s
/ python3-mautrix (push) Successful in 1m17s
/ python3-telethon (push) Successful in 1m26s
/ repo.s3lph.me-apt-source (push) Successful in 1m1s
/ republik-feeder (push) Successful in 1m16s
/ woodpecker-agent (push) Successful in 2m15s
/ woodpecker-cli (push) Successful in 1m42s
/ mediawiki-extension-nativesvghandler (push) Failing after 13m23s
/ mediawiki-extension-pluggableauth (push) Failing after 13m1s

This commit is contained in:
s3lph 2024-07-18 22:03:57 +02:00
parent d473c1677b
commit 320c66b4a0
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -37,7 +37,7 @@ function prepare() {
sed -re "s/__VERSION__/${VERSION}/g" -i "${PKGDIR}/DEBIAN/control"
sed -re "s/__MAINTAINER__/${MAINTAINER}/g" -i "${PKGDIR}/DEBIAN/control"
cp "${SRCDIR}/LICENSE" "${PKGDIR}/usr/share/doc/${PKGNAME}/copyright"
github_changelog ansible-semaphore/semaphore
github_changelog semaphoreui/semaphore
find "${PKGDIR}" -exec touch -m -d "${ISODATE}" {} \;
}