diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-13 14:42:05 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-13 14:42:05 +0100 |
commit | ccba4bc50ce550c83a578febfd7cc43ccd8aa44d (patch) | |
tree | 608fd6e39b9469cb1ee8202f5fe48794b3d4fb91 /src/frontend/cli/sisyphus-cli.py | |
parent | bbe0727f4d9af365f69237bde6f34b75b3e0a2a7 (diff) |
make sisyphus-cli update independent of timestamp, to force a manual sync of portage tree and config
Diffstat (limited to 'src/frontend/cli/sisyphus-cli.py')
-rwxr-xr-x | src/frontend/cli/sisyphus-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
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:]: |