summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Consider files that need to be downloaded manuallysimka2010-06-031-125/+80
| | | | | Some distfiles have to be downloaded manually and don't have url_list. Give user a message. Count these distfiles.
* Rearrange folders: move portage to separate repo, rename ↵simka2010-06-036-16/+4
| | | | | | | | | | 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
* Twrapper calls for emerge as soon as new package can be installed. No need ↵simka2010-05-312-275/+145
| | | | to wait for the whole list to be downloaded.
* Pickle module replaced with jsonsimka2010-05-303-7251/+0
|
* 1) Add hash checks. 2) Exclude duplicates from the distfile list.simka2010-05-301-15/+287
|
* 1) Add portage dir with modified fetch.py. 2) Add basic premerge.sh scriptsimka2010-05-305-3691/+4045
|
* 1) Structured file for pkgs. 2) Curses are optional. 3) Lock for ↵root2010-05-30112-5656/+7098
| | | | | | | | | | | 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
* twrapper kills child processes on exit. Log file for wget replaced with piperoot2010-05-261-68/+129
|
* Some dirs addedsimka2010-05-263-0/+0
|
* First prototype of twrapperKostyantyn Ovecho2010-05-26114-0/+5737