Hello all

Some times ago was possible to use command like
emerge --nospinner -uD -pf world 2>&1 | output_parser

example from Xavier Neys:
emerge --nospinner -pf world 2>&1 | awk '/md5 src_uri ;-)/{okfiles[$NF]=1} /\/[:alnum:]/{nf=split($1,a,"/");wanted[a[nf]]=$0} END {for (f in wanted) if (!(f in okfiles)) {print wanted[f]} }'


and make list of urls for download,
script remove files which has line "md5 src_uri ;-)"
(already downloaded files but not emerged yet)

now "emerge -pf world" don't print this magic lines and
I can't divide its output on
-already downloaded files but not merge yet
-and files not downloaded and not merged

Please make Gentoo offline user's life more easier.

May be there already exists tool to make
the list of files not downloaded (and not merged).

note: "emerge -pf world" show urls for all not merged
packages, irrespective of the fact that downloaded file already
or not.

Thanks.


-- [email protected] mailing list



Reply via email to