aboutsummaryrefslogtreecommitdiffstats
path: root/build/deb/ethereum-swarm
Commit message (Collapse)AuthorAgeFilesLines
* build/deb: fix PPA env var settingPéter Szilágyi2019-03-011-1/+1
|
* build/deb: use custom cache for PPA builderPéter Szilágyi2019-02-281-0/+3
|
* build: bump PPA builders to Go 1.11Péter Szilágyi2019-02-262-2/+2
|
* build: revert launchpad PPAs to Go 1.10Péter Szilágyi2018-09-212-2/+2
|
* build/deb: upgrade launchpad PPA sources to Go 1.11 tooPéter Szilágyi2018-09-211-1/+1
|
* travis, Dockerfile, appveyor, build: bump to Go 1.11Samuel Marks2018-09-191-1/+1
|
* build: rename swarm deb package to ethereum-swarm; change swarm deb version ↵Anton Evangelatov2018-07-306-0/+53
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