Gentoo Archives: gentoo-user

From: Joost Roeleveld <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Howzat!
Date: Tue, 19 Apr 2011 06:59:24
Message-Id: 20110419065754.D2F7C39B2@data.antarean.org
In Reply to: Re: [gentoo-user] Howzat! by Thanasis
1 On Tuesday 19 April 2011 08:34:06 Thanasis wrote:
2 > on 04/19/2011 12:56 AM Neil Bothwick wrote the following:
3 > > Incidentally, my cron script that runs emerge --sync follows it with
4 > > emerge-uDNf world, so the files are already in $DISTDIR when I want to
5 > > update.
6 >
7 > Can you post the script?
8
9 My guess is that the script would be something like the following:
10 =====
11 #!/bin/sh
12 #
13 emerge --sync
14 emerge -uDNf world
15 =====
16
17 --
18 Joost

Replies

Subject Author
Re: [gentoo-user] Howzat! Neil Bothwick <neil@××××××××××.uk>