Improve Travis CI configuration using envs
Install test requires bash now
Fix building on Jessie (Jessie comes with apt uncapable to install DEB directly)
Jessie not Lenny! My memory sucks..
Travis CI - adds building and testing on Lenny
Merge pull request #1 from freenetis/fping-optimization
FPING optimization
New version 0.9.7 of freenetis-monitord.sh with optimization in FPING call.
Merge branch 'master' into fping-optimization
Merge pull request #2 from freenetis/travis-ci
Travis CI + tests
Adds Travis CI integration with tests which includes following tests:- building of DEB packages for Squeeze, Wheezy and Stretch,- package install for Wheezy and Stretch,- init.d base test on Wheezy and Stretch.
Travis CI - fix Stretch build
Travis CI - fix version getting (bash required)
Travis CI - build proper DEB package versions
Fix install script
Adds build state to README
Test install disable for Squeeze (repos not exists). And support for installation without apt
Test install on all supported debians and do less verbose log suring installation
Fix install test - ignoring confirmations during apt install
Fix docker run
Travis CI - adds install test with Docker.
Travis CI tries to install DEB in docker - fix install using apt-get relative path
Travis CI tries to install DEB in docker - fix install using apt-get
Travis CI tries to install DEB in docker - fix paths
Travis CI tries to install DEB in docker
Travis CI tries to map docker to build dir
Travis CI tries do start docker in script section
Travis CI uses addons for installing of fakeroot and lintian
Fix Travis CI - CD invalid path
Fix Travis CI and quit debianization on first failure
Fix debianization run.
Replace Travis CI config by dibianization process only.
First demo Travis CI config that should create DEB package for stretch.
Removes invalid added help param.
Release 0.9.6. Adds support for getting of version (fixes #640).
Adds files from the main FreenetIS repository and enhances DEB package.
Initial commit