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
0065e977
Unverified
Commit
0065e977
authored
3 years ago
by
Ruben Barkow-Kuder
Browse files
Options
Downloads
Patches
Plain Diff
v2020.2.3
parent
769de7ae
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
make-release.sh
+1
-1
1 addition, 1 deletion
make-release.sh
release
+1
-1
1 addition, 1 deletion
release
site.mk
+1
-1
1 addition, 1 deletion
site.mk
with
4 additions
and
4 deletions
README.md
+
1
−
1
View file @
0065e977
...
...
@@ -7,7 +7,7 @@ https://gluon.readthedocs.org/en/latest/
Gluon Version auf der die Freifunk Nord Firmware basiert:
*
2020.2.
2
- Gluon v2020.2.x
*
2020.2.
3
- Gluon v2020.2.x
# Download der Firmware
...
...
This diff is collapsed.
Click to expand it.
make-release.sh
+
1
−
1
View file @
0065e977
...
...
@@ -15,7 +15,7 @@ set -u
set
-e
# if version is unset, will use the default version from site.mk
VERSION
=
${
3
:-
"2020.2.
2
~exp
$(
date
'+%y%m%d%H%M'
)
"
}
VERSION
=
${
3
:-
"2020.2.
3
~exp
$(
date
'+%y%m%d%H%M'
)
"
}
# branch must be set to either rc, nightly or stable
BRANCH
=
${
2
:-
"stable"
}
# must point to valid ecdsa signing key created by ecdsakeygen, relative to Gluon base directory
...
...
This diff is collapsed.
Click to expand it.
release
+
1
−
1
View file @
0065e977
2020.2.
2
-BUILD
2020.2.
3
-BUILD
This diff is collapsed.
Click to expand it.
site.mk
+
1
−
1
View file @
0065e977
...
...
@@ -3,7 +3,7 @@
# Always call `make` from the command line with the desired release version!
# otherwise this is generated:
#DEFAULT_GLUON_RELEASE := 2020.2.1
DEFAULT_GLUON_RELEASE
:=
2020.2.
2
~exp
$(
shell
date
'+%y%m%d'
)
DEFAULT_GLUON_RELEASE
:=
2020.2.
3
~exp
$(
shell
date
'+%y%m%d'
)
# Allow overriding the release number from the command line
GLUON_RELEASE
?=
$(
DEFAULT_GLUON_RELEASE
)
...
...
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