Skip to content
Snippets Groups Projects
Commit 4e53a1af authored by Tarnatos's avatar Tarnatos
Browse files

ffffng-transfer-once

parent 52ef6042
No related branches found
No related tags found
No related merge requests found
# This file allows specifying additional repositories to use # This file allows specifying additional repositories to use
# when building gluon. # when building gluon.
GLUON_SITE_FEEDS='ffki eulenfunk ssidchanger roamguide alt' GLUON_SITE_FEEDS='ffki eulenfunk ssidchanger roamguide alt ffffngtrans'
# the git repository from where to clone the package feed # the git repository from where to clone the package feed
PACKAGES_FFFFNGTRANS_REPO=https://github.com/Freifunk-Nord/ffffng-transfer-once
PACKAGES_FFKI_REPO=git://github.com/freifunk-kiel/ffki-packages.git PACKAGES_FFKI_REPO=git://github.com/freifunk-kiel/ffki-packages.git
PACKAGES_EULENFUNK_REPO=https://github.com/Freifunk-Nord/eulenfunk-packages PACKAGES_EULENFUNK_REPO=https://github.com/Freifunk-Nord/eulenfunk-packages
PACKAGES_SSIDCHANGER_REPO=https://github.com/freifunk-nord/gluon-ssid-changer.git PACKAGES_SSIDCHANGER_REPO=https://github.com/freifunk-nord/gluon-ssid-changer.git
...@@ -11,6 +12,8 @@ PACKAGES_ROAMGUIDE_REPO=https://github.com/sargon/roamguide ...@@ -11,6 +12,8 @@ PACKAGES_ROAMGUIDE_REPO=https://github.com/sargon/roamguide
PACKAGES_ALT_REPO=https://github.com/rubo77/gluon-alt-esc PACKAGES_ALT_REPO=https://github.com/rubo77/gluon-alt-esc
# the version/commit of the git repository to clone # the version/commit of the git repository to clone
PACKAGES_FFFFNGTRANS_COMMIT=47bbf6f0d6ad708f31bc61acf95ba68a05d64722
PACKAGES_FFKI_COMMIT=59df8ebf69ccf5ad2ed77c5b93d59f04a0e18e10 PACKAGES_FFKI_COMMIT=59df8ebf69ccf5ad2ed77c5b93d59f04a0e18e10
PACKAGES_EULENFUNK_COMMIT=a4be61c88e4628d3f039510c86cd20fe7f417261 PACKAGES_EULENFUNK_COMMIT=a4be61c88e4628d3f039510c86cd20fe7f417261
PACKAGES_SSIDCHANGER_COMMIT=c6dc54f7d42f0871372df4dbbbe0dfffe7d56c51 PACKAGES_SSIDCHANGER_COMMIT=c6dc54f7d42f0871372df4dbbbe0dfffe7d56c51
...@@ -18,6 +21,8 @@ PACKAGES_ROAMGUIDE_COMMIT=491e2acb48e72ae4d0d22476efa51eb6c0c7970b ...@@ -18,6 +21,8 @@ PACKAGES_ROAMGUIDE_COMMIT=491e2acb48e72ae4d0d22476efa51eb6c0c7970b
PACKAGES_ALT_COMMIT=796302e274495564549fd43a237552f992fd51df PACKAGES_ALT_COMMIT=796302e274495564549fd43a237552f992fd51df
# the branch to check out # the branch to check out
PACKAGES_FFFFNGTRANS_BRANCH=master
PACKAGES_FFKI_BRANCH=lede PACKAGES_FFKI_BRANCH=lede
PACKAGES_EULENFUNK_BRANCH=lede PACKAGES_EULENFUNK_BRANCH=lede
PACKAGES_SSIDCHANGER_BRANCH=lede PACKAGES_SSIDCHANGER_BRANCH=lede
......
...@@ -4,6 +4,8 @@ GLUON_SITE_PACKAGES := \ ...@@ -4,6 +4,8 @@ GLUON_SITE_PACKAGES := \
gluon-alfred \ gluon-alfred \
gluon-autoupdater \ gluon-autoupdater \
gluon-setup-mode \ gluon-setup-mode \
gluon-config-mode-contact-info \
gluon-config-mode-geo-location \
gluon-config-mode-core \ gluon-config-mode-core \
gluon-config-mode-autoupdater \ gluon-config-mode-autoupdater \
gluon-config-mode-mesh-vpn \ gluon-config-mode-mesh-vpn \
...@@ -21,6 +23,10 @@ GLUON_SITE_PACKAGES := \ ...@@ -21,6 +23,10 @@ GLUON_SITE_PACKAGES := \
iptables \ iptables \
haveged haveged
# from freifunk nord
GLUON_SITE_PACKAGES += \
ffffng-transfer-once
# from eulenfunk: # from eulenfunk:
GLUON_SITE_PACKAGES += \ GLUON_SITE_PACKAGES += \
gluon-quickfix gluon-quickfix
......
#!/bin/bash #!/bin/bash
# validate_site.sh checks if the site.conf is valid json # validate_site.sh checks if the site.conf is valid json
GLUON_BRANCH='v2017.1.2' GLUON_BRANCH='v2017.1.4'
P=$(pwd) P=$(pwd)
echo "####### validating $P/site.conf ..." echo "####### validating $P/site.conf ..."
......
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