From: Mark Constable <markc@renta.net>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Release/Stable/Dev
Date: Thu, 21 Nov 2002 01:20:21 +1000 [thread overview]
Message-ID: <200211210120.21793.markc@renta.net> (raw)
In-Reply-To: <002a01c290a3$2cd39d10$d628c480@rsk>
On Thursday 21 November 2002 00:43, Riyad Kalla wrote:
> I notice so much activity on this list all the time with new packages
> and new ideas and new ebuilds, etc. etc...
> ...
> This is cool and everything, but it also makes it hard for people that
> need to get a "stable release quality" version to say slap on a
> production server...
> ...
> How do I combat this? Say if I'm interested in a rock-solid snapshot of
> Gentoo without going through an ungodly amount of administrative setup
> and mirroring of the snapshot etc.?
Just an idea that does not require upstream supervision.
rsync the portage tree as per normal and create two other
directories to hold alternate portage trees and make two
extra complete copies of the original tree. Setup a cron
job everyday to basically (untested)...
find /path/to/portage -type f -mtime +7 -exec cp {} /path/to/portage2 \;
find /path/to/portage2 -type f -mtime +21 -exec cp {} /path/to/portage3 \;
so that any ebuild that lasts 7 days without being updated
will get copied over to the portage2 dir tree, then the
same from the portage2 tree to the portage3 tree after
another 3 weeks... so that portage3 should always be 4
weeks behind the current developement... with ebuilds
that have succesfully migrated there from lack of being
modified, which infers some stability with that ebuild.
A bit of individual fiddling with the +7 and +21 might
be required to suit everyones idea of stability and use
a softlink to point to whichever tree you actually want
to use.
Think of it as the Debian unstable|testing|stable triage.
--markc
--
gentoo-dev@gentoo.org mailing list
next prev parent reply other threads:[~2002-11-20 15:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-20 14:43 [gentoo-dev] Release/Stable/Dev Riyad Kalla
2002-11-20 15:20 ` Mark Constable [this message]
2002-11-20 16:00 ` Toby Dickenson
2002-11-20 16:21 ` Chad Huneycutt
2002-11-20 16:33 ` Toby Dickenson
2002-11-20 16:42 ` Chad Huneycutt
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=200211210120.21793.markc@renta.net \
--to=markc@renta.net \
--cc=gentoo-dev@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