2014-10-13 12:02:28 +00:00
|
|
|
# This file allows specifying additional repositories to use
|
|
|
|
# when building gluon.
|
2014-08-05 18:47:00 +00:00
|
|
|
#
|
2014-10-13 12:02:28 +00:00
|
|
|
# In most cases, it is not required so don't add it.
|
2014-08-05 18:47:00 +00:00
|
|
|
|
2014-10-13 12:02:28 +00:00
|
|
|
## GLUON_SITE_FEEDS
|
|
|
|
# for each feed name given, add the corresponding PACKAGES_* lines
|
|
|
|
# documented below
|
|
|
|
#GLUON_SITE_FEEDS='my_own_packages'
|
2014-08-05 18:47:00 +00:00
|
|
|
|
|
|
|
## PACKAGES_$feedname_REPO
|
2022-07-06 11:43:19 +00:00
|
|
|
# the git repository from where to clone the package feed
|
2014-10-13 12:02:28 +00:00
|
|
|
#PACKAGES_MY_OWN_PACKAGES_REPO=https://github.com/.../my-own-packages.git
|
2014-08-05 18:47:00 +00:00
|
|
|
|
|
|
|
## PACKAGES_$feedname_COMMIT
|
|
|
|
# the version/commit of the git repository to clone
|
2014-10-13 12:02:28 +00:00
|
|
|
#PACKAGES_MY_OWN_PACKAGES_COMMIT=123456789aabcda1a69b04278e4d38f2a3f57e49
|
2014-08-05 18:47:00 +00:00
|
|
|
|
2022-07-06 11:43:19 +00:00
|
|
|
## PACKAGES_$feedname_BRANCH
|
|
|
|
# the branch to check out
|
2014-10-13 12:02:28 +00:00
|
|
|
#PACKAGES_MY_OWN_PACKAGES_BRANCH=my_branch
|