Commit Graph

7 Commits

Author SHA1 Message Date
Robert Quattlebaum 059763bfcc travis: Update travis to do a make distcheck instead of just make check (#46)
* travis: Do a `make distcheck` instead of just `make check`

Doing a `make distcheck` instead of just a `make check` ensures that
the build system is sane and that the results from `make dist` have
everything needed.

* build-system: Fixes for `make distcheck`

This commit fixes the `distcheck` target by addressing the following
issues:

 *  Repaired ability to perform builds when the build directory is not
    the source directory.
 *  Addressed an issue with the tarball name that occurs the very
    first time `make` is run.
2016-05-19 13:34:40 -07:00
Marcin K Szczodrak 99870fae01 adjust license text width (#22) 2016-05-12 22:39:11 -07:00
Jonathan Hui 2e3f3b9c01 Add note about using default parameter settings. (#20) 2016-05-11 21:49:12 -07:00
Jonathan Hui 3c6d23d7ba Fix README to match CLI example output (#10) 2016-05-11 16:18:11 -07:00
Wei Wang 337571aebb fix unused stack variable and code cleanup (#13)
LGTM.  Thanks, @weivincewang !
2016-05-11 15:45:40 -07:00
Jonathan Hui dd9d6e6517 Fix typo in README.md (#1)
The returned 'state' value for Node 2 should be 'router' instead of 'leader'.
2016-05-11 11:36:47 -07:00
Jonathan Hui 4f9945c533 Initial commit 2016-05-10 22:49:53 -07:00