Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-09 | fetchList -> 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-09 | isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> ↵ | V3n3RiX | |
is_src; areBinaries -> bin_list; areSources -> src_list | |||
2023-03-09 | remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; ↵ | V3n3RiX | |
localCSV -> lcl_csv | |||
2023-03-09 | portageOutput -> p_out | V3n3RiX | |
2023-03-09 | portageExec -> p_exe | V3n3RiX | |
2023-03-05 | remove double fetch | V3n3RiX | |
2023-03-05 | Revert "make some noise" | V3n3RiX | |
This reverts commit 49a117d75b6bf8a3437f8fe8ef0770b177c034d8. | |||
2023-03-05 | make some noise | V3n3RiX | |
2023-02-14 | bright 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-09 | fix the discrepancy between sisyphus and portage colors when it comes to ↵ | V3n3RiX | |
source packages | |||
2023-01-16 | new download method is more reliable, but slower...speed it up againv5.2301.1 | V3n3RiX | |
2023-01-16 | fix typo | V3n3RiX | |
2023-01-12 | bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual ↵v5.2301.0 | V3n3RiX | |
cache cleaning option | |||
2023-01-12 | minor tweaks | V3n3RiX | |
2022-12-17 | upgrade : fix undefined variable in print output | V3n3RiX | |
2022-12-07 | backend : improve input handling in install && upgrade modules | V3n3RiX | |
2022-12-04 | add an aditional matchphrase to the dependency solver, add color support && ↵v4.2212.0 | V3n3RiX | |
pep8 the whole backend | |||
2022-11-16 | change pickle database names | V3n3RiX | |
2022-11-13 | don't show file extensions | V3n3RiX | |
2022-11-05 | some more consistencyv4.2211.0 | V3n3RiX | |
2022-11-04 | backend : use pickle to store dependency lists across modules, split out ↵ | V3n3RiX | |
download as separate module (remove lots of duplicated code) | |||
2022-10-30 | space functions a bit | V3n3RiX | |
2022-10-30 | these are no longer needed | V3n3RiX | |
2022-10-30 | merge upgradepkg && upgradesrc | V3n3RiX | |
2022-09-17 | rearrange the backend | V3n3RiX | |
2022-09-16 | bugfix : | V3n3RiX | |
* subprocess.Popen child processes can "sometimes" generate a very large output, causing a deadlock (**cough** dependency solver **cough**) * use subprocess.Popen.communicate instead of subprocess.Popen.wait to avoid such issues * see : https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait | |||
2021-02-08 | backend : we already have package category in the calculated dependency ↵v4.2102.0 | V3n3RiX | |
list, so use it and don't waste time extracting it from the tarbals | |||
2021-02-02 | minor changes | V3n3RiX | |
2021-01-30 | don't start from 0, but from 1 insteadv4.2101.1 | V3n3RiX | |
2021-01-30 | backend : show how many binaries out of how many we downloaded so far | V3n3RiX | |
2021-01-30 | fix typo | V3n3RiX | |
2021-01-30 | ui : move package operations into the backend | V3n3RiX | |
2020-07-04 | fix some minor typosv4.2007.0 | V3n3RiX | |
2020-06-12 | backend : split hybrid options out ('sisyphus install pkgname --hybrid' or ↵ | V3n3RiX | |
'sisyphus upgrade --hybrid') | |||
2020-06-06 | filesystem module : gather all the folder and file paths used by sisyphus ↵ | V3n3RiX | |
under one module, and expose them to other modules from there | |||
2020-06-06 | big rewrite : split the backend in smaller pieces, rework the cli frontend ↵ | V3n3RiX | |
to work with the new backend ... gui frontend wip |