Skip to content
Snippets Groups Projects
  1. Dec 13, 2016
  2. Sep 22, 2016
  3. Apr 15, 2016
  4. Jan 10, 2016
  5. 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
  6. 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
  7. Nov 11, 2015
  8. Nov 03, 2015
  9. Nov 24, 2014
  10. Sep 25, 2014
    • Stefan Laudemann's avatar
      Adds new package dependencies to Makefile (due to various rewrites of the code). · d5205510
      Stefan Laudemann authored
      First of all, the ffpb-debug script is now written in lua and thus requires
      a lua interpreter to be installed. But since the script makes use of some
      gluon-specific lua-functions/-variables (such 'site_conf' in site_conf.lua),
      we have to make ffpb-debug depend on the 'gluon-core', which in turn would
      define all other dependencies.
      Moreover, since ffpb-debug-live got rewritten to work with Barrier Breaker
      (i.e. gluon 2014.4 and later), the already defined dependency towards the
      busybox package does not suffice any longer, as we fetch interface-details
      and -statistics via ubus now. As ubus outputs its data in JSON, we moreover
      need the helper functions from the 'libubox' package for a convenient hand-
      ling of such data in shell scripts.
      d5205510
  11. Apr 20, 2014
Loading