summaryrefslogtreecommitdiff
path: root/src/backend/install.py
AgeCommit message (Expand)Author
2024-02-25rename some functionsv6.2402.0V3n3RiX
2024-02-25bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=143V3n3RiX
2024-02-08getcolor -> getclrV3n3RiX
2024-02-08download -> dlpkgV3n3RiX
2023-05-20fix missing importsv6.2305.0V3n3RiX
2023-05-05bugfix (part 2) : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
2023-05-05bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
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-14don't allow alien packages to be reinstalled from gui; catch them earlyV3n3RiX
2023-04-09rewrite upgrade; cleaner API : one entrypoint instead of three, handle keyboa...V3n3RiX
2023-04-09rewrite install; cleaner API : one entrypoint instead of three, handle keyboa...V3n3RiX
2023-04-08axe auto-confirmation for --oneshot packagesV3n3RiX
2023-04-08install : implement --oneshot, bugfix : https://bugs.redcorelinux.org/show_bu...V3n3RiX
2023-04-07rewrite updateV3n3RiX
2023-04-07download : show why and where we use output_redirection (aka, graphical inter...V3n3RiX
2023-04-07backend : rewrite the dependency solver in a more efficient wayV3n3RiX
2023-04-07backend : rewrite download in a more efficient wayV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-10more cryptic changesV3n3RiX
2023-03-09fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> r_src_dir...V3n3RiX
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-09portageOutput -> p_outV3n3RiX
2023-03-09portageExec -> p_exeV3n3RiX
2023-03-05Revert "make some noise"V3n3RiX
2023-03-05make some noiseV3n3RiX
2023-02-14bright colours mean @world in portage's context, and sisyphus doesn't really ...V3n3RiX
2023-02-09fix the discrepancy between sisyphus and portage colors when it comes to sour...V3n3RiX
2023-01-16new download method is more reliable, but slower...speed it up againv5.2301.1V3n3RiX
2023-01-12bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual cach...v5.2301.0V3n3RiX
2022-12-17upgrade : fix undefined variable in print outputV3n3RiX
2022-12-07backend : improve input handling in install && upgrade modulesV3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && p...v4.2212.0V3n3RiX
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
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 down...V3n3RiX
2022-10-30space functions a bitV3n3RiX
2022-10-30these are no longer neededV3n3RiX
2022-10-30fix indentationV3n3RiX
2022-10-30merge installpkg && installsrcV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-09-16bugfix :V3n3RiX
2021-02-15backend : enable bdeps by default in solvedeps && install && ebuildinstall mo...V3n3RiX
2021-02-08backend : we already have package category in the calculated dependency list,...v4.2102.0V3n3RiX
2021-02-02minor changesV3n3RiX