Age | Commit message (Collapse) | Author |
|
|
|
keyboard interrupt gracefully
|
|
|
|
interface)
|
|
|
|
|
|
|
|
|
|
r_src_dir; portageConfigDir -> p_cfg_dir; portageCacheDir -> p_cch_dir; portageDistDir -> p_dst_dir; portageMetadataDir -> p_mtd_dir
|
|
is_src; areBinaries -> bin_list; areSources -> src_list
|
|
localCSV -> lcl_csv
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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
|
|
list, so use it and don't waste time extracting it from the tarbals
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'sisyphus upgrade --hybrid')
|
|
under one module, and expose them to other modules from there
|
|
to work with the new backend ... gui frontend wip
|