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
/
upgradePkg.py
Age
Commit message (
Expand
)
Author
2022-10-30
move upgrade{Pkg,Src} -> upgrade{pkg,src}
V3n3RiX
2022-10-30
move updateAll -> update
V3n3RiX
2022-10-30
move syncDatabase -> syncdb
V3n3RiX
2022-10-30
move resolveDeps -> solvedeps
V3n3RiX
2022-10-30
move killPortage -> killemerge
V3n3RiX
2022-10-30
move getFilesystem -> getfs
V3n3RiX
2022-10-30
move getEnvironment -> getenv
V3n3RiX
2022-10-30
move checkEnvironment -> checkenv
V3n3RiX
2022-10-27
bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=131
V3n3RiX
2022-10-26
rename start && startqt -> cliExec && guiExec
V3n3RiX
2022-10-26
merge getCSV && getBinhost into getEnvironment
V3n3RiX
2022-10-25
again : meaningful function names
V3n3RiX
2022-09-19
we want realtime output in these, so bring back io.TextIOWrapper
V3n3RiX
2022-09-17
get rid of io.TextIOWrapper
V3n3RiX
2022-09-17
fix Popen.communicate calls
V3n3RiX
2022-09-17
move subprocess.Popen.communicate at the end of the data stream
V3n3RiX
2022-09-17
reorder imports alphabetically
V3n3RiX
2022-09-17
rearrange the backend
V3n3RiX