modules 730 B

12345678910111213141516171819202122232425262728
  1. ## gluon site modules example
  2. # this file allows to define additional
  3. # package feeds to be used.
  4. # packages from this feeds can then be included
  5. # via site.mk
  6. ## GLUON_SITE_FEEDS
  7. # feeds to include, note that this is not called
  8. # GLUON_FEEDS as in the Gluon modules file.
  9. #
  10. # for each feed name given, there have to be
  11. # two variables given in the following.
  12. GLUON_SITE_FEEDS='ffhh_packages'
  13. ## PACKAGES_$feedname_REPO
  14. # the git repository from where to clone the package feed
  15. PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git
  16. ## PACKAGES_$feedname_COMMIT
  17. # the version/commit of the git repository to clone
  18. PACKAGES_FFHH_PACKAGES_COMMIT=0fc9d44e95000c61a69b04278e4d38f2a3f57e49