Commit Graph

7 Commits

Author SHA1 Message Date
Philip Whineray
0ec7817b99 Enable automated testing
Rename unittest directory to tests to be more standard
Install all required packages rather than placeholders
Get a suitable version of "unshare"
2016-11-27 12:43:26 +00:00
Philip Whineray
f306806a93 Eliminate tarball Makefile dependency on README.md 2016-03-20 10:19:56 +00:00
Philip Whineray
633f4653c7 Clean up packaging
Use configure.ac to maintain version number
Remove redundant NEWS (ChangeLog) and AUTHORS (THANKS) files
Move hooks to their own directory
Rename README to README.md to format nicely on github
Generate README for tar by removing git specifics from README.md
Automate tagging when -rc or final version set in configure.ac
Improve pre-commit checking
2015-11-27 23:56:11 +00:00
Philip Whineray
e5f50e24b9 Install the ipsets website data 2015-11-11 23:03:44 +00:00
Phil Whineray
e56d1121ec Include contrib directory in distribution 2015-10-10 10:10:12 +01:00
Phil Whineray
d0f05d72f7 Implement version numbers
Using a combination of git attributes, ident and export-subst.
  - Scripts use Format: to emit tag or commit when exported
    or file Id if direct from git
  - configure script uses same mechanisms but cannot do a make dist
  - Brought bolierplate in line for both scripts
2013-10-28 20:06:21 +00:00
Phil Whineray
f4f8500305 Move to autotools
- Can still be installed just by copying firehol/firehol.in
 - CVS versions will not work any longer, so now following
   http://semver.org/
 - Git commit hooks included to enforce version numbering
   across the various files, NEWS, ChangeLog, configure.ac and
   sbin/firehol.in
 - Replace HTML website copy with DocBook manual
2013-10-15 22:25:17 +01:00