From 206c993e45c39e60eceae1f66c69d39903ab9266 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 20:02:58 +0000 Subject: space functions a bit --- src/backend/update.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/backend/update.py') diff --git a/src/backend/update.py b/src/backend/update.py index acbc445..d6d944e 100644 --- a/src/backend/update.py +++ b/src/backend/update.py @@ -9,6 +9,7 @@ import sisyphus.purgeenv import sisyphus.syncdb import sisyphus.syncenv + def syncAll(): sisyphus.purgeenv.cache() sisyphus.syncenv.gentooRepo() @@ -16,6 +17,7 @@ def syncAll(): sisyphus.syncenv.portageConfigRepo() sisyphus.syncdb.remoteTable() + @animation.wait('fetching updates') def start(): activeBranch = sisyphus.checkenv.branch() @@ -31,6 +33,7 @@ def start(): print("\nCurrent branch: '" + activeBranch + "' (testing)" + "\nCurrent binhost: '" + binhostURL + "' (stable)") sys.exit("\nInvalid branch - binhost pairing; Use 'sisyphus branch --help' for help; Quitting.") + def startx(): activeBranch = sisyphus.checkenv.branch() binhostURL = sisyphus.getenv.binhostURL() -- cgit v1.2.3