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
92603271
Commit
92603271
authored
3 years ago
by
chrissi^
Browse files
Options
Downloads
Patches
Plain Diff
Be more verbose about the state before building
parent
dae3b822
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
+11
-0
11 additions, 0 deletions
builder.sh
with
11 additions
and
0 deletions
builder.sh
+
11
−
0
View file @
92603271
...
...
@@ -76,6 +76,17 @@ rm -rf output/images
mkdir
-p
output
mkdir
-p
output/cmd
echo
"#######################################"
echo
"#######################################"
echo
Welcome! This is the Freifunk Braunschweig Gluon Bulder script. Nice to serve you
echo
- Building
for
the following GLUON_BRANCH:
\"
${
BRANCH
}
\"
echo
- The release will be tagged:
${
RELEASETAG
}
echo
- The release will be namend:
${
RELEASENAME
}
echo
- Bulding with
j
=
${
J
}
echo
- Debug-Config:
\"
{
$DEBUG
}
\"
echo
- Building
for
the following architectures:
${
ARCHITECTURES
}
echo
"#######################################"
echo
"#######################################"
# update toolchain to current release
make update
...
...
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