For example when building 3.17.1.0b01 for Ubiquiti devices
packages would be found at:
http://downloads.aredn.org/releases/3/17/3.17.1.0b01/ar71xx/generic/packages/
This makes BUILD_SET_VERSION setable only for release builds
and not snapshots or development builds.
Change-Id: Ie6218c5e935c48475ed77023131314a7bef890ef
olsrd-watchdog can trigger when the olsrd service is restarted
Such as when a tunnel comes up, or when a config change is
made to olsrd.
procd already monitors olsrd and makes sure it remains running.
With procd we no longer need olsrd-watchdog and can remove it.
fixes AREDN->ticket:215
Change-Id: I5067d380a22bd0ab5e597746478ef3e1ba05d72d
Inside the source files the word "contained" was mispelled
as "conained"
The website currently lists this correctly as "contained"
This was an error in the intial stamping of the source files in
changeset:5c3ee1d0686c6e6f2907fe4fc393d86d6c5a69b5/aredn_ar71xx
Line is part of "Additional Conditions" permitted by GPLv3.
Line does not impact coders prior to the AREDN setup date
as it was added by the AREDN team.
Change-Id: I3bc09aea548100f35c08aebe8686b8d4808d56d8
Signed-off-by: Conrad Lara - KG6JEI <KG6JEI@amsat.org>
Signed-off-by: Joe Ayers <ae6xe@arrl.net>
Signed-off-by: Darryl Quinn <k5dlq@arrl.net>
Signed-off-by: Trevor Paskett - K7FPV <snoopytjp@gmail.com>
After Change-Id: I4ac2a7aa903fb0d86f9a5200a4160e5028352fdd the build
version is being put into the middle of the file name.
Change-Id: I36c0d9b4c5bc509f45f3a8861bbfc1e97fea3f46
Parent options were not enabled in kconfig for setting the version
information in the buildroot.
In addition the release version strings need to be quoted to
be processed.
Change-Id: I4ac2a7aa903fb0d86f9a5200a4160e5028352fdd
Introduced in changeset:48452725543d70dedc183f54d645f9551158c48e/aredn_ar71xx
(Change-ID of I693bed9fb2a4f7ee1471a8dbf440bbd391d3e783)
when using the feeds file we don't want "origin/develop" (used in Jenkins elsewhere) just "develop"
Strip off the prefix to correct.
Change-Id: I847b0878bf591eba81e7896dd6a099d0be3bfe3c
This is intended for the Gerrit buildbot's use only.
When environment variable $GERRIT_PROJECT=aredn_packages
Assumptions:
$BUILDROOTBASE/../aredn_packages exists.
The changeset/refspec/patchset_revision has already been checked out into this aredn_pacakges folder
$GERRIT_PATCHSET_REVISION is set.
When GIT_BRANCH is set and not on aredn_packages gerrit project ensure aredn_packages is checked out
as above or system may fallback to sane defaults.
Change-Id: I693bed9fb2a4f7ee1471a8dbf440bbd391d3e783
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
Set the openwrt build version to be the version of AREDN.
We don't currently use the OpenWRT version anywhere
This will be useful for implementing /etc/banner version tagging
Change-Id: I484564d28ae2f2e9f6017c038efe288bf1809ce1
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
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.