summaryrefslogtreecommitdiff
path: root/app-portage/sisyphus/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-07 21:26:00 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-07 21:26:00 +0100
commitb8d689552bb8fec2597ed9748a75714c21f22dbf (patch)
tree77e8419b4733fcad4b932c163ac7e76ffd6f069c /app-portage/sisyphus/files
parentcfc00ce940d094892fbe7eadd850dbd460e64752 (diff)
app-portage/sisyphus : version bump
Diffstat (limited to 'app-portage/sisyphus/files')
-rw-r--r--app-portage/sisyphus/files/sisyphus-1.1709-r2.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch b/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch
deleted file mode 100644
index 4149de01..00000000
--- a/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py
-index f49e9da..c19bd88 100755
---- a/src/backend/libsisyphus.py
-+++ b/src/backend/libsisyphus.py
-@@ -258,8 +258,6 @@ def sisyphus_db_rescue():
- os.remove(sisyphus_remote_csv_path_pre)
- if os.path.exists(sisyphus_removable_csv_path_pre):
- os.remove(sisyphus_removable_csv_path_pre)
-- if os.path.exists(sisyphus_local_csv_path_pre):
-- os.remove(sisyphus_local_csv_path_pre)
- if os.path.exists(sisyphus_database_path):
- os.remove(sisyphus_database_path)
- sisyphus_pkg_system_update()
-diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py
-index ee90c6f..c8a8bd9 100755
---- a/src/frontend/cli/sisyphus-cli.py
-+++ b/src/frontend/cli/sisyphus-cli.py
-@@ -17,7 +17,7 @@
- elif "remove-orphans" in sys.argv[1:]:
- sisyphus_pkg_remove_orphans()
- elif "update" in sys.argv[1:]:
-- sisyphus_pkg_system_update
-+ sisyphus_pkg_system_update()
- elif "upgrade" in sys.argv[1:]:
- sisyphus_pkg_system_upgrade()
- elif "search" in sys.argv[1:]: