Skip to content

Commit f56ba6a

Browse files
feat(semantic-release): standardise for this formula
1 parent 03b0f96 commit f56ba6a

File tree

10 files changed

+606
-121
lines changed

10 files changed

+606
-121
lines changed

.travis.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,34 +59,34 @@ jobs:
5959
# Make sure the instances listed below match up with
6060
# the `platforms` defined in `kitchen.yml`
6161
- env: INSTANCE=default-debian-10-master-py3
62-
- env: INSTANCE=default-ubuntu-1804-master-py3
63-
# - env: INSTANCE=default-centos-8-master-py3
64-
# - env: INSTANCE=default-fedora-31-master-py3
65-
# - env: INSTANCE=default-opensuse-leap-151-master-py3
62+
# - env: INSTANCE=default-ubuntu-1804-master-py3
63+
- env: INSTANCE=default-centos-8-master-py3
64+
- env: INSTANCE=default-fedora-31-master-py3
65+
- env: INSTANCE=default-opensuse-leap-151-master-py3
6666
# - env: INSTANCE=default-amazonlinux-2-master-py3
67+
# - env: INSTANCE=default-debian-10-3000-2-py3
68+
# - env: INSTANCE=default-debian-9-3000-2-py3
69+
# - env: INSTANCE=default-ubuntu-1804-3000-2-py3
70+
# - env: INSTANCE=default-centos-8-3000-2-py3
71+
# - env: INSTANCE=default-centos-7-3000-2-py3
72+
# - env: INSTANCE=default-fedora-31-3000-2-py3
73+
# - env: INSTANCE=default-opensuse-leap-151-3000-2-py3
74+
# - env: INSTANCE=default-amazonlinux-2-3000-2-py3
75+
# - env: INSTANCE=default-ubuntu-1804-3000-2-py2
76+
# - env: INSTANCE=default-ubuntu-1604-3000-2-py2
77+
# - env: INSTANCE=arch-arch-base-latest-3000-2-py2
6778
# - env: INSTANCE=default-debian-10-2019-2-py3
68-
- env: INSTANCE=default-debian-9-2019-2-py3
69-
- env: INSTANCE=default-ubuntu-1804-2019-2-py3
79+
# - env: INSTANCE=default-debian-9-2019-2-py3
80+
# - env: INSTANCE=default-ubuntu-1804-2019-2-py3
81+
# - env: INSTANCE=default-ubuntu-1604-2019-2-py3
7082
# - env: INSTANCE=default-centos-8-2019-2-py3
83+
# - env: INSTANCE=default-centos-7-2019-2-py3
7184
# - env: INSTANCE=default-fedora-31-2019-2-py3
7285
# - env: INSTANCE=default-opensuse-leap-151-2019-2-py3
73-
# - env: INSTANCE=default-centos-7-2019-2-py2
7486
# - env: INSTANCE=default-amazonlinux-2-2019-2-py3
87+
# - env: INSTANCE=default-centos-6-2019-2-py2
88+
# - env: INSTANCE=default-amazonlinux-1-2019-2-py2
7589
# - env: INSTANCE=default-arch-base-latest-2019-2-py2
76-
# - env: INSTANCE=default-fedora-30-2018-3-py3
77-
- env: INSTANCE=default-debian-9-2018-3-py2
78-
# - env: INSTANCE=default-ubuntu-1604-2018-3-py2
79-
# - env: INSTANCE=default-centos-7-2018-3-py2
80-
# - env: INSTANCE=default-opensuse-leap-151-2018-3-py2
81-
# - env: INSTANCE=default-amazonlinux-1-2018-3-py2
82-
# - env: INSTANCE=default-arch-base-latest-2018-3-py2
83-
# - env: INSTANCE=default-debian-8-2017-7-py2
84-
- env: INSTANCE=default-ubuntu-1604-2017-7-py2
85-
# - env: INSTANCE=default-centos-6-2017-7-py2
86-
# - env: INSTANCE=default-fedora-30-2017-7-py2
87-
# - env: INSTANCE=default-opensuse-leap-151-2017-7-py2
88-
# - env: INSTANCE=default-amazonlinux-1-2017-7-py2
89-
# - env: INSTANCE=default-arch-base-latest-2017-7-py2
9090

9191
## Define the release stage that runs `semantic-release`
9292
- stage: 'release'

.yamllint

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ignore: |
1212
node_modules/
1313
test/**/states/**/*.sls
1414
.kitchen/
15+
mongodb/osfamilymap.yaml
1516
mongodb/oscodemap.yaml
1617
mongodb/osmap.yaml
1718
@@ -29,9 +30,6 @@ rules:
2930
empty-values:
3031
forbid-in-block-mappings: true
3132
forbid-in-flow-mappings: true
32-
key-duplicates:
33-
ignore: |
34-
pillar.example
3533
line-length:
3634
# Increase from default of `80`
3735
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)

CODEOWNERS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
22

33
# SECTION: Owner(s) for everything in the repo, unless a later match takes precedence
4-
# **************************************************************************
5-
# *** NO GLOBAL OWNER(S) SPECIFIED ***
6-
# *** Ideally this will be defined for a healthy, well-maintained repo ***
7-
# **************************************************************************
84
# FILE PATTERN OWNER(S)
9-
* @NONE
5+
* @noelmcloughlin
106

117
# SECTION: Owner(s) for specific directories
128
# FILE PATTERN OWNER(S)

FORMULA

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: mongodb
2-
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
2+
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 0.19.1
4+
version: 0.2.2
55
release: 1
6-
minimum_version: 2017.7
6+
minimum_version: 2019.2
77
summary: mongodb formula
8-
description: Install and configure MongoDB products on GNU/Linux and MacOS
8+
description: Formula to install mongodb and configure it
99
top_level_dir: mongodb

docs/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,32 +53,32 @@ Available states
5353
:local:
5454

5555
``mongodb``
56-
^^^^^^^^^^^
56+
^^^^^^^^^
5757

5858
Metastate to deploy MongoDB products from packages and/or archive files.
5959

6060
``mongodb.server``
61-
^^^^^^^^^^^^^^^^^^
61+
^^^^^^^^^^^^^^^^
6262

6363
Deploy and configure MongoDB "Community Server" and start 'mongos' and 'mongod' services.
6464

6565
``mongodb.bic``
66-
^^^^^^^^^^^^^^^
66+
^^^^^^^^^^^^^
6767

6868
Deploy and configure MongoDB "Connector for BI" and start 'mongosqld' service.
6969

7070
``mongodb.compass``
71-
^^^^^^^^^^^^^^^^^^^
71+
^^^^^^^^^^^^^^^^^
7272

7373
Deploy Compass, the GUI for MongoDB
7474

7575
``mongodb.robo3t``
76-
^^^^^^^^^^^^^^^^^^
76+
^^^^^^^^^^^^^^^^
7777

7878
Deploy Robo 3T (formerly Robomongo), another GUI for MongoDB
7979

8080
``mongodb.clean``
81-
^^^^^^^^^^^^^^^^^
81+
^^^^^^^^^^^^^^^
8282

8383
Metastate to uninstall MongoDB products
8484

0 commit comments

Comments
 (0)