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/backend/libsisyphus.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/backend/libsisyphus.py')
-rwxr-xr-x | src/backend/libsisyphus.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py index 069d563..e83258a 100755 --- a/src/backend/libsisyphus.py +++ b/src/backend/libsisyphus.py @@ -168,6 +168,10 @@ def startSearch(pkgList): def startUpdate(): syncAll() +def startSync(): + syncGitRepos() + syncPortageCfg() + def sysInfo(): subprocess.check_call(['emerge', '--info']) |