Skip to content

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 5e90e1b commit de3f487
Show file tree
Hide file tree
Showing 554 changed files with 4,296 additions and 869 deletions.
138 changes: 63 additions & 75 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,101 +13,90 @@ env:

jobs:
include:
- stage: lint & test
- &lint-test
stage: lint & test
script: make lint.diff && make test.diff
env:
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=1/3
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=1/4
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=2/3
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=2/4
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=3/3
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=3/4
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=1/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=4/4
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=2/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=1/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=3/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=2/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=4/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=3/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=5/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=4/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=6/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=5/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=7/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=6/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=1/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=7/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=2/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=1/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=3/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=2/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=4/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=3/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=5/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=4/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=6/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=5/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=7/7
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=6/7
- <<: *lint-test
env:
- DISTRIBUTIONS=centos.7 ANSIBLE_VERSION=2.6.5 PART=1/1
if: type = pull_request
- stage: lint & test
script: make lint.diff && make test.diff
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=7/7
- <<: *lint-test
env:
- DISTRIBUTIONS=ubuntu.xenial ANSIBLE_VERSION=2.6.5 PART=1/1
if: type = pull_request
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=1/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=2/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=3/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=4/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=5/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=6/7
- <<: *lint-test
env:
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=7/7
- <<: *lint-test
env:
- DISTRIBUTIONS=centos.7 ANSIBLE_VERSION=2.6.5 PART=1/1
- <<: *lint-test
env:
- DISTRIBUTIONS=ubuntu.xenial ANSIBLE_VERSION=2.6.5 PART=1/1
- stage: gitsplit
script:
- git config remote.origin.fetch "+refs/*:refs/*"
Expand All @@ -119,4 +108,3 @@ jobs:
notifications:
slack:
secure: eLmB7407GORDp/9w55mwWm6slUHDdd6zamFOvfUBzu0EE2D3hnMnL6rebjQy+TXy5J0MAHokpMoldHCgfrOnr9Nj8orntGVDV8waIyMekEV55dbPFspW/skDE9Hq2d+NL1U5sDg57P4QzrKJ12msvFyed4wih+YFvhAUX419VKYzjQsj+XMqnsem0oOktpNoKENrOQM6GmNZSGG+Kjgg1XfybRNvEUN6mkBnbJH+SZCM0h/rNnluJItLjXiGG4ExZoKRdSOgb9ugjSSkTOu/x2tgdroKbtZhlYAbEuYCRugPfK/wCWmn6RfLfGjwDvbII7HHbjQ05vYe6BpbIERJhv5uSIg9YCJrunasEBHDG0C3wNWoEdeTwEE8YdFFbX2PiI21TT8FBD3ketLntgPOycya+Il2jBc51I1dQ7aA11E433YtCQyQVpV0Mywhy3Ra6t5nnOjyfG0DGwIrl5YqUgwah44dh96go9X2k75nLguD5q4bXE36th36x6VXp/4SBQg/15EWJhV1cRA+ypuIXV5Tiyvi9cxHmkdW8APSBUWo1ow3O3Q35gF4OYJvwc0ndqf81OfmWEAjeazIJTdO8xqxr+0dtP4WZ/lv+a+T9xwVqhAje+c4AYS8l5Yr887RjCzZtpW1NJGzH35Zu6BtB4Yh4gdoBJiGrN/gC/tK/Wg=

16 changes: 16 additions & 0 deletions manala.accounts/.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 manala.accounts/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 manala.accounts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ include .manala/make/Makefile
########

ROLE = manala.accounts
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch debian.buster
1 change: 1 addition & 0 deletions manala.accounts/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
- accounts
Expand Down
16 changes: 16 additions & 0 deletions manala.alternatives/.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 manala.alternatives/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-06-05
### Changed
Expand Down
2 changes: 1 addition & 1 deletion manala.alternatives/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ include .manala/make/Makefile
########

ROLE = manala.alternatives
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch debian.buster
1 change: 1 addition & 0 deletions manala.alternatives/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
- alternatives
16 changes: 16 additions & 0 deletions manala.ansible/.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 manala.ansible/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.6] - 2018-11-15
### Changed
Expand Down
2 changes: 1 addition & 1 deletion manala.ansible/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ include .manala/make/Makefile
########

ROLE = manala.ansible
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch debian.buster
1 change: 1 addition & 0 deletions manala.ansible/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
- ansible
4 changes: 4 additions & 0 deletions manala.ansible/tests/0100_install.goss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ command:
dpkg -s ansible:
exit-status: 0
stdout:
{{ if eq .Env.DISTRIBUTION_RELEASE "wheezy" "jessie" }}
- "/^Version: .+-\\dmanala\\d+~{{ .Env.DISTRIBUTION_RELEASE }}\\d+$/"
{{ else }}
- "/^Version: \\d+/"
{{ end }}
ansible --version:
exit-status: 0
stdout:
Expand Down
Loading

0 comments on commit de3f487

Please sign in to comment.