Commit Graph

16 Commits

Author SHA1 Message Date
Julian Kornberger ddce710438 Simplify build.sh 2016-07-11 02:12:48 +02:00
Julian Kornberger 1edba526f5 Only build target ar71xx-generic 2016-07-08 15:39:14 +02:00
Martin Geno d60ba5ce2b fix build.sh if sh != dash 2016-07-02 15:51:26 +02:00
Martin Geno 270b86e520 fix build.sh (echo escaping on modern linux OS) 2016-06-28 12:17:50 +02:00
Jan-Philipp Litza e73e40d8e6 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 cc562c9153 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 d803afa91b Use readlink as alternative to realpath 2015-11-07 20:55:30 +01:00
Jan-Philipp Litza 22fdc9bab2 build.sh: Allow an aborted build process to resume 2015-08-30 16:44:44 +02:00
Jan-Philipp Litza a43aabdaf2 build.sh: Generate manifest with longer update span for stable 2015-08-26 21:54:01 +02:00
Moritz Kaspar Rudert (mortzu) fc69c784eb Added support for x86 target 2015-08-08 15:28:38 +02:00
Moritz Kaspar Rudert (mortzu) 113ba2b34c Fixed indention 2015-08-08 15:28:28 +02:00
Moritz Kaspar Rudert (mortzu) e0d05683c5 Added newline to gain more readability 2015-08-08 15:28:07 +02:00
Moritz Kaspar Rudert (mortzu) 0545d68e05 Changed shebang to generic one 2015-08-08 15:26:36 +02:00
Jan-Philipp Litza 4a6bffedfc Buildscript: Support --debug, calc # of threads dynamically 2015-08-04 10:04:52 +02:00
Jan-Philipp Litza 3386bdf2eb Fix version computation in build.sh 2015-08-01 11:45:12 +02:00
Jan-Philipp Litza 936d767f87 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