summaryrefslogtreecommitdiffstats
path: root/build/generate-gitignores.go
Commit message (Collapse)AuthorAgeFilesLines
* Add github api token option to generate-license & generate-gitignore (#12700)zeripath2020-09-041-5/+16
| | | | | | | | | | | | | | * Add github api token option to generate-license & generate-gitignore Without api toke, Will face rate limit sometimes. Signed-off-by: a1012112796 <1012112796@qq.com> * Use Basic authentication with tokens Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Re-attempt to delete temporary upload if the file is locked by another ↵zeripath2020-08-111-1/+3
| | | | | | | | | | | process (#12447) Replace all calls to os.Remove/os.RemoveAll by retrying util.Remove/util.RemoveAll and remove circular dependencies from util. Fix #12339 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: silverwind <me@silverwind.io>
* Rename scripts to build and add revive command as a new build tool command ↵Lunny Xiao2020-04-031-0/+117
(#10942) Co-authored-by: techknowlogick <techknowlogick@gitea.io>