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
56551d8f
Commit
56551d8f
authored
7 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
add gluon-alt-esc package by @T-X
parent
91668784
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
make-release.sh
+2
-2
2 additions, 2 deletions
make-release.sh
modules
+4
-1
4 additions, 1 deletion
modules
site.mk
+6
-1
6 additions, 1 deletion
site.mk
with
12 additions
and
4 deletions
make-release.sh
+
2
−
2
View file @
56551d8f
...
...
@@ -15,8 +15,8 @@ set -u
set
-e
# if version is unset, will use the default experimental version from site.mk
#VERSION=${3:-"2017.1.
2
~exp$(date '+%y%m%d%H%M')"}
VERSION
=
${
3
:-
"2017.1.
2
~exp$"
}
#VERSION=${3:-"2017.1.
3
~exp$(date '+%y%m%d%H%M')"}
VERSION
=
${
3
:-
"2017.1.
3
~exp$"
}
# branch must be set to either experimental, beta 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.
modules
+
4
−
1
View file @
56551d8f
# This file allows specifying additional repositories to use
# when building gluon.
GLUON_SITE_FEEDS='ffki eulenfunk ssidchanger roamguide'
GLUON_SITE_FEEDS='ffki eulenfunk ssidchanger roamguide
alt
'
# the git repository from where to clone the package feed
PACKAGES_FFKI_REPO=git://github.com/freifunk-kiel/ffki-packages.git
PACKAGES_EULENFUNK_REPO=https://github.com/Freifunk-Nord/eulenfunk-packages
PACKAGES_SSIDCHANGER_REPO=https://github.com/freifunk-nord/gluon-ssid-changer.git
PACKAGES_ROAMGUIDE_REPO=https://github.com/sargon/roamguide
PACKAGES_ALT_REPO=https://github.com/rubo77/gluon-alt-esc
# the version/commit of the git repository to clone
PACKAGES_FFKI_COMMIT=dbdb93629d4cf8e135448885483613385481cdaa
PACKAGES_EULENFUNK_COMMIT=a4be61c88e4628d3f039510c86cd20fe7f417261
PACKAGES_SSIDCHANGER_COMMIT=c6dc54f7d42f0871372df4dbbbe0dfffe7d56c51
PACKAGES_ROAMGUIDE_COMMIT=491e2acb48e72ae4d0d22476efa51eb6c0c7970b
PACKAGES_ALT_COMMIT=796302e274495564549fd43a237552f992fd51df
# the branch to check out
PACKAGES_FFKI_BRANCH=lede
PACKAGES_EULENFUNK_BRANCH=lede
PACKAGES_SSIDCHANGER_BRANCH=lede
PACKAGES_ROAMGUIDE_BRANCH=lede
PACKAGES_ALT_BRANCH=master
This diff is collapsed.
Click to expand it.
site.mk
+
6
−
1
View file @
56551d8f
...
...
@@ -38,10 +38,15 @@ GLUON_SITE_PACKAGES += \
gluon-config-mode-ppa
\
gluon-config-mode-hostname-no-pretty
# from T-X alt-esc package:
GLUON_SITE_PACKAGES
+=
\
gluon-alt-esc-client
\
gluon-alt-esc-provider
# Always call `make` from the command line with the desired release version!
# otherwise this is generated:
#DEFAULT_GLUON_RELEASE := 2017.1.3~exp$(shell date '+%y%m%d%H%M')
DEFAULT_GLUON_RELEASE
:=
2017.1.3
DEFAULT_GLUON_RELEASE
:=
2017.1.3
~exp
# 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