prepare linux/openbsd split

This commit is contained in:
Jérémy Lecour 2022-08-29 16:30:01 +02:00 committed by Jérémy Lecour
parent 75f8a55e9b
commit cb8d8fa738
8 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,4 @@ steps:
- name: run shellcheck on evocheck.sh
image: evolix/shellcheck
commands:
- LC_ALL=C.UTF-8 shellcheck evocheck.sh
- LC_ALL=C.UTF-8 shellcheck linux/evocheck.sh

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.vagrant
tmp
*.swp
.DS_Store

View File

@ -4,6 +4,7 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
## [Unreleased]
### Added
* IS_AUTOIF: add support for /etc/network/interfaces.d
### Changed

View File