Commit Graph

84 Commits (8d45deca86d7ecbaa66a14c6507c76fd0f08f0c3)

Author SHA1 Message Date
Sergey G. Brester 7f22c4873a
remove 2to3 in setup (should be called outside before setup)
3 years ago
sebres a107a8e7d2 setup.py: cherry-pick from 0.11 (option --without-tests)
4 years ago
sebres 7bf5980def no root option if testing within virtualenv (fixed now).
7 years ago
sebres eac80966c5 Fix scripts-root within `fail2ban.service` (relative install root-base directory).
7 years ago
sebres e3b061e94b - `files/fail2ban.service` renamed as template to `files/fail2ban.service.in`;
7 years ago
sebres 0ae932ba5e setup fix for python3, bypass directories (__pycache__) created after ignore command was tested
8 years ago
sebres 83029b89b9 amend to 2e530fcf72c9e9bae321b37b625728bf9f88f71b: setuptools compatibility fix - just to be sure if install_scripts will be incompatible tomorrow
8 years ago
sebres 2e530fcf72 setuptools compatibility fix
8 years ago
sebres 461e9bab56 better handling of setup in test-cases (prevent execution of 2to3 twice, full logging in heavydebug, etc.)
8 years ago
sebres d71a525a85 Merge branch 'master' into 0.10 (resolve conflicts and cleaning tree points after back-porting gh-1508 0.10 -> 0.9)
8 years ago
sebres db30b7ce06 BF: prefer sys.argv[0] by retrieving of root resp. bin path: __file__ seems to be overwritten sometimes on some python versions (e.g. bug of 2.6 by running under cProfile, etc.)
8 years ago
sebres 6cdc1ce685 compatibility fix (virtualenv, running test cases in py3)
8 years ago
sebres 38d53a72fd introduces new command "fail2ban-python", as automatically created symlink to python executable, where fail2ban currently installed (resp. its modules are located);
8 years ago
sebres c8e7c1f7f4 BF: prefer sys.argv[0] by retrieving of root resp. bin path: __file__ seems to be overwritten sometimes on some python versions (e.g. bug of 2.6 by running under cProfile, etc.)
8 years ago
sebres 08af8de981 compatibility fix (virtualenv, running test cases in py3)
8 years ago
sebres 77f451c4a3 introduces new command "fail2ban-python", as automatically created symlink to python executable, where fail2ban currently installed (resp. its modules are located);
8 years ago
Yaroslav Halchenko 9d70c49ea8 BF: install doc files only under Linuxes and other GNU systems (Closes #1233) (#1503)
8 years ago
Alexander Koeppe 975608dfb6 no hardcoded python interpreter path
9 years ago
Yaroslav Halchenko 776322cea3 BF: realpath for /var/run/fail2ban Closes #1142
9 years ago
Lee Clemens 1ebea39ec5 Merge pull request #1068 from yarikoptic/enh/var-run-fail2ban
10 years ago
Lee Clemens 7667712909 Fix pep8 E401 multiple imports on one line
10 years ago
Yaroslav Halchenko 2d9ece2d04 BF: 'create' /var/run/fail2ban on systems with /var/run
10 years ago
Lee Clemens 38415d2cf1 Add trailing comma back to list
10 years ago
Lee Clemens af078532ac New jail: apache-fakegooglebot
10 years ago
Deyuan Deng 5e9619d4a4 Clean up setup.py
11 years ago
Steven Hiscocks 41cbbbc248 BF: Remove unused imports and variables.
11 years ago
Steven Hiscocks 3990a19fc7 BF: Remove "/var/run/fail2ban" from setup.py
11 years ago
Daniel Black 4b2d8a8e51 BF: include test data
11 years ago
Daniel Black ce586b6e16 PKG: Documentation files
11 years ago
Steven Hiscocks 5630c56c75 ENH: Change logging levels and make info more verbose
11 years ago
Steven Hiscocks 8221c7ca71 TST+BF: Add tests for python actions, including test for smtp.py
11 years ago
Steven Hiscocks 80d6f74ee8 RF: Refactor actions further, include removing server proxy interface
11 years ago
Steven Hiscocks f37c90cdba ENH: Python based actions
11 years ago
Steven Hiscocks bbadef847b ENH: Add fail2ban persistent data storage
11 years ago
Daniel Black 1f1a56174f MRG: merge from master
11 years ago
Orion Poplawski 71317332ec Install empty /etc/fail2ban/fail2ban.d directory
11 years ago
Orion Poplawski d3ce9e860f Install empty /etc/fail2ban/jail.d directory
11 years ago
Daniel Black 04ff9450b5 BF: testcases is a package that needs to be installed. Thanks to Michael Danko on irc
11 years ago
Steven Hiscocks 774c9ce4fd BF: setup.py build now includes sample log files for tests
12 years ago
Yaroslav Halchenko b65205d4ad Merge branch 'master' into 0.9
12 years ago
Yaroslav Halchenko c5287e3d9c BF: Rename mentioning of README to README.md (Fixes #187)
12 years ago
Steven Hiscocks 6f3c66f466 ENH: Reimplement warning suppression of setup.py test --quiet
12 years ago
Steven Hiscocks 9d2d907fc1 BF: Remove warnings handler which breaks setup.py python2<2.7 and python3<3.2
12 years ago
Yaroslav Halchenko 7341031a30 ENH: use os.path.join for consistency -- add "Contributors" to authors
12 years ago
Steven Hiscocks f07a92f0f7 RF: setup.py now imports version number again
12 years ago
Steven Hiscocks 55810a3c30 TST+RF: Add ability to execute test from setup.py with setuptools
12 years ago
Steven Hiscocks 36097ffc3e DOC: Revert setup.py messages to use print statement
12 years ago
Steven Hiscocks fa0f8f9e6d Merge branch '0.9' into py3
12 years ago
Steven Hiscocks a33bf5baca ENH: setup.py now automatically runs 2to3 for python3.x
12 years ago
Steven Hiscocks 3a16ceed0a BF: Added test filter.d files to setup.py package data
12 years ago