summaryrefslogtreecommitdiff
path: root/src/backend/update.py
AgeCommit message (Expand)Author
2024-02-25rename some functionsv6.2402.0V3n3RiX
2024-02-08getcolor -> getclrV3n3RiX
2023-07-21sleep for 1 secondV3n3RiX
2023-07-21backend : rework the update logic a littleV3n3RiX
2023-04-15split extra long prints into smaller ones, improve code readabilityv6.2304.0V3n3RiX
2023-04-15backend : improve the countdown timer, use it to kill the GUI whenever an uns...V3n3RiX
2023-04-15fix typosV3n3RiX
2023-04-15check for internet connectivity, and stop execution if there is noneV3n3RiX
2023-04-08update : handle KeyboardInterrupt gracefullyV3n3RiX
2023-04-07rewrite updateV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-09gentooRepo -> g_repo; redcoreRepo -> r_repo; portageConfigRepo -> p_cfg_repoV3n3RiX
2023-03-09isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> i...V3n3RiX
2023-03-09remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; localCSV...V3n3RiX
2023-03-09systemBranch -> sys_brch; activeBranch -> act_brch; localBranch -> lcl_brch; ...V3n3RiX
2023-03-09fixupsV3n3RiX
2023-03-09binhostURL -> bhaddrV3n3RiX
2023-01-12bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual cach...v5.2301.0V3n3RiX
2023-01-12minor tweaksV3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && p...v4.2212.0V3n3RiX
2022-11-05some more consistencyv4.2211.0V3n3RiX
2022-10-30space functions a bitV3n3RiX
2022-10-30various cleanupsV3n3RiX
2022-10-30move updateAll -> updateV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-08-09backend : split check.branch() functionV3n3RiX
2021-03-06merge similar modules togetherv4.2103V3n3RiX
2021-03-06backend:V3n3RiX
2021-03-06backend :V3n3RiX
2021-02-15backend : enable bdeps by default in solvedeps && install && ebuildinstall mo...V3n3RiX
2021-02-02minor changesV3n3RiX
2021-02-02make this code more prettyV3n3RiX
2021-02-02* better explain some used termsV3n3RiX
2021-01-31backend : refuse to run if there is a missmatch between the local branch and ...V3n3RiX
2021-01-31Revert "backend : reuse binhost module in csvfiles module, one less portage c...V3n3RiX
2021-01-31backend : reuse binhost module in csvfiles module, one less portage callV3n3RiX
2020-08-18make sisyphus.check.root more portable, replace it everywhereV3n3RiX
2020-06-06minor fixes, make the gui client work with the new backendV3n3RiX
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend to...V3n3RiX