aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-05-10 16:38:11 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-05-10 16:46:37 +0300
commit277b7bc9f1ce46740de1c167294e235737a6e305 (patch)
tree325811d015288ec5d3d69612ba82dc4e9c9608b9
parent4800159347ac79a30180d778ac02ee24a181e41a (diff)
downloadluarocks-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.lua2
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...")