Skip to content
Snippets Groups Projects
  1. Feb 02, 2017
  2. Jan 26, 2017
  3. Dec 16, 2016
  4. Dec 14, 2016
  5. Dec 13, 2016
  6. Sep 22, 2016
  7. Jul 03, 2016
  8. Apr 15, 2016
  9. Feb 01, 2016
  10. Jan 13, 2016
  11. Jan 10, 2016
  12. Jan 09, 2016
    • Karsten Böddeker's avatar
      ffho-site-generate: rewrite to store data as .json · 8cd45421
      Karsten Böddeker authored
      In actual gluon master the site.conf is converted to site.json during build, so the created site.conf has to be stored as site.json. Additionally the conversion during build is done for the associated config files, too.
      Actually the following config files are used by this programm:
      - $(GLUON_SITEDIR)/site.conf -> /lib/gluon/site-select/default.json
        - the default site-config
        - is used as basis for new generated sites
      - $(GLUON_SITEDIR)/extra/sites.conf -> /lib/gluon/site-select/sites.json
        - contains the individual site-config for each site
        - these changes are added to the default site
      - $(GLUON_SITEDIR)/extra/groups.conf -> /lib/gluon/site-select/groups.json (if file exists)
        - with this file you can define some individual config for a group of sites
        - changes are applied to default site, before sites.json
        - set site_select.group='group_x' in sites.conf for each site, which should use a group called group_x
      8cd45421
  13. Jan 08, 2016
    • Karsten Böddeker's avatar
      split some packages · b2ebca32
      Karsten Böddeker authored
      split ffho-config-mode-site-select in:
      - ffho-config-mode-site-select (for the UI, needs ffho-site-generate)
      - ffho-site-generate (for the site-generation)
      - ffho-upgrade-tools (for migration-scripts)
      
      split ffho-config-mode-geo-location in:
      - ffho-config-mode-geo-location
      - ffho-upgrade-tools (for migration-scripts)
      b2ebca32
Loading