1. 11 Apr, 2018 3 commits
  2. 10 Apr, 2018 1 commit
  3. 09 Apr, 2018 6 commits
  4. 05 Apr, 2018 4 commits
    • Jérome Perrin's avatar
      Revert "Revert "component/proftpd: use slapos.cookbook:userinfo"" · 22a38bd0
      Jérome Perrin authored
      This reverts commit 9715449d.
      22a38bd0
    • Jérome Perrin's avatar
      Revert "component/proftpd: use slapos.cookbook:userinfo" · 9715449d
      Jérome Perrin authored
      This reverts commit d1452403.
      9715449d
    • Jérome Perrin's avatar
    • Jérome Perrin's avatar
      component/proftpd: use slapos.cookbook:userinfo · d1452403
      Jérome Perrin authored
      slapos node software fail with:
      
      ```
      We have no distributions for lxml that satisfies 'lxml==3.7.3'.
      Building lxml version 3.7.3.
      Building without Cython.
      ERROR: /bin/sh: 1: xslt-config: not found
      
      ** make sure the development packages of libxml2 and libxslt are installed **
      
      Using build configuration of libxslt
      Compile failed: command 'gcc' failed with exit status 1
      *********************************************************************************
      Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
      *********************************************************************************
      An error occurred when trying to install lxml 3.7.3. Look above this message for any errors that were output by easy_install.
      While:
        Installing.
        Getting section instance-profile.
        Initializing section instance-profile.
        Getting section proftpd-output.
        Initializing section proftpd-output.
        Getting option proftpd-output:command.
        Getting option proftpd-output:proftpd.
        Getting section proftpd.
        Initializing section proftpd.
        Getting option proftpd:environment.
        Getting section proftpd-userinfo.
        Initializing section proftpd-userinfo.
        Installing recipe slapos.cookbook.
      Error: Couldn't install: lxml 3.7.3
      ```
      d1452403
  5. 03 Apr, 2018 2 commits
  6. 30 Mar, 2018 3 commits
  7. 29 Mar, 2018 6 commits
  8. 28 Mar, 2018 2 commits
  9. 27 Mar, 2018 6 commits
  10. 26 Mar, 2018 2 commits
    • Kirill Smelkov's avatar
      golang: Hook-in pkg-config for Cgo support · df7db445
      Kirill Smelkov authored
      The most convenient way to discover CFLAGS/LDFLAGS when building Cgo bits is
      via pkg-config:
      
          https://golang.org/cmd/cgo/
      
      For this to work let's add pkg-config to be available there in gowork out of
      the box, and provide users with a way to specify which C packages they want to
      be there on gowork's $PKG_CONFIG_PATH, e.g. this way:
      
          [gowork]
          cpkgpath =
              ${sqlite3:location}/lib/pkgconfig
              ${zlib:location}/lib/pkgconfig
      
      In buildout sources cpkgpath is specified as multiline - not one line with ":"
      delimiters - with the idea that it should be easy to amend gowork.cpkgpath with "+="
      in different places.
      df7db445
    • Alain Takoudjou's avatar
      use slapos.core version 1.4.5 · 8d623f5f
      Alain Takoudjou authored
      8d623f5f
  11. 25 Mar, 2018 1 commit
  12. 22 Mar, 2018 1 commit
  13. 21 Mar, 2018 3 commits