| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Some distfiles have to be downloaded manually and don't have url_list.
Give user a message. Count these distfiles.
|
|
|
|
|
|
|
|
|
|
| |
twrapper/need_to_download to twrapper/var
1) Portage changes now have separate repo with master and idfetch branches:
git://git.overlays.gentoo.org/proj/portage-idfetch
or
http://git.overlays.gentoo.org/gitroot/proj/portage-idfetch
2) Rename twrapper/need_to_download to twrapper/var
|
|
|
|
| |
to wait for the whole list to be downloaded.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
pkg_list.list 4) Use subprocess.popen to spawn
1) Improve twrapper to read structured idfetch_pkg_list from a single pkg_list.list file.
2) Set USE_CURSES_FLAG=0 to disable curses.
3) Add lock for pkg_list.list before reading and erase pkg_list.list after reading
Note: After first run twrapper deletes pkg_list.list (erases tasks) and next time says:"Nothing to do."
New pkg_list.list file need to be generated with:
4) wget processes now spawned with subprocess.Popen
|
| |
|
| |
|
|
|