Commit Graph

26 Commits (5dae68ca0a8fa26aa537dd8a4c2ca36f337de9ae)

Author SHA1 Message Date
sobolevn 22d994c372 Adds alpine tests 3 years ago
sobolevn 6be7bdc1d3 Adds lint 3 years ago
Josh Rabinowitz f14804254c
Upgrade ansible to 2.9.2 (#571)
* upgrade ansible to 2.9.2
* Temporarily disable alpine builds because of #569
5 years ago
Josh Rabinowitz b7741a0ade
Issue487 fedora buids (#511)
* use python3 and pip3

* upgrade to ansible 2.8.4

* set ansible_python_interpreter

* fix: enable debian sources when haven't found them

* updates to changelog
5 years ago
Josh Rabinowitz 70fd1bcd80
Revert "Re enable testing on travis windows (#423)" (#425)
This reverts commit 9b83d9cee6.
6 years ago
Josh Rabinowitz 9b83d9cee6
Re enable testing on travis windows (#423)
* re-enable testing on windows with travis
* add diagnostic/debug output
6 years ago
Josh Rabinowitz 7a730e4a4f
do lint/shellcheck tests on travis mac builds (#415)
* perform lint/shellcheck tests on travis mac builds
* move osx builds first in travis
* install shellcheck on macos
* show if the lint test passed or failed
* don't have travis install ruby 2.6 on osx for now
6 years ago
Jonas Karlsson 54f74ede6a Fix for windows (#375)
* add test for travis-ci windows support
* Make 'ps' command options platform specific *nix/windows
* Add _clean_path for windows,  apply to all homedir input arguments
* export GITSECRET_DIST="windows" in git hook if running windows
* Bash lint fixes
6 years ago
Josh Rabinowitz 8adb7d5741
Revert "use pgrep & kill $pid, not ps+gawk+regex+system+kill (#400)" (#405)
This reverts commit a2a9bd32ba.
6 years ago
Josh Rabinowitz a2a9bd32ba
use pgrep & kill $pid, not ps+gawk+regex+system+kill (#400)
* use pgrep & kill, not ps+gawk+regex+system+kill
* install shellcheck and enable lint on macos/brew.
* add shellcheck fixes and exception
* reorder CHANGELOG entries
6 years ago
Josh Rabinowitz 711a6889c3
travis-ci changes: remove ansible v2.3, fix brew build issue
* remove ansible avm v2.3 pip install
* work around perlbrew/build issue #305 with 'brew update' before installs
6 years ago
Carlos Hernandez 1d5fdd3031
Fixing issue #302 6 years ago
Carlos Hernandez 048040dd3c
Fix bundler 2.0 issues: https://docs.travis-ci.com/user/languages/ruby/ 6 years ago
Josh Rabinowitz 937a2c8d9d v2.5 fix error: 'failed to validate the SSL certificate for api.github.com:443'
that we see only with 'gnupg-git-[debian|ubuntu]' kitchen configs
  with ansible < 2.5.0.0
7 years ago
Josh Rabinowitz 884c6afc36 fix for python InsecurePlatformWarning error 7 years ago
Carlos Hernandez 954d3a17fe Debugging macos 7 years ago
Carlos Hernandez 4bb52bd947 gnupg no longer needs to be installed on macos 7 years ago
Carlos Hernandez 41558c522c Fix macOSX 7 years ago
Carlos Hernandez 1f5e7bfb1e Trying to fix macos tests 7 years ago
Carlos Hernandez bf686a13ad Changing travis tests to kitchen 7 years ago
sobolevn 1e748a3c54
CONTRIBUTING.md added 8 years ago
sobolevn 7b7289b570
travis final fix 8 years ago
sobolevn 66b326a077
travis final fix 8 years ago
sobolevn e87efeb3c0
refactored all src folder 8 years ago
sobolevn 67218994f3
refactored all src folder 8 years ago
sobolevn 8b1a01f1f6
This commit is pretty large. A lot of changes.
The full list of changes:
1. Added `.docker/` folder with Dockerfiles
2. Now `travis` runs integrational tests inside these containers
3. Now `travis` runs tests with `mac os x`
4. Now there are new ways to autodeploy `deb` and `rpm` packages
5. Fixed some issues
6. Also added `.ci/` folder, where utility scripts for travis are stored
7. Moved `git-hooks` into the separate folder: `utils/hooks/`
8. Added new target to the `Makefile`
9. `.gitignore` is updated to ignore `build/` folder and inner files
8 years ago