diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-10 16:38:11 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-10 16:46:37 +0300 |
commit | 277b7bc9f1ce46740de1c167294e235737a6e305 (patch) | |
tree | 325811d015288ec5d3d69612ba82dc4e9c9608b9 | |
parent | 4800159347ac79a30180d778ac02ee24a181e41a (diff) | |
download | luarocks-277b7bc9f1ce46740de1c167294e235737a6e305.tar.gz luarocks-277b7bc9f1ce46740de1c167294e235737a6e305.tar.bz2 luarocks-277b7bc9f1ce46740de1c167294e235737a6e305.zip |
Don't spam 'Updating manifest for...'
Installation success message is enough and is more important
(what's a manifest and why users should care?)
-rw-r--r-- | src/luarocks/manif.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/luarocks/manif.lua b/src/luarocks/manif.lua index 05621315..bc202be3 100644 --- a/src/luarocks/manif.lua +++ b/src/luarocks/manif.lua | |||
@@ -432,8 +432,6 @@ function manif.update_manifest(name, version, repo, deps_mode) | |||
432 | 432 | ||
433 | if deps_mode == "none" then deps_mode = cfg.deps_mode end | 433 | if deps_mode == "none" then deps_mode = cfg.deps_mode end |
434 | 434 | ||
435 | util.printout("Updating manifest for "..repo) | ||
436 | |||
437 | local manifest, err = manif.load_manifest(repo) | 435 | local manifest, err = manif.load_manifest(repo) |
438 | if not manifest then | 436 | if not manifest then |
439 | util.printerr("No existing manifest. Attempting to rebuild...") | 437 | util.printerr("No existing manifest. Attempting to rebuild...") |