Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to "freeze" my Gentoo system
Date: Thu, 12 Mar 2009 09:48:54
Message-Id: 20090312094848.3ef8acdb@krikkit.digimed.co.uk
In Reply to: Re: [gentoo-user] How to "freeze" my Gentoo system by Alan McKinnon
1 On Thu, 12 Mar 2009 09:56:47 +0200, Alan McKinnon wrote:
2
3 > The atom syntax you want is <package>~ which means any -rN version
4 > (including -r0) of the base version.
5
6 I've only even seen the ~ used at the start of an atom, I didn't know it
7 could be used at the end too.
8
9 > You could grab a complete list of your system and world (emerge -et),
10 > mangle it into shape with grep, sed and awk and redirect the whole lot
11 > to a package.mask file in a format something like this:
12 >
13 > >app-1.1.0~
14
15 emerge portage-utils
16 qatom $(qlist -ICv) | awk '{print ">"$1"/"$2"-"$3"~"}'
17
18
19 --
20 Neil Bothwick
21
22 I was married by a judge. I should have asked for a jury.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] How to "freeze" my Gentoo system Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] How to "freeze" my Gentoo system "Sebastian Günther" <samson@××××××××××××××××.de>