Commit Graph

4 Commits (460bc32c71169d85525acfacc0074d36b2023b1c)

Author SHA1 Message Date
Lunny Xiao 4f63f283c4
Rename scripts to build and add revive command as a new build tool command ()
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
zeripath 60b31c8f01
Fix the intermittent TestGPGGit failures ()
* Fix the intermittent TestGPGGit failures

Reattempt to open the listener if the port is busy with a delay up to a second
Switch from generating a private key each time, just use a known good key
techknowlogick 3f5cdfe359 use go 1.13 ()
* use go 1.13

* use go 1.13 in gomod file

* Update Makefile

* update swagger deps
Antoine GIRARD 9fe4437bda Use vendored go-swagger ()
* Use vendored go-swagger

* vendor go-swagger

* revert un wanteed change

* remove un-needed GO111MODULE

* Update Makefile

Co-Authored-By: techknowlogick <matti@mdranta.net>