mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-25 01:35:24 -07:00
Kaj Forney
582f5b5f5c
Former-commit-id: 09eacc3f3f761c2b3454d20356ba085d18bdb722 Former-commit-id: 89d8a1302bd2a72239fbe9ad9820be4ecda76cab
1.4 KiB
1.4 KiB
Changelog
master
- move
setup
task to.travis.yml
for travis tests - "merge" travis.yml and travis_for_plugins.yml files (no need to keep em separate)
- add more useful helper functions
- remove tmux-test repo as a submodule from self, this causes issues with
$ git submodule update --recursive --init
command that some users use for managing other plugins
v0.2.0, 2015-02-22
setup
script gitignorestests/helpers.sh
- move
tests/helpers.sh
totests/helpers/helpers.sh
setup
undo removes added lines from gitignore file
v0.1.0, 2015-02-22
- changes so that 'tmux-test' can be included with tmux plugins
- do not gitignore submodules directory
- add installation and usage instructions
- copy
.travis.yml
to the project root when runningsetup
script - add a brief mention of travis CI to the readme
- add test helpers
setup
script symlinks helpers file totests/
directorysetup
script can undo most of its actions- add a tmux scripting test
tmux-test
usestmux-test
to test itself- update
tmux-test
submodule - a different
travis.yml
fortmux-test
and for plugins
v0.0.1, 2015-02-21
- git init
- add vagrant provisioning scripts for ubuntu and debian
- add a ".travis.yml" file
- generic "run_tests" script
- "run_tests_in_isolation" script
- add "Vagrantfile"
- enable passing VM names as arguments to "run_tests" script