[3596] in SIPB_Linux_Development
Re: testing failure
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Dec 1 11:02:31 2001
From: Greg Hudson <ghudson@MIT.EDU>
To: Derek Atkins <warlord@MIT.EDU>
Cc: linux-dev@MIT.EDU
In-Reply-To: <sjm667rn7u7.fsf@benjamin.ihtfp.org>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: 01 Dec 2001 10:57:52 -0500
Message-Id: <1007222272.1330.14.camel@error-messages.mit.edu>
Mime-Version: 1.0
On Fri, 2001-11-30 at 18:43, Derek Atkins wrote:
> This wont help with the Epoch problem which also needs to be fixed
> if we want a direct update from a SIPB-installed machine to 9.0
Um, it should. The release lists in AFS have epochs.
But there might be a simpler way, depending on what problems we are
trying to solve. If we are just trying to get epochs in the release
list, something like:
rpm -qa --queryformat \
'/%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm %{EPOCH}\n' |
sed -e 's/ (none)$//' -e '/^kernel-smp/d' > /var/athena/release-rpms
in place of our current list-generating command would work.
If we are also trying to solve the potential problem that the resulting
release-rpms file might contain locally installed RPMs, then we do need
to be copying in a release list from somewhere.