summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-01-03 20:44:56 +0000
committerColin Watson <cjwatson@debian.org>2022-01-03 20:44:56 +0000
commitc603ee6358374e9abcf923f254924d281115d610 (patch)
tree5de669026b18496acffd9b122c9ac598620b31c6 /Makefile.am
parentae15ebfbdfdd3d17f9e3dddc233862dabcd2a150 (diff)
Add release automation
When a tag is pushed to GitLab, upload the bootstrapped source tarball to the package registry, and create a release in GitLab associated with the tag. * .gitlab-ci.yml (stages): Remove test, since it had no jobs. Add upload and release. (build-distcheck:script): Configure with --enable-maintainer-mode, to ensure that flex-generated scanners are fresh. (upload, release): New jobs. * release.sh: Remove. GitLab CI handles building releases now. * Makefile.am (EXTRA_DIST): Remove release.sh. * docs/HACKING: Update for GitLab-based release process.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cd8f8f09..96ea52ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,8 +33,7 @@ EXTRA_DIST = \
ChangeLog-2013 \
bootstrap \
bootstrap.conf \
- patches/argp-domain.patch \
- release.sh
+ patches/argp-domain.patch
# These macro files are imported by gnulib-tool, but at present not used. We
# include them in the distribution anyway for maximum consistency.