From: "Boyd Stephen Smith Jr." <bss03@volumehost.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] accelerate emerge
Date: Tue, 28 Feb 2006 17:42:02 -0600 [thread overview]
Message-ID: <200602281742.02807.bss03@volumehost.net> (raw)
In-Reply-To: <20060228222720.GC1261@waltdnes.org>
On Tuesday 28 February 2006 16:27, "Walter Dnes" <waltdnes@waltdnes.org>
wrote about 'Re: [gentoo-user] accelerate emerge':
> #!/bin/bash
> emerge --deep --update --world --fetchonly
> emerge --deep --update --world
>
> ...but I'd like to get an emerge going on the 1st package as soon as
> it's finished downloading, whilst having the downloads of all the other
> packages continue in a separate thread.
Try adding '&' to your first line to start it as a background process. I
did this for months. MAKE SURE emerge --info SHOWS THAT YOU ARE USING THE
DISTLOCKS FEATURE.
It's a separate process instead of a separate thread, but it should do what
you want. You may also want to throw a '> /dev/null 2>&-' before the '&',
but that depends on your sensibilities.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2006-02-28 23:58 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-27 15:49 [gentoo-user] accelerate emerge El Nino
2006-02-27 16:00 ` Boris Fersing
2006-02-27 16:39 ` El Nino
2006-02-28 6:06 ` Zac Slade
2006-02-27 21:43 ` Ralph Slooten
2006-02-27 16:05 ` Alexander Skwar
2006-02-27 17:27 ` Daniel da Veiga
2006-02-27 17:39 ` Hans-Werner Hilse
2006-02-27 18:32 ` Dave Nebinger
2006-02-28 22:27 ` Walter Dnes
2006-02-28 22:55 ` Iain Buchanan
2006-02-28 23:25 ` Mike Owen
2006-02-28 23:42 ` Boyd Stephen Smith Jr.
2006-02-28 23:50 ` Iain Buchanan
2006-03-01 3:17 ` Michael A. Smith
2006-03-01 4:11 ` Vladimir G. Ivanovic
2006-02-28 23:42 ` Boyd Stephen Smith Jr. [this message]
2006-03-01 3:15 ` Michael A. Smith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602281742.02807.bss03@volumehost.net \
--to=bss03@volumehost.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox