Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: rename swarm deb package to ethereum-swarm; change swarm deb version ↵ | Anton Evangelatov | 2018-07-30 | 1 | -13/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | from 1.8.x to 0.3.x (#16988) * build: add support for different package and binary names * build: bump up copyright date * build: change default PackageName to empty string * build, internal, swarm: enhance build/release process * build: hack ethereum-swarm as a "depends" in deb package * build/ci: remove redundant variables * build, cmd, mobile, params, swarm: remove VERSION file; rename Version to VersionMeta; * internal: remove VERSION() method which reads VERSION file * build: fix VersionFilePath to Version * Makefile: remove clean_go_build_cache.sh until it works * Makefile: revert removal of clean_go_build_cache.sh | ||||
* | travis, Dockerfile, appveyor, build: bump to Go 1.10 | Péter Szilágyi | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | build: bump PPA builders to Go 1.9 (#15083) | Péter Szilágyi | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | build: bump launchpad builds to Go 1.8.1 | Péter Szilágyi | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | build: improve debian packaging | Felix Lange | 2016-10-02 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | build: add ci.go, use it everywhere | Felix Lange | 2016-06-22 | 1 | -0/+13 |
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. |