index
:
sisyphus
master
next
Sisyphus Package Manager
Redcore Linux Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
upgrade.py
Age
Commit message (
Expand
)
Author
2023-04-07
rewrite update
V3n3RiX
2023-04-07
download : show why and where we use output_redirection (aka, graphical inter...
V3n3RiX
2023-04-07
backend : rewrite the dependency solver in a more efficient way
V3n3RiX
2023-04-07
backend : rewrite download in a more efficient way
V3n3RiX
2023-03-11
run autopep8 on the code
V3n3RiX
2023-03-10
more cryptic changes
V3n3RiX
2023-03-09
fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> r_src_dir...
V3n3RiX
2023-03-09
isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> i...
V3n3RiX
2023-03-09
remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; localCSV...
V3n3RiX
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
2023-03-05
make some noise
V3n3RiX
2023-02-14
bright colours mean @world in portage's context, and sisyphus doesn't really ...
V3n3RiX
2023-02-09
fix the discrepancy between sisyphus and portage colors when it comes to sour...
V3n3RiX
2023-01-16
new download method is more reliable, but slower...speed it up again
v5.2301.1
V3n3RiX
2023-01-16
fix typo
V3n3RiX
2023-01-12
bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual cach...
v5.2301.0
V3n3RiX
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 && p...
v4.2212.0
V3n3RiX
2022-11-16
change pickle database names
V3n3RiX
2022-11-13
don't show file extensions
V3n3RiX
2022-11-05
some more consistency
v4.2211.0
V3n3RiX
2022-11-04
backend : use pickle to store dependency lists across modules, split out down...
V3n3RiX
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
2021-02-08
backend : we already have package category in the calculated dependency list,...
v4.2102.0
V3n3RiX
2021-02-02
minor changes
V3n3RiX
2021-01-30
don't start from 0, but from 1 instead
v4.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 typos
v4.2007.0
V3n3RiX
2020-06-12
backend : split hybrid options out ('sisyphus install pkgname --hybrid' or 's...
V3n3RiX
2020-06-06
filesystem module : gather all the folder and file paths used by sisyphus und...
V3n3RiX
2020-06-06
big rewrite : split the backend in smaller pieces, rework the cli frontend to...
V3n3RiX