Update modules
This commit is contained in:
parent
3af9e7f486
commit
21a8bfcd13
@ -1,24 +1,22 @@
|
|||||||
# This file allows specifying additional repositories to use
|
# This file allows specifying additional repositories to use
|
||||||
# when building gluon.
|
# when building gluon.
|
||||||
#
|
#
|
||||||
# In most cases, it is not required so don't add it.
|
# In most cases, it is not required so don't add it by default.
|
||||||
|
|
||||||
## GLUON_SITE_FEEDS
|
## GLUON_SITE_FEEDS
|
||||||
# for each feed name given, add the corresponding PACKAGES_* lines
|
# for each feed name given, add the corresponding PACKAGES_* lines
|
||||||
# documented below
|
# documented below
|
||||||
#GLUON_SITE_FEEDS='my_own_package my_second_package'
|
# GLUON_SITE_FEEDS=
|
||||||
|
|
||||||
## PACKAGES_$feedname_REPO
|
# PACKAGES_MY_OWN_PACKAGE_REPO=
|
||||||
# the git repository from where to clone the package feed
|
# PACKAGES_MY_OWN_PACKAGE_COMMIT=
|
||||||
#PACKAGES_MY_OWN_PACKAGE_REPO=https://github.com/.../my-own-packages.git
|
# PACKAGES_MY_OWN_PACKAGE_BRANCH=
|
||||||
|
|
||||||
## PACKAGES_$feedname_COMMIT
|
## Example
|
||||||
# the version/commit of the git repository to clone
|
GLUON_SITE_FEEDS='my_own_package my_second_package'
|
||||||
#PACKAGES_MY_OWN_PACKAGE_COMMIT=123456789aabcda1a69b04278e4d38f2a3f57e49
|
PACKAGES_MY_OWN_PACKAGE_REPO=https://github.com/.../my-own-packages.git
|
||||||
|
PACKAGES_MY_OWN_PACKAGE_COMMIT=123456789aabcda1a69b04278e4d38f2a3f57e49
|
||||||
## PACKAGES_$feedname_BRANCH
|
PACKAGES_MY_OWN_PACKAGE_BRANCH=master
|
||||||
# the branch to check out
|
PACKAGES_MY_SECOND_PACKAGE_REPO=https://github.com/.../my-second-package.git
|
||||||
#PACKAGES_MY_OWN_PACKAGE_BRANCH=my_branch
|
PACKAGES_MY_SECOND_PACKAGE_COMMIT=123456789aabcda1a69b04278e4d38f2a3f57e49
|
||||||
|
PACKAGES_MY_SECOND_PACKAGE_BRANCH=beta
|
||||||
#PACKAGES_MY_SECOND_PACKAGE_REPO=https://github.com/.../my-second-package.git
|
|
||||||
#...
|
|
||||||
|
Loading…
Reference in New Issue
Block a user