Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Debian buster support
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Rey authored and nervo committed Oct 24, 2019
1 parent bdbe491 commit bb6a76b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .manala/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ SH_HELP += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help,sh.debi
sh.debian.stretch: DISTRIBUTION = debian.stretch
sh.debian.stretch: sh

SH_HELP += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,sh.debian.buster, Open shell on test host - Debian Buster))
sh.debian.buster: DISTRIBUTION = debian.buster
sh.debian.buster: sh

SH_HELP += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,sh.centos.7, Open shell on test host - CentOS 7))
sh.centos.7: DISTRIBUTION = centos.7
sh.centos.7: sh
Expand Down Expand Up @@ -128,6 +132,10 @@ UPDATE_HELP += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help,upd
update.debian.stretch: DISTRIBUTIONS = debian.stretch
update.debian.stretch: update

UPDATE_HELP += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,update.debian.buster, Update test host - Debian Buster))
update.debian.buster: DISTRIBUTIONS = debian.buster
update.debian.buster: update

UPDATE_HELP += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,update.centos.7, Update test host - CentOS 7))
update.centos.7: DISTRIBUTIONS = centos.7
update.centos.7: update
Expand Down Expand Up @@ -174,6 +182,10 @@ LINT_HELP_LOCAL += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help
lint.debian.stretch: DISTRIBUTIONS = debian.stretch
lint.debian.stretch: lint@local

LINT_HELP_LOCAL += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,lint.debian.buster, Lint role - Debian Buster))
lint.debian.buster: DISTRIBUTIONS = debian.buster
lint.debian.buster: lint@local

LINT_HELP_LOCAL += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,lint.centos.7, Lint role - CentOS 7))
lint.centos.7: DISTRIBUTIONS = centos.7
lint.centos.7: lint@local
Expand Down Expand Up @@ -242,6 +254,10 @@ TEST_HELP_LOCAL += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help
test.debian.stretch: DISTRIBUTIONS = debian.stretch
test.debian.stretch: test@local

TEST_HELP_LOCAL += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,test.debian.buster, Test role - Debian Buster))
test.debian.buster: DISTRIBUTIONS = debian.buster
test.debian.buster: test@local

TEST_HELP_LOCAL += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,test.centos.7, Test role - CentOS 7))
test.centos.7: DISTRIBUTIONS = centos.7
test.centos.7: test@local
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Debian buster support

## [1.0.3] - 2018-10-17
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ include .manala/make/Makefile
########

ROLE = manala.vim
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch debian.buster
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ galaxy_info:
- wheezy
- jessie
- stretch
- buster
galaxy_tags:
- system
- vim

0 comments on commit bb6a76b

Please sign in to comment.