Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philippe
FFS Gluon site
Commits
6c395da1
Commit
6c395da1
authored
5 years ago
by
nrbffs
Browse files
Options
Downloads
Patches
Plain Diff
add gluon as submodule
parent
891877d7
Branches
nrbffs/ci-cache-only-dl
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
buildall.sh
+28
-0
28 additions, 0 deletions
buildall.sh
gluon
+1
-0
1 addition, 0 deletions
gluon
site.mk
+1
-1
1 addition, 1 deletion
site.mk
with
33 additions
and
1 deletion
.gitmodules
0 → 100644
+
3
−
0
View file @
6c395da1
[submodule "gluon"]
path = gluon
url = https://github.com/freifunk-stuttgart/gluon.git
This diff is collapsed.
Click to expand it.
buildall.sh
0 → 100755
+
28
−
0
View file @
6c395da1
#!/bin/bash
set
-eu
set
-o
pipefail
build_date
=
$(
date
+%Y-%m-%d
)
branch
=
nightly
TARGETS
=(
ar71xx-generic
ar71xx-nand
ar71xx-tiny
brcm2708-bcm2708
brcm2708-bcm2709
ipq40xx
mpc85xx-generic
ramips-mt7620
ramips-mt76x8
# ramips-rt305x # build fails
x86-64
x86-generic
x86-geode
)
for
target
in
${
TARGETS
[@]
}
;
do
echo
Building
$target
make
-C
gluon
GLUON_TARGET
=
$target
-j5
BUILD_DATE
=
$build_date
GLUON_BRANCH
=
$branch
GLUON_SITEDIR
=
../
done
This diff is collapsed.
Click to expand it.
gluon
@
69b3087b
Subproject commit 69b3087b7d5a59ff0d3dadce7294744ce84b89b4
This diff is collapsed.
Click to expand it.
site.mk
+
1
−
1
View file @
6c395da1
...
...
@@ -65,7 +65,7 @@ DEFAULT_BUILD_DATE := $(shell date '+%Y-%m-%d')
BUILD_DATE
?=
$(
DEFAULT_BUILD_DATE
)
DEFAULT_GLUON_RELEASE
:=
1.5+
$(
BUILD_DATE
)
-g
.
$(
shell git
-C
$(
GLUON_SITEDIR
)
/
../
log
--pretty
=
format:
'%h'
-n
1
)
-s
.
$(
shell git
-C
$(
GLUON_SITEDIR
)
log
--pretty
=
format:
'%h'
-n
1
)
DEFAULT_GLUON_RELEASE
:=
1.5+
$(
BUILD_DATE
)
-g
.
$(
shell git
-C
$(
GLUON_SITEDIR
)
/
gluon
log
--pretty
=
format:
'%h'
-n
1
)
-s
.
$(
shell git
-C
$(
GLUON_SITEDIR
)
log
--pretty
=
format:
'%h'
-n
1
)
GLUON_LANGS
:=
de en
...
...
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