Age | Commit message (Collapse) | Author |
|
|
|
|
|
This reverts commit 49a117d75b6bf8a3437f8fe8ef0770b177c034d8.
|
|
|
|
care about that aspect...don't highlight source installs as if we add them to @world
|
|
source packages
|
|
|
|
cache cleaning option
|
|
|
|
|
|
pep8 the whole backend
|
|
|
|
|
|
|
|
|
|
This reverts commit 30f0ed9e0fa8b93b98ce707b4b432c3959dc764c.
|
|
|
|
download as separate module (remove lots of duplicated code)
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
modules so we get everything in one go
|
|
list, so use it and don't waste time extracting it from the tarbals
|
|
|
|
|
|
|
|
|
|
|
|
'sisyphus upgrade --hybrid')
|
|
update, upgrade, rescue, spmsync, autoremove - all work
|
|
under one module, and expose them to other modules from there
|
|
to work with the new backend ... gui frontend wip
|