Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
siteconf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware
siteconf
Commits
3c899320
Commit
3c899320
authored
9 years ago
by
Johannes Rudolph
Browse files
Options
Downloads
Patches
Plain Diff
add sign
parent
3d80165b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!10
Citest
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
build/build-ar71xx-generic.sh
+1
-18
1 addition, 18 deletions
build/build-ar71xx-generic.sh
build/build-ar71xx-nand.sh
+1
-1
1 addition, 1 deletion
build/build-ar71xx-nand.sh
build/sign.sh
+3
-0
3 additions, 0 deletions
build/sign.sh
with
13 additions
and
19 deletions
.gitlab-ci.yml
+
8
−
0
View file @
3c899320
...
@@ -3,6 +3,7 @@ before_script:
...
@@ -3,6 +3,7 @@ before_script:
stages
:
stages
:
-
build
-
build
-
sign
-
deploy
-
deploy
ar71xx-generic
:
ar71xx-generic
:
...
@@ -19,6 +20,13 @@ ar71xx-nand:
...
@@ -19,6 +20,13 @@ ar71xx-nand:
script
:
script
:
-
bash build/build-ar71xx-generic.sh
-
bash build/build-ar71xx-generic.sh
sign
:
stage
:
deploy
tags
:
-
firmware
script
:
-
bash build/sign.sh
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
tags
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
build/build-ar71xx-generic.sh
+
1
−
18
View file @
3c899320
#!/bin/sh
#!/bin/sh
cpus
=
`
nproc
`
cpus
=
`
nproc
`
make update
make update
rm
-rf
./packages/ffnw
make
-dkj
$cpus
GLUON_BRANCH
=
nightly
GLUON_TARGET
=
ar71xx-generic
\ No newline at end of file
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
This diff is collapsed.
Click to expand it.
build/build-ar71xx-nand.sh
+
1
−
1
View file @
3c899320
...
@@ -4,4 +4,4 @@ cpus=`nproc`
...
@@ -4,4 +4,4 @@ cpus=`nproc`
make update
make update
make
-dkj
$cpus
GLUON_BRANCH
=
stable
GLUON_TARGET
=
ar71xx-nand
make
-dkj
$cpus
GLUON_BRANCH
=
nightly
GLUON_TARGET
=
ar71xx-nand
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
build/sign.sh
0 → 100644
+
3
−
0
View file @
3c899320
#!/bin/sh
ECDSA_PRIVAT_KEY
=
"d8b6b90da391e2b8fdf1fec1499539937a35abcea79f2c3c15ae2f9edb5c455f"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment