Commit Graph

24 Commits

Author SHA1 Message Date
genofire eb9e6de0bf feat(gluon): update to 2021.1.2 2022-07-23 14:27:24 +02:00
genofire ab53cf479f build.sh: GLUON_TARGETS without if 2020-08-09 18:35:44 +02:00
Jan-Philipp Litza 4fde1149dc build.sh: Comply with shellcheck 2019-12-16 21:39:08 +01:00
Martin/Geno a76a2e6fca make count of jobs hackable by env 2019-09-12 22:44:24 +00:00
Martin/Geno 7607080f4d build.sh: force manifest symlink for overwrite on rebuild 2018-02-02 21:35:24 +01:00
Martin/Geno 4a90a462a7 build.sh: remove make clean for lede
keep rebuilded toolchain
2018-02-02 21:35:24 +01:00
Jan-Philipp Litza 9427a5bf17 build.sh: generate target list by `make list-targets` 2017-10-15 17:29:06 +02:00
Jan-Philipp Litza 9ac68a0a92 Build images for target x86-64 2017-04-08 11:28:24 +02:00
Jan-Philipp Litza 72e2ef0378 build.sh: Add manifest symlinks for nightly and very old firmwares 2017-03-05 00:59:14 +01:00
Jan-Philipp Litza b6f087ab9d Rewrite build.sh, set GLUON_BRANCH in site.mk, update README 2017-02-23 16:25:38 +01:00
Jan-Philipp Litza d214b70ab2 Add BRANCH=nightly to testing manifest if autosigning with nightly key
This makes the manifest actually usable for nightly nodes, whereas currently
it's ignored because it doesn't contain that line.
2016-12-14 22:18:09 +01:00
Simon Joda Stößer 4979b6308e change build.sh to now autosign testing.manifest 2016-11-09 17:36:19 +01:00
Jan-Philipp Litza 274ec0ac9e build.sh: Rework branch concept
We only build "stable" images now and push them first to the testing
branch and then to the stable branch. Thus, the versioning should always
be based on the newer of the two branches, stable and testing. A
paramter isn't needed anymore.

This closes #15 and #14.
2016-02-11 22:36:54 +01:00
Oliver Gerlich ab5f31c519 build.sh: use correct manifest path for signing
Looks like this was changed in Gluon 2016.1 .
2016-02-11 21:48:32 +01:00
Jan-Philipp Litza aa8297ff1b Use readlink as alternative to realpath 2015-11-07 20:55:30 +01:00
Jan-Philipp Litza 20e5467cf0 build.sh: Allow an aborted build process to resume 2015-08-30 16:44:44 +02:00
Jan-Philipp Litza 7782f27891 build.sh: Generate manifest with longer update span for stable 2015-08-26 21:54:01 +02:00
mortzu ae3a21fdf7 Added support for x86 target 2015-08-08 15:28:38 +02:00
mortzu fe40afcbd2 Fixed indention 2015-08-08 15:28:28 +02:00
mortzu 9c84727223 Added newline to gain more readability 2015-08-08 15:28:07 +02:00
mortzu 0f13efe593 Changed shebang to generic one 2015-08-08 15:26:36 +02:00
Jan-Philipp Litza 0996185154 Buildscript: Support --debug, calc # of threads dynamically 2015-08-04 10:04:52 +02:00
Jan-Philipp Litza 793cca225d Fix version computation in build.sh 2015-08-01 11:45:12 +02:00
Jan-Philipp Litza 9db62bf499 Added rather simplistic build script
This script takes the intended branch, "testing" or "stable", as the single
parameter. It then tries to autodetermine the correct release name, builds
gluon for the corresponding branch and all supported platforms (excluding
x86*), and optionally signs it if an ecdsutils keyfile is found (standard path:
~/.ecdsakey)
2015-07-02 17:22:58 +02:00