diff options
| author | ruki <[email protected]> | 2019-12-28 00:41:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-27 22:10:10 +0800 |
| commit | a2a2685a4347b8c41a1bf7225533c5d0d2b2f999 (patch) | |
| tree | ca52de865974212231f889615431cc083fd2425a | |
| parent | 4a85f1ece80cb77159e805732040b91158dfada9 (diff) | |
disable some stats
| -rw-r--r-- | xmake/actions/build/statistics.lua | 8 | ||||
| -rw-r--r-- | xmake/core/main.lua | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/xmake/actions/build/statistics.lua b/xmake/actions/build/statistics.lua index 821518c18..996295de6 100644 --- a/xmake/actions/build/statistics.lua +++ b/xmake/actions/build/statistics.lua @@ -144,14 +144,6 @@ function main() end end - -- download the xmake-stats releases to update the release stats info in github - local releasefile = outputdir .. ".release" - if not os.isfile(releasefile) then - import("net.http.download") - download(format("https://github.com/xmake-io/xmake-stats/releases/download/v%s/%s", xmake:version():shortstr(), os.host()), releasefile) - print("post to releases ok!") - end - -- leave the environments of git packagenv.leave("git") diff --git a/xmake/core/main.lua b/xmake/core/main.lua index bc5a1a7b3..4aa1c0d45 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -44,7 +44,7 @@ local menu = title = "${bright}xmake v" .. _VERSION .. ", A cross-platform build utility based on Lua${clear}" -- copyright -, copyright = "Copyright (C) 2015-2020 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}" +, copyright = "Copyright (C) 2015-2020 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}" -- the tasks: xmake [task] , function () |
