modules 706 B

12345678910111213141516171819202122
  1. # This file allows specifying additional repositories to use
  2. # when building gluon.
  3. #
  4. # In most cases, it is not required so don't add it.
  5. ## GLUON_SITE_FEEDS
  6. # for each feed name given, add the corresponding PACKAGES_* lines
  7. # documented below
  8. #GLUON_SITE_FEEDS='my_own_packages'
  9. ## PACKAGES_$feedname_REPO
  10. # the git repository from where to clone the package feed
  11. #PACKAGES_MY_OWN_PACKAGES_REPO=https://github.com/.../my-own-packages.git
  12. ## PACKAGES_$feedname_COMMIT
  13. # the version/commit of the git repository to clone
  14. #PACKAGES_MY_OWN_PACKAGES_COMMIT=123456789aabcda1a69b04278e4d38f2a3f57e49
  15. ## PACKAGES_$feedname_BRANCH
  16. # the branch to check out
  17. #PACKAGES_MY_OWN_PACKAGES_BRANCH=my_branch