summaryrefslogtreecommitdiffstats
path: root/cmd/cert_stub.go
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of bin folder within makefile, enabled TiDB (#319)Thomas Boerger2016-12-011-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of the bin folder within the build process Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped latest make task, it is unused Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Added tidb tag to drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the cert build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped useless minwinsvc build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the useless build tags from drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Use cli Flags directly and not some helper funcsMatthias Loibl2016-11-091-1/+1
| | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
* Made linter happy in cmd folderThomas Boerger2016-11-041-0/+2
|
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-301-1/+1
|
* #3045 fix DEPRECATED Action signature erorrUnknwon2016-05-121-1/+3
|
* fix #2204Unknwon2015-12-151-5/+4
|
* cmd: code fix for #905Unknwon2015-02-081-9/+0
| | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* Cert command stub should return a non-zero exit codeWill Glynn2014-11-291-0/+2
|
* Fix #524Unknwon2014-10-071-0/+34