Skip to content
Snippets Groups Projects
Commit 3c899320 authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

add sign

parent 3d80165b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ before_script:
stages:
- build
- sign
- deploy
ar71xx-generic:
......@@ -19,6 +20,13 @@ ar71xx-nand:
script:
- bash build/build-ar71xx-generic.sh
sign:
stage: deploy
tags:
- firmware
script:
- bash build/sign.sh
deploy:
stage: deploy
tags:
......
#!/bin/sh
cpus=`nproc`
make update
rm -rf ./packages/ffnw
git clone https://git.nordwest.freifunk.net/ffnw-firmware/packages.git ./packages/ffnw
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=ar71xx-generic
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=ar71xx-nand
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=mpc85xx-generic
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=x86-generic
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=x86-kvm_guest
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=x86-64
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=x86-xen_domu
\ No newline at end of file
make -dkj $cpus GLUON_BRANCH=nightly GLUON_TARGET=ar71xx-generic
\ No newline at end of file
......@@ -4,4 +4,4 @@ cpus=`nproc`
make update
make -dkj $cpus GLUON_BRANCH=stable GLUON_TARGET=ar71xx-nand
\ No newline at end of file
make -dkj $cpus GLUON_BRANCH=nightly GLUON_TARGET=ar71xx-nand
\ No newline at end of file
#!/bin/sh
ECDSA_PRIVAT_KEY="d8b6b90da391e2b8fdf1fec1499539937a35abcea79f2c3c15ae2f9edb5c455f"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment