Skip to content
Snippets Groups Projects
Commit 56551d8f authored by rubo77's avatar rubo77
Browse files

add gluon-alt-esc package by @T-X

parent 91668784
No related branches found
No related tags found
No related merge requests found
......@@ -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 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
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment