1. 31 Jan, 2018 4 commits
  2. 29 Jan, 2018 2 commits
    • Kirill Smelkov's avatar
      golang: Allow users to specify desired buildflags · 831271a2
      Kirill Smelkov authored
      For example one could want to build the software with race detector,
      e.g.
      
      	[gowork]
      	...
      	buildflags = -race
      
      or if you want to build a plugin for fluent-bit
      
      	[gowork]
      	...
      	install	   = your.package.import.path
      	buildflags = -buildmode=c-shared
      
      and then your package will be installed as shared library into
      
      	${gowork:directory}/pkg/`go env GOOS`_`go env GOARCH`/<your.package.import.path>.a
      
      One could pass that location explicitly to `fluentd-bit -e ...` or
      symlink to it from some .so from global directory of fluent-bit plugins.
      
      Maybe it is not very good to use `go install` for building plugins
      (instead of `go build -o ...`) but we anyway need to have ability to
      specify buildflags as a generic feature, hence this patch.
      
      /reviewed-on nexedi/slapos!274
      831271a2
    • Ivan Tyagov's avatar
      Fix typo. · 254bb43d
      Ivan Tyagov authored
      @alain.takoudjou , @rafael  this fixes broken webrunner tests.
      
      Passing one: https://nexedi.erp5.net/test_result_module/20180126-5FF058E7/2
      
      /reviewed-on nexedi/slapos!277
      254bb43d
  3. 26 Jan, 2018 2 commits
  4. 25 Jan, 2018 4 commits
  5. 24 Jan, 2018 2 commits
  6. 18 Jan, 2018 3 commits
  7. 17 Jan, 2018 2 commits
  8. 16 Jan, 2018 6 commits
  9. 12 Jan, 2018 4 commits
  10. 11 Jan, 2018 1 commit
  11. 08 Jan, 2018 2 commits
  12. 04 Jan, 2018 3 commits
  13. 28 Dec, 2017 4 commits
  14. 23 Dec, 2017 1 commit