Commit graph

8 commits

Author SHA1 Message Date
Saivann
78da28ce3b Update build scripts with recent changes 2015-06-02 17:04:40 -04:00
Saivann
f0d111e2c4 Drop public stats 2015-05-05 09:55:55 -04:00
Saivann
a3734ecc20 Stats script: only rsync necessary logs to save disk space 2015-05-03 11:48:30 -04:00
David A. Harding
6a42d7b861
Backend: Makefile Targets For 'deployment' and 'travis'
* Set build server to use `make deployment`

* Create Makefile target for 'deployment' to update dependencies if
  necessary

* Set Travis CI to run `make travis`

* Create Makefile target for 'travis' to use additional automation logic
2015-04-12 14:24:32 -04:00
Saivann
6364f99419 Fix endless loop bug in build scripts 2015-04-11 10:32:08 -04:00
David A. Harding
c2bc8edff3
Revert changes to build script made in d954708ef 2015-03-19 15:01:55 -04:00
David A. Harding
d954708ef1
QA: Use HTML Proofer To Check Internal Links
Uses Ruby html-proofer to check the links.  This commit also fixes the
various problems it found, as well as dealing with some of its
non-problem complaints (it doesn't like anchor (a) tags without either
an href, name, or id).

Running HTML proofer takes about 12 minutes on my system (with up to two
threads), during which it prints no text. Travis CI times out after 10
minutes of nothing being written to stdout, so this commit also adds a
background process the Makefile to print a line every minute while make
runs.
2015-03-14 15:17:24 -04:00
Saivann
bd5a114cba Add script used to build and update website 2015-02-27 12:38:08 -05:00