good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jun 26, 2017
  2. Apr 06, 2017
  3. Mar 07, 2017
  4. Mar 02, 2017
  5. Nov 25, 2016
  6. Nov 03, 2016
    • Felix Lange's avatar
      build, internal/build: misc improvements (#3229) · ed2bc7fb
      Felix Lange authored
      * travis.yml: don't create darwin/386 builds
      
      * build: remove godep remains
      
      * internal/build: improve archives
      
      - enable compression for zip files
      - don't write half-complete archives
      
      * build: add -unstable to archive names
      ed2bc7fb
  7. Oct 02, 2016
    • Felix Lange's avatar
      build: improve debian packaging · 4f762797
      Felix Lange authored
      This commit tweaks the debian packaging tool:
      
      * All build environment metadata can now be overriden on the command
        line. This allows testing the CI build behaviour locally.
      * -unstable packages now actually contain the binaries (oops)
      * packages use Go 1.7 to build
      * archiving is skipped for PR builds
      4f762797
  8. Aug 16, 2016
  9. Aug 08, 2016
  10. Jun 22, 2016
    • Felix Lange's avatar
      build: add ci.go, use it everywhere · 6c33ba14
      Felix Lange authored
      The new build script, ci.go, replaces some of the older shell scripts.
      ci.go can compile go-ethereum, run the tests, create release archives
      and debian source packages.
      6c33ba14
  11. May 06, 2016
  12. Apr 15, 2016
  13. Dec 14, 2015
  14. Dec 08, 2015
  15. Dec 03, 2015
  16. Dec 02, 2015
  17. Dec 01, 2015
  18. Nov 29, 2015
  19. Nov 24, 2015
  20. Nov 20, 2015
  21. Oct 28, 2015
  22. Oct 07, 2015
  23. Sep 21, 2015
  24. Aug 07, 2015
  25. Jun 22, 2015
  26. Jun 11, 2015
  27. Apr 29, 2015
  28. Apr 28, 2015
  29. Apr 18, 2015
    • Felix Lange's avatar
      Makefile: for non-gophers · 48f23746
      Felix Lange authored
      Many people need or want to build go-ethereum from the git repository,
      mostly to stay up to date with recent changes. We cannot expect that
      people without Go experience grok the Go workspace concept.
      
      With the Makefile, building from github requires only
      three steps (provided that a Go toolchain is installed):
      
          - git clone https://github.com/ethereum/go-ethereum
          - ... install C libraries (libgmp, etc.) ...
          - make
      48f23746
  30. Mar 22, 2014
  31. Mar 21, 2014
  32. Mar 15, 2014
  33. Mar 02, 2014
Loading