Commit Graph

7 Commits

Author SHA1 Message Date
Conrad Lara - KG6JEI 751ab212f4 bugfix: ntpclient missing from firmware image
fixes AREDN->ticket:119
2015-06-18 21:54:30 -07:00
Conrad Lara - KG6JEI 47fa0e4b6d bugfix: Reduce file name length.
Reduce filename length by 15 characters at all time.  Help reduce problems with max name length for TPLink devices.

This will not solve all issues as our file name style of branch-buildnumber-8CharCommitID the releases can get long.

This will however allow the final build name for a release version to be under the max file length (for now)

ref AREDN->ticket:107
2015-05-24 14:55:37 -07:00
Darryl Quinn de5cfaf3bb bugfix: fix tests-prebuild.sh to work on OS X 2015-05-08 23:08:31 -05:00
Conrad Lara - KG6JEI 885e93b241 feature: Add scripts for generating images.
These scripts are intended to be run by Jenkins.

minimal/no error checking is done with these scripts at this time.

Some ENV variables needs to be set before executing these scripts.
2015-05-03 12:13:38 -07:00
Conrad Lara - KG6JEI 741bb65e4b Refactor pre-build test scripts to work with upcomming build scripts 2015-04-30 10:41:04 -07:00
Conrad Lara - KG6JEI b920402b1f build: Create test scripts for basic code quality
Test scripts run to ensure the programs will execute and report back into junit format for Jenkins reporting.

These scripts can be run manually outside of the build system to check code prior to commiting.

usrlocalbinshell requires that shellcheck be installed on the testing system.
2015-04-13 11:37:45 -07:00
Conrad Lara - KG6JEI 6d66446d12 Add shell2junit for use of creating junit reports of the tests.
NOTE: sh2ju is under the ASF2 license
2015-04-09 20:18:01 -07:00