diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a7ee8f..9133b43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ build:x86:deb: before_script: - apt-get update - apt-get install -y git-buildpackage dh-golang golang-any golang-github-spf13-cobra-dev golang-github-spf13-viper-dev - - apt-get install -y ./*.deb + - apt-get install -y ./*.deb && rm -vf *.deb script: - gbp dch --ignore-branch --debian-tag="%(version)s" --git-author --new-version="$(git describe --abbrev=0)+git$(date +%Y-%m-%d)r$(git rev-parse --short=8 HEAD).$(git rev-list $(git describe --abbrev=0)..HEAD --count)" - dpkg-buildpackage -us -uc -b diff --git a/debian/changelog b/debian/changelog index 6481981..386e68e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +signaldctl (0.1.0+git2021-01-30r36c9578d.3) UNRELEASED; urgency=medium + + * Add .aptly.conf + * rename package to signaldctl + * update gitlab ci to reflect new package names + + -- Finn Sat, 30 Jan 2021 09:57:25 +0000 + signaldctl (0.1.0) unstable; urgency=medium * Initial release