forked from freifunkMUC/site-ffm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules
25 lines (20 loc) · 843 Bytes
/
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
# 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 community'
## 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=8a1d7be89035d720d7242b92d65a65d4212f184c
## PACKAGES_FFMUC_BRANCH
# the branch to check out
PACKAGES_FFMUC_BRANCH=main
PACKAGES_COMMUNITY_REPO=https://github.com/freifunk-gluon/community-packages.git
PACKAGES_COMMUNITY_COMMIT=01adecc14478dedbb247dbe3846d7414756ddb6a
PACKAGES_COMMUNITY_BRANCH=master