good morning!!!!

Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 16, 2016
  3. Aug 08, 2016
  4. 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
  5. May 06, 2016
  6. Apr 15, 2016
  7. Dec 14, 2015
  8. Dec 08, 2015
  9. Dec 03, 2015
  10. Dec 02, 2015
  11. Dec 01, 2015
  12. Nov 29, 2015
  13. Nov 24, 2015
  14. Nov 20, 2015
  15. Oct 28, 2015
  16. Oct 07, 2015
  17. Sep 21, 2015
  18. Aug 07, 2015
  19. Jun 22, 2015
  20. Jun 11, 2015
  21. Apr 29, 2015
  22. Apr 28, 2015
  23. 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
  24. Mar 22, 2014
  25. Mar 21, 2014
  26. Mar 15, 2014
  27. Mar 02, 2014
Loading