summaryrefslogtreecommitdiff
path: root/src/backend/setbranch.py
AgeCommit message (Collapse)Author
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; ↵V3n3RiX
injectPortageConfigRepo -> ins_p_cfg_repo
2023-03-09gentooRemote -> g_rmt; redcoreRemote -> r_rmt; portageConfigRemote -> p_cfg_rmtV3n3RiX
2023-03-09remoteGithub -> rmt_gh_addr; remoteGitlab -> rmt_gl_addr; remotePagure -> ↵V3n3RiX
rmt_pg_addr
2023-03-09gentooRepo -> g_repo; redcoreRepo -> r_repo; portageConfigRepo -> p_cfg_repoV3n3RiX
2023-03-09fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> ↵V3n3RiX
r_src_dir; portageConfigDir -> p_cfg_dir; portageCacheDir -> p_cch_dir; portageDistDir -> p_dst_dir; portageMetadataDir -> p_mtd_dir
2023-02-18looks like we reintroduced this after eliminating it in commit ↵v5.2302.0V3n3RiX
5ef298d50edc3c2d7f90150afd3a711a8c3cae68
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 && ↵v4.2212.0V3n3RiX
pep8 the whole backend
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