Implement goalloc.
[goaljobs.git] / README
1 Goaljobs is a make & cron replacement and business rules manager.
2
3 It's an enhancement and replacement for 'whenjobs'.
4
5 To find out how to use it, read the documentation, look at the
6 examples/ directory, and read the series of tutorials on my blog:
7 http://rwmj.wordpress.com/tag/goaljobs/
8
9 To build, make sure you have all the requirements (see configure.ac)
10 and then:
11
12   autoreconf -i   # if building from git only
13   ./configure
14   make
15   make check
16
17 Send patches to rjones@redhat.com.
18
19 The license is GNU General Public License v2 or above.  See COPYING
20 for more details.