From dd248b5c5ce029aac8c7858ea56f492044f8592b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Apr 2018 14:45:27 +0100 Subject: app-portage/sisyphus : revision bump --- app-portage/sisyphus/files/sisyphus-update.patch | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-portage/sisyphus/files/sisyphus-update.patch (limited to 'app-portage/sisyphus/files/sisyphus-update.patch') diff --git a/app-portage/sisyphus/files/sisyphus-update.patch b/app-portage/sisyphus/files/sisyphus-update.patch new file mode 100644 index 00000000..f70fb862 --- /dev/null +++ b/app-portage/sisyphus/files/sisyphus-update.patch @@ -0,0 +1,28 @@ +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']) + +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 @@ + 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