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
/
solvedeps.py
Age
Commit message (
Expand
)
Author
2023-05-05
bugfix (part 2) : https://bugs.redcorelinux.org/show_bug.cgi?id=142
V3n3RiX
2023-05-05
bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=142
V3n3RiX
2023-04-08
solvedeps : make sure it stops with keyboard interrupt
V3n3RiX
2023-04-07
backend : rewrite the dependency solver in a more efficient way
V3n3RiX
2023-03-11
run autopep8 on the code
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
portageOutput -> p_out
V3n3RiX
2023-03-09
portageExec -> p_exe
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-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
move resolveDeps -> solvedeps
V3n3RiX
2022-09-17
rearrange the backend
V3n3RiX
2022-09-16
bugfix :
V3n3RiX
2021-02-15
backend : enable bdeps by default in solvedeps && install && ebuildinstall mo...
V3n3RiX
2021-02-06
order imports, minor fix in check module
V3n3RiX
2020-06-09
sisyphus-cli : plug more functions : install, uninstall, forceuninstall, upda...
V3n3RiX
2020-06-06
big rewrite : split the backend in smaller pieces, rework the cli frontend to...
V3n3RiX