Tags give the ability to mark specific points in history as being important
-
v0.12.0
protected71901717 · ·0.12.0 release New features: - Delete any tmp directory after installation Bug fixes: - tuxpkg.mk: fix syntax error in flake8 command line CI changes: - gitlab-ci-pipeline.yml: don't try to run missing commands - gitlab-ci-pipeline.yml: ensure all jobs specify an image explicitly - .gitlab-ci.yml: doc: use mkdocs-material from Debian
-
v0.11.0
protected34149d76 · ·0.11.0 release New features: - init: Makefile: run tests before anything else Bug fixes: - data: release: update to use MODULE var - Dockefiles: leave sanity check preparation for the actual CI runs Documentation updates: - README: update gpg example - README: update gitlab help
-
v0.5.0
protecteda077212c · ·0.5.0 release New features: - gitlab-ci-pipeline.yml: always install build dependencies - CI: record coverage value and cobertura artifact Bug fixes: - init: add empty __init__.py to test/ - init: fix URL in template for .gitlab-ci.yml - init: debian/rules: drop usage of tuxpkg - init: .gitlab-ci-yml: set TUXPKG_PROJECT
-
v0.4.0
protected011bc04b · ·0.4.0 release New features: - gitlab-ci-pipeline.yml: deb, rpm: display package info after build - gitlab-ci-pipeline.yml: add sanity check jobs for deb and rpm packages - gitlab-ci-pipeline.yml: rpm: list dependencies - tuxpkg.mk: allow including Makefile to define version first Bug fixes: - debian/control: add missing runtime dependency
-
v0.3.0
protectedecb72f38 · ·0.3.0 release New features: - release: create signed tag before pushing - create-repository: create index.html with repository instructions - Dockerfiles: install tuxpkg when not building for tuxpkg itself Bug fixes: - create-repository: fix project name - tuxpkg.spec: add missing runtime dependency on python3-jinja2