aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/bugcmd.go
Commit message (Collapse)AuthorAgeFilesLines
* build: rename swarm deb package to ethereum-swarm; change swarm deb version ↵Anton Evangelatov2018-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* cmd: various golint fixes (#16700)kiel barry2018-05-091-3/+3
| | | | | | | | * cmd: various golint fixes * cmd: update to pr change request * cmd: update to pr change request
* cmd/geth: update template for 'geth bug' command (#16350)Zhenguo Niu2018-04-061-10/+14
|
* cmd/geth: migrate bug command/flagsBas van Kervel2017-05-031-1/+2
|
* cmd/geth: added 'geth bug' command (#3684)Jeffrey Wilcke2017-02-201-0/+108
* cmd/geth: added 'geth bug' command Added bug command to geth, which will open a browser window with an issue template and some additional system information. * cmd/geth: update bug with better infos * cmd/geth: added browser fallback * cmd/geth: govet yo momma