Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Modify emerge --resume
Date: Tue, 17 Oct 2006 08:17:45
Message-Id: 200610171012.18870.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] Modify emerge --resume by Marco Calviani
1 On Tuesday 17 October 2006 10:07, Marco Calviani wrote:
2 > Hi Bo,
3 >
4 > > # python resume_list.py
5 > >
6 > > should give you the resume list. Then you can alter the resulting list
7 > > and emerge the altered list with --oneshot ...
8 >
9 > thanks for this. This script gave me the resume list. However i'm not
10 > able to give the file to emerge... i've tried with emerge -1 <
11 > resume.list but with no success, it give me the emerge usage howto...
12
13 # echo $(python resume_list.py)
14
15 # emerge -va1 $(python resume_list.py)
16
17 --
18 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] Modify emerge --resume Marco Calviani <marco.calviani@×××××.com>