1. 21 Jul, 2015 1 commit
  2. 20 Jul, 2015 3 commits
  3. 01 Jul, 2015 1 commit
  4. 30 Jun, 2015 1 commit
  5. 24 Jun, 2015 2 commits
  6. 23 Jun, 2015 1 commit
  7. 12 Jun, 2015 2 commits
    • Franco Fichtner's avatar
      python: for FreeBSD 10, this may fail · 64f3020a
      Franco Fichtner authored
      Originally introduced by me based on high hopes and cross-platform
      usage.  I was wrong.
      
      A PATH without /usr/local/(s)bin, as advertised by the standard rc(8)
      system or service(8) will prevent env(1) from working properly.  We've
      had similar fun with configd before.  Maybe we need to take this to FreeBSD.
      For now we work around it like every body else, presumably.  :)
      64f3020a
    • Franco Fichtner's avatar
      src: whitespace sweep · 77c89600
      Franco Fichtner authored
      77c89600
  8. 11 Jun, 2015 1 commit
  9. 27 May, 2015 1 commit
    • Ad Schellevis's avatar
      (configd) make template engine UUID aware · 78173c6c
      Ad Schellevis authored
      this commit adds two new helper functions to use uuid information from the config.xml.
      
      1) get a tagname by uuid, or __not_found__ if uuid is not in the config.xml
      {{ helpers.getUUIDtag('a8da740a-046a-4994-8535-89f5fff47393') }}
      
      2) returns an object by uuid, ready to use
      {{ helpers.getUUID('a8da740a-046a-4994-8535-89f5fff47393').number }}
      78173c6c
  10. 19 May, 2015 1 commit
  11. 07 Apr, 2015 1 commit
  12. 06 Apr, 2015 1 commit
  13. 11 Mar, 2015 1 commit
  14. 10 Mar, 2015 1 commit
  15. 11 Jan, 2015 1 commit
  16. 06 Jan, 2015 1 commit
  17. 28 Dec, 2014 1 commit
  18. 10 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      src: move all files (again) · 727453c0
      Franco Fichtner authored
      Make "src" the implicit "/usr/local" so that nobody can
      sneak in weird files in the base file system or potentially
      overwrite them.
      
      This is the last time, I swear...  :)
      727453c0
  19. 08 Dec, 2014 1 commit
  20. 27 Oct, 2014 1 commit