1. 03 5月, 2017 1 次提交
  2. 14 4月, 2017 1 次提交
  3. 12 4月, 2017 1 次提交
  4. 11 4月, 2017 1 次提交
  5. 06 4月, 2017 1 次提交
    • P
      .travis, build: autodelete old unstable archives (#13867) · c76ad944
      Péter Szilágyi 提交于
      This commit adds a build step to travis to auto-delete unstable archives older than
      14 days (our regular release schedule) from Azure via ci.go purge.
      
      The commit also pulls in the latest Azure storage code, also switching over from
      the old import path (github.com/Azure/azure-sdk-for-go) to the new split one
      (github.com/Azure/azure-storage-go).
      c76ad944
  6. 29 3月, 2017 1 次提交
  7. 24 3月, 2017 1 次提交
    • F
      build: always run go vet · df1fbe3c
      Felix Lange 提交于
      This ensures 'make test' finds all errors that remote CI would find.
      Go 1.7 vet reports a false positive in package log, add a workaround.
      df1fbe3c
  8. 23 3月, 2017 2 次提交
  9. 22 3月, 2017 2 次提交
  10. 09 3月, 2017 1 次提交
  11. 03 3月, 2017 1 次提交
  12. 02 3月, 2017 2 次提交
  13. 13 2月, 2017 1 次提交
  14. 30 1月, 2017 1 次提交
  15. 20 1月, 2017 1 次提交
  16. 13 1月, 2017 3 次提交
  17. 06 1月, 2017 1 次提交
  18. 05 1月, 2017 1 次提交
  19. 14 12月, 2016 1 次提交
  20. 13 12月, 2016 1 次提交
  21. 11 12月, 2016 1 次提交
    • B
      build: safe update of PATH on Windows (#3419) · 4f9ccdd7
      bas-vk 提交于
      NSIS has a default MAX_STR_LEN of 1024. If $ENV{PATH} is longer
      the returned string is truncated to an empty string. Its then not
      possible to distinguis between the variable not set or too long.
      As a result the variable is set with the location where geth and/or
      dev tools are installed. This may override any previous set values.
      4f9ccdd7
  22. 08 12月, 2016 1 次提交
  23. 28 11月, 2016 2 次提交
  24. 25 11月, 2016 1 次提交
  25. 23 11月, 2016 2 次提交
  26. 19 11月, 2016 1 次提交
    • F
      build: simplify unstable build check · 8ed72a84
      Felix Lange 提交于
      ci.go decides whether a build is unstable by looking at the branch and
      tag. This causes issues when a GitHub release is created on the master
      branch because the build is considered unstable (the CI environment
      reports the branch as "master").
      
      Fix this by looking at the tag only. Any tagged build is stable.
      8ed72a84
  27. 17 11月, 2016 1 次提交
  28. 15 11月, 2016 3 次提交
  29. 14 11月, 2016 2 次提交
  30. 09 11月, 2016 1 次提交