summaryrefslogtreecommitdiff
path: root/src/backend/setbranch.py
AgeCommit message (Expand)Author
2024-03-01rewrite the print statements in a more concise and professional wayv6.2403.0V3n3RiX
2024-02-25rename some functionsv6.2402.0V3n3RiX
2024-02-08getcolor -> getclrV3n3RiX
2023-08-02randomly and automatically pick a correct binhost index while switching branchesV3n3RiX
2023-04-15fix typosV3n3RiX
2023-04-15check for internet connectivity, and stop execution if there is noneV3n3RiX
2023-04-08setbranch : make sure it stops with keyboard interruptV3n3RiX
2023-04-08setbranch : store the branches and remotes in a dict, simplyfying the codeV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-10injectGentooRepo -> ins_g_repo; injectRedcoreRepo -> ins_r_repo; injectPortag...V3n3RiX
2023-03-09gentooRemote -> g_rmt; redcoreRemote -> r_rmt; portageConfigRemote -> p_cfg_rmtV3n3RiX
2023-03-09remoteGithub -> rmt_gh_addr; remoteGitlab -> rmt_gl_addr; remotePagure -> rmt...V3n3RiX
2023-03-09gentooRepo -> g_repo; redcoreRepo -> r_repo; portageConfigRepo -> p_cfg_repoV3n3RiX
2023-03-09fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> r_src_dir...V3n3RiX
2023-02-18looks like we reintroduced this after eliminating it in commit 5ef298d50edc3c...v5.2302.0V3n3RiX
2023-02-18w00psV3n3RiX
2023-01-14purge the download cache when switching branchesV3n3RiX
2022-12-18add github as a remote optionV3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && p...v4.2212.0V3n3RiX
2022-10-30space functions a bitV3n3RiX
2022-10-30various cleanupsV3n3RiX
2022-10-30move syncDatabase -> syncdbV3n3RiX
2022-10-30move setJobs -> setjobsV3n3RiX
2022-10-30move setBranch -> setbranchV3n3RiX