Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nord Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Freifunk Nord
Nord Site
Commits
95399710
Commit
95399710
authored
8 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
group targets to not to build ONLY_11S routers
parent
bef739f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make-release.sh
+8
-3
8 additions, 3 deletions
make-release.sh
with
8 additions
and
3 deletions
make-release.sh
+
8
−
3
View file @
95399710
...
...
@@ -18,7 +18,7 @@ SIGNING_KEY=${1:-"../ecdsa-key-secret"}
#BROKEN must be set to "" or "BROKEN=1"
BROKEN
=
""
cd
..
cd
..
/
if
[
!
-d
"site"
]
;
then
echo
"This script must be called from within the site directory"
exit
...
...
@@ -37,7 +37,12 @@ echo "tail -f ../build.log &"
sleep
3
#rm -r output
for
TARGET
in
ar71xx-generic ar71xx-mikrotik ar71xx-nand brcm2708-bcm2708 brcm2708-bcm2709 mpc85xx-generic ramips-rt305x sunxi x86-64 x86-generic x86-kvm_guest x86-xen_domu
ONLY_11S
=
ramips-rt305x ramips-mt7621
BANANAPI
=
sunxi
RASPBPI
=
brcm2708-bcm2708 brcm2708-bcm2709
X86
=
x86-64 x86-generic x86-kvm_guest x86-xen_domu
WDR4900
=
mpc85xx-generic
for
TARGET
in
ar71xx-generic ar71xx-mikrotik ar71xx-nand
$WDR4900
$RASPBPI
$BANANAPI
$X86
do
date
>>
build.log
if
[
-z
"
$VERSION
"
]
...
...
@@ -100,5 +105,5 @@ then
contrib/sign.sh
$SIGNING_KEY
output/images/sysupgrade/stable.manifest
>>
build.log 2>&1
fi
cd
site
date
>>
build.log
date
>>
../
build.log
echo
"Done :)"
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