From 8d9ef671f206f383a2e65e810488327ff048f448 Mon Sep 17 00:00:00 2001 From: Grische Date: Sat, 18 Nov 2023 18:51:55 +0100 Subject: [PATCH 1/2] modules: make ffmuc-ipv6-ra-filter more quiet See https://github.com/freifunk-gluon/community-packages/pull/48 --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 42f2e1ab..82656d5d 100644 --- a/modules +++ b/modules @@ -26,7 +26,7 @@ PACKAGES_WIREGUARD_REPO=https://github.com/freifunk-gluon/community-packages.git ## PACKAGES_WIREGUARD_COMMIT # the version/commit of the git repository to clone -PACKAGES_WIREGUARD_COMMIT=394a373c78533c3b492d3f8ee55d1f7f74cf7cf1 +PACKAGES_WIREGUARD_COMMIT=6eeaa2e3d5e034e57ff4c4839130cbc63687479e ## PACKAGES_WIREGUARD_BRANCH # the branch to check out From 7e365437d1932e5146e80052d54f22b361b593b1 Mon Sep 17 00:00:00 2001 From: Grische Date: Sat, 18 Nov 2023 18:53:13 +0100 Subject: [PATCH 2/2] modules: rename wireguard to community We pull a lot more community packages than just the wireguard package from this repository. --- modules | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/modules b/modules index 82656d5d..19505755 100644 --- a/modules +++ b/modules @@ -6,7 +6,7 @@ ## GLUON_SITE_FEEDS # for each feed name given, add the corresponding PACKAGES_* lines # documented below -GLUON_SITE_FEEDS='ffmuc wireguard' +GLUON_SITE_FEEDS='ffmuc community' ## PACKAGES_FFMUC_REPO # the git repository from where to clone the package feed @@ -20,14 +20,6 @@ PACKAGES_FFMUC_COMMIT=8a1d7be89035d720d7242b92d65a65d4212f184c # the branch to check out PACKAGES_FFMUC_BRANCH=main -## PACKAGES_WIREGUARD_REPO -# the git repository from where to clone the package feed -PACKAGES_WIREGUARD_REPO=https://github.com/freifunk-gluon/community-packages.git - -## PACKAGES_WIREGUARD_COMMIT -# the version/commit of the git repository to clone -PACKAGES_WIREGUARD_COMMIT=6eeaa2e3d5e034e57ff4c4839130cbc63687479e - -## PACKAGES_WIREGUARD_BRANCH -# the branch to check out -PACKAGES_WIREGUARD_BRANCH=master +PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git +PACKAGES_COMMUNITY_COMMIT=6eeaa2e3d5e034e57ff4c4839130cbc63687479e +PACKAGES_COMMUNITY_BRANCH=master