fix(ansible-semaphore): github changelog reponame

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}" {} \;
}