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
|
2016-03-22 02:21:17 +00:00
|
|
|
#GLUON_SITE_FEEDS='my_own_package my_second_package'
|
2014-08-05 18:47:00 +00:00
|
|
|
|
|
|
|
## PACKAGES_$feedname_REPO
|
|
|
|
# the git repository from where to clone the package feed
|
2016-03-22 02:21:17 +00:00
|
|
|
#PACKAGES_MY_OWN_PACKAGE_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
|
2016-03-22 02:21:17 +00:00
|
|
|
#PACKAGES_MY_OWN_PACKAGE_COMMIT=123456789aabcda1a69b04278e4d38f2a3f57e49
|
2014-08-05 18:47:00 +00:00
|
|
|
|
2014-10-13 12:02:28 +00:00
|
|
|
## PACKAGES_$feedname_BRANCH
|
|
|
|
# the branch to check out
|
2016-03-22 02:21:17 +00:00
|
|
|
#PACKAGES_MY_OWN_PACKAGE_BRANCH=my_branch
|
|
|
|
|
|
|
|
#PACKAGES_MY_SECOND_PACKAGE_REPO=https://github.com/.../my-second-package.git
|
|
|
|
#...
|