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
/
update.py
Age
Commit message (
Expand
)
Author
2023-07-21
sleep for 1 second
V3n3RiX
2023-07-21
backend : rework the update logic a little
V3n3RiX
2023-04-15
split extra long prints into smaller ones, improve code readability
v6.2304.0
V3n3RiX
2023-04-15
backend : improve the countdown timer, use it to kill the GUI whenever an uns...
V3n3RiX
2023-04-15
fix typos
V3n3RiX
2023-04-15
check for internet connectivity, and stop execution if there is none
V3n3RiX
2023-04-08
update : handle KeyboardInterrupt gracefully
V3n3RiX
2023-04-07
rewrite update
V3n3RiX
2023-03-11
run autopep8 on the code
V3n3RiX
2023-03-09
gentooRepo -> g_repo; redcoreRepo -> r_repo; portageConfigRepo -> p_cfg_repo
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
systemBranch -> sys_brch; activeBranch -> act_brch; localBranch -> lcl_brch; ...
V3n3RiX
2023-03-09
fixups
V3n3RiX
2023-03-09
binhostURL -> bhaddr
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-04
add an aditional matchphrase to the dependency solver, add color support && p...
v4.2212.0
V3n3RiX
2022-11-05
some more consistency
v4.2211.0
V3n3RiX
2022-10-30
space functions a bit
V3n3RiX
2022-10-30
various cleanups
V3n3RiX
2022-10-30
move updateAll -> update
V3n3RiX
2022-09-17
rearrange the backend
V3n3RiX
2022-08-09
backend : split check.branch() function
V3n3RiX
2021-03-06
merge similar modules together
v4.2103
V3n3RiX
2021-03-06
backend:
V3n3RiX
2021-03-06
backend :
V3n3RiX
2021-02-15
backend : enable bdeps by default in solvedeps && install && ebuildinstall mo...
V3n3RiX
2021-02-02
minor changes
V3n3RiX
2021-02-02
make this code more pretty
V3n3RiX
2021-02-02
* better explain some used terms
V3n3RiX
2021-01-31
backend : refuse to run if there is a missmatch between the local branch and ...
V3n3RiX
2021-01-31
Revert "backend : reuse binhost module in csvfiles module, one less portage c...
V3n3RiX
2021-01-31
backend : reuse binhost module in csvfiles module, one less portage call
V3n3RiX
2020-08-18
make sisyphus.check.root more portable, replace it everywhere
V3n3RiX
2020-06-06
minor fixes, make the gui client work with the new backend
V3n3RiX
2020-06-06
big rewrite : split the backend in smaller pieces, rework the cli frontend to...
V3n3RiX