diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-14 18:21:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-14 18:21:03 +0100 |
commit | e5099dd54a95d45d5bf8f7d021f4e7047e571619 (patch) | |
tree | 02ade6e681e01dc89de06402a0075878baa7235d /src | |
parent | ccba4bc50ce550c83a578febfd7cc43ccd8aa44d (diff) |
decorate startSync function with an animation
Diffstat (limited to 'src')
-rwxr-xr-x | src/backend/libsisyphus.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py index e83258a..a71db21 100755 --- a/src/backend/libsisyphus.py +++ b/src/backend/libsisyphus.py @@ -168,6 +168,7 @@ def startSearch(pkgList): def startUpdate(): syncAll() +@animation.wait('syncing portage tree && portage config files') def startSync(): syncGitRepos() syncPortageCfg() |