forked from freifunkMUC/site-ffm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules
33 lines (26 loc) · 1.04 KB
/
modules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file allows specifying additional repositories to use
# when building gluon.
#
# In most cases, it is not required so don't add it.
## GLUON_SITE_FEEDS
# for each feed name given, add the corresponding PACKAGES_* lines
# documented below
GLUON_SITE_FEEDS='ffmuc wireguard'
## PACKAGES_FFMUC_REPO
# the git repository from where to clone the package feed
PACKAGES_FFMUC_REPO=https://github.com/freifunkMUC/gluon-packages.git
## PACKAGES_FFMUC_COMMIT
# the version/commit of the git repository to clone
PACKAGES_FFMUC_COMMIT=a92fd66e8c938b91b4149a1c09327c02a4feecd5
## PACKAGES_FFMUC_BRANCH
# 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/freifunkMUC/community-packages.git
## PACKAGES_WIREGUARD_COMMIT
# the version/commit of the git repository to clone
PACKAGES_WIREGUARD_COMMIT=c6d3e69eb8f1c1c7ac348b7237be4577de1a997a
## PACKAGES_WIREGUARD_BRANCH
# the branch to check out
PACKAGES_WIREGUARD_BRANCH=main