Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add github api token option to generate-license & generate-gitignore (#12700) | zeripath | 2020-09-04 | 1 | -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 ↵ | zeripath | 2020-08-11 | 1 | -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 Xiao | 2020-04-03 | 1 | -0/+117 |
(#10942) Co-authored-by: techknowlogick <techknowlogick@gitea.io> |