Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gluon-builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
gluon-builder
Commits
e9e103f0
Commit
e9e103f0
authored
5 years ago
by
Chris Fiege
Browse files
Options
Downloads
Patches
Plain Diff
Current state of builder
Signed-off-by:
Chris Fiege
<
c.fiege@pengutronix.de
>
parent
acbcd790
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
builder.sh
+7
-12
7 additions, 12 deletions
builder.sh
with
7 additions
and
12 deletions
builder.sh
+
7
−
12
View file @
e9e103f0
...
...
@@ -27,16 +27,11 @@ ARCHITECTURES=( ar71xx-tiny\
#ARCHITECTURES=( x86-64 )
#BRANCH=stable
#BRANCH=unbranded_stable
BRANCH
=
experimental
#
BRANCH=beta
#
BRANCH=experimental
BRANCH
=
beta
# prepare needed strings
GLUONVERSION
=
$(
git describe
--tags
|
cut
-d
"-"
-f
1
)
if
[[
$GLUONVERSION
=
"ffbs"
*
]]
;
then
:
else
GLUONVERSION
=
ffbs
${
GLUONVERSION
}
fi
GLUONVERSION
=
$(
git describe
--tags
)
SITECOMMIT
=
$(
cd
site
;
git log
-1
--format
=
"%H"
)
ARCHSTRING
=
multiarch
if
[
"
${#
ARCHITECTURES
[@]
}
"
-eq
"1"
]
;
then
...
...
@@ -47,12 +42,12 @@ RELEASETAG=${GLUONVERSION}_${BRANCH}_${ARCHSTRING}_$(date '+%Y%m%d-%H%M')_${SITE
echo
$RELEASETAG
#
DEBUG="V=s"
DEBUG
=
""
DEBUG
=
"V=s"
#
DEBUG=""
# Days until the autoupdater makes sure that the new vesion gets installed
# (maybe define based on the branch?)
PRIO
=
2
PRIO
=
0
# prepare site.conf from template
if
[
-f
site/site.conf
]
;
then
...
...
@@ -83,7 +78,7 @@ do
# Doing the Build
# ###############
make all
GLUON_TARGET
=
$ARCHITECTURE
$DEBUG
-j
24
GLUON_RELEASE
=
${
RELEASENAME
}
GLUON_BRANCH
=
$BRANCH
GLUON_PRIORITY
=
$PRIO
GLUON_ATH10K_MESH
=
ibss
make all
GLUON_TARGET
=
$ARCHITECTURE
$DEBUG
-j
1
GLUON_RELEASE
=
${
RELEASENAME
}
GLUON_BRANCH
=
$BRANCH
GLUON_PRIORITY
=
$PRIO
GLUON_ATH10K_MESH
=
ibss
echo
Exiting with Code
$?
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