aboutsummaryrefslogtreecommitdiffstats
path: root/internal/build
Commit message (Collapse)AuthorAgeFilesLines
* [release/1.4.16] internal/build: fix git tag env variable for AppVeyorFelix Lange2016-10-061-1/+1
| | | | (cherry picked from commit 82e09c17a9e112cf8fe59ec526fc90a228ad3c0b)
* [release/1.4.15] internal/build: use less edgy command to get the branch nameFelix Lange2016-10-031-1/+3
| | | | (cherry picked from commit b4b5921dd030568717d33b03739d65c3aeb9d9af)
* [release/1.4.15] build: improve debian packagingFelix Lange2016-10-032-8/+120
| | | | | | | | | | | | 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 (cherry picked from commit 4f7627972e4997965be6f3c406904ef613e14c20)
* [release/1.4.11] build: add ci.go, use it everywhereFelix Lange2016-08-182-0/+299
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. (cherry picked from commit 6c33ba14a4db99409657e6a68a7c629e09ceee3f)