Commit Graph

5 Commits

Author SHA1 Message Date
Conrad Lara - KG6JEI 579692d15d bugfix: Correct final output image file name.
After Change-Id: I4ac2a7aa903fb0d86f9a5200a4160e5028352fdd the build
version is being put into the middle of the file name.

Change-Id: I36c0d9b4c5bc509f45f3a8861bbfc1e97fea3f46
2016-12-21 23:12:32 -08:00
Conrad Lara - KG6JEI a219802d5b build: Remove cleanup stage
Remove the cleanup stage from the build files.

The build server should clear these files on its own steps
independent of the image creation process.  There are often times
with local development where having to rebuild the entire system
base doesn't make sense.

Change-Id: Idd621b29a3f35fafb21c872a01af6a055aa63584
2016-07-08 15:58:03 -07:00
Conrad Lara - KG6JEI bbf5a70052 bugfix: buildsteps scripts if checks rework
Checks for BUILD_SET_VERSION use wrong bracket type
OSTYPE check wasn't portable to Ubuntu

Change-Id: I0183f3beae068b8524dc4dff411203fdb3878e94
2016-05-30 12:54:39 -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
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