summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-10more cryptic changesV3n3RiX
2023-03-10eselectExec -> e_exe; envExec -> env_exeV3n3RiX
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-03-09isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> ↵V3n3RiX
is_src; areBinaries -> bin_list; areSources -> src_list
2023-03-09remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; ↵V3n3RiX
localCSV -> lcl_csv
2023-03-09remotePackagesCsv -> rmt_pcsv; remoteDescriptionsCsv -> rmt_dcsv; ↵V3n3RiX
localPackagesCsv -> lcl_pcsv; localDatabase -> lcl_db
2023-03-09systemBranch -> sys_brch; activeBranch -> act_brch; localBranch -> lcl_brch; ↵V3n3RiX
remoteBranch -> rmt_brch
2023-03-09fixupsV3n3RiX
2023-03-09gitExecStage -> g_exeV3n3RiX
2023-03-09csvURL -> csvaddrV3n3RiX
2023-03-09binhostURL -> bhaddrV3n3RiX
2023-03-09portageOutput -> p_outV3n3RiX
2023-03-09portageExec -> p_exeV3n3RiX
2023-03-05remove double fetchV3n3RiX
2023-03-05Revert "make some noise"V3n3RiX
This reverts commit 49a117d75b6bf8a3437f8fe8ef0770b177c034d8.
2023-03-05make some noiseV3n3RiX
2023-02-18looks like we reintroduced this after eliminating it in commit ↵v5.2302.0V3n3RiX
5ef298d50edc3c2d7f90150afd3a711a8c3cae68
2023-02-18w00psV3n3RiX
2023-02-14bright colours mean @world in portage's context, and sisyphus doesn't really ↵V3n3RiX
care about that aspect...don't highlight source installs as if we add them to @world
2023-02-09fix the discrepancy between sisyphus and portage colors when it comes to ↵V3n3RiX
source packages
2023-01-16new download method is more reliable, but slower...speed it up againv5.2301.1V3n3RiX
2023-01-16fix typoV3n3RiX
2023-01-14purge the download cache when switching branchesV3n3RiX
2023-01-12bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual ↵v5.2301.0V3n3RiX
cache cleaning option
2023-01-12fix missing importV3n3RiX
2023-01-12minor tweaksV3n3RiX
2022-12-18add github as a remote optionV3n3RiX
2022-12-17upgrade : fix undefined variable in print outputV3n3RiX
2022-12-08let's maintain similar patternsV3n3RiX
2022-12-07backend : improve input handling in install && upgrade modulesV3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && ↵v4.2212.0V3n3RiX
pep8 the whole backend
2022-11-16change pickle database namesV3n3RiX
2022-11-13don't show file extensionsV3n3RiX
2022-11-05some more consistencyv4.2211.0V3n3RiX
2022-11-04maintain some consistencyV3n3RiX
2022-11-04Revert "backend : maintain some consistency, shave off some more lines of code"V3n3RiX
This reverts commit 30f0ed9e0fa8b93b98ce707b4b432c3959dc764c.
2022-11-04backend : maintain some consistency, shave off some more lines of codeV3n3RiX
2022-11-04backend : use pickle to store dependency lists across modules, split out ↵V3n3RiX
download as separate module (remove lots of duplicated code)
2022-10-30move setMirror -> mirrorsV3n3RiX
2022-10-30space functions a bitV3n3RiX
2022-10-30these are no longer neededV3n3RiX
2022-10-30fix a typoV3n3RiX
2022-10-30merge upgradepkg && upgradesrcV3n3RiX
2022-10-30fix indentationV3n3RiX
2022-10-30merge installpkg && installsrcV3n3RiX