1. 09 Apr, 2018 2 commits
  2. 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
  3. 03 Apr, 2018 2 commits
  4. 30 Mar, 2018 3 commits
  5. 29 Mar, 2018 6 commits
  6. 28 Mar, 2018 2 commits
  7. 27 Mar, 2018 6 commits
  8. 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
  9. 25 Mar, 2018 1 commit
  10. 22 Mar, 2018 1 commit
  11. 21 Mar, 2018 3 commits
  12. 20 Mar, 2018 2 commits
    • Boris Kocherov's avatar
      801110bb
    • Jérome Perrin's avatar
      tools: a simple git.mergetool for working with buildout.hash.cfg · 6dbd5cca
      Jérome Perrin authored
      Rewriting commit history with `git rebase -i` always caused some
      conflicts on md5sum of modified files. `update-hash` made all this
      easier, because we could just revert buildout.hash.cfg, re-run
      `update-hash` and commit the changes.
      
      This tool makes this scenario a bit more user friendly by automating the
      steps by running as a git mergetool.
      
      An interactive rebase session can be initiated by running this command
      from software/*/ directory:
      
      `git rebase -i --exec "$(pwd)/../../update-hash $(pwd)/buildout.hash.cfg" origin/master`
      
      and if conflict occur, run:
      
      `git mergetool --tool update-hash-mergetool && EDITOR=cat git rebase --continue`
      
      This way, rebase session can be almost non interactive (still have to
      run the above mergetool command) when conflicts are only on md5sum
      updates.
      
      /reviewed-on !273
      6dbd5cca
  13. 19 Mar, 2018 3 commits
  14. 16 Mar, 2018 3 commits