From ccba4bc50ce550c83a578febfd7cc43ccd8aa44d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Apr 2018 14:42:05 +0100 Subject: make sisyphus-cli update independent of timestamp, to force a manual sync of portage tree and config --- src/frontend/cli/sisyphus-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/cli') diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index 965e3f1..9d347ab 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -18,7 +18,7 @@ if "__main__" == __name__: elif "remove-orphans" in sys.argv[1:]: removeOrphans() elif "update" in sys.argv[1:]: - startUpdate() + startSync() elif "upgrade" in sys.argv[1:]: startUpgrade() elif "search" in sys.argv[1:]: -- cgit v1.2.3