Goofy CVS! ;-)
The patch had a “$ID:” line in
it, which CVS dutifully updated during the commit. So, testing before worked,
while testing after the commit failed. I updated the patch to remove the bit
that CVS was so eager to change…
And yes, I tested before and after the
commit…
--
David N. Lombard
My comments represent my opinions, not
those of Intel Corporation.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lombard, David N
Sent: Friday, June 04, 2004 3:12
PM
To: Neil Gorsuch; OSCAR-devel
Subject: RE: [Oscar-devel] recent
cvs tree error
Taking a look right now…
--
David N. Lombard
My comments represent my opinions, not
those of Intel Corporation.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neil Gorsuch
Sent: Friday, June 04, 2004 3:07
PM
To: OSCAR-devel
Subject: [Oscar-devel] recent cvs
tree error
I did a cvs checkout and
here is what happens:
Stopping rsync daemon for systemimager: rsync.
Starting rsync daemon for systemimager: rsync.
patching file /usr/lib/systemimager/perl/SystemImager/Server.pm
Hunk #1 FAILED at 5.
1 out of 12 hunks FAILED -- saving rejects to file
/usr/lib/systemimager/perl/SystemImager/Server.pm.rej
Couldn't patch systemimager for disk independence at
/opt/oscar/packages/sis/scripts/post_server_install line 26
Failed running post_server_install for sis at ./wizard_prep line 285
Oscar Wizard preparation script failed to complete at ./install_cluster line
124.
and here is /usr/lib/systemimager/perl/SystemImager/Server.pm.rej:
[EMAIL PROTECTED] oscar]# cat /usr/lib/systemimager/perl/SystemImager/Server.pm.rej
***************
*** 5,10 ****
# Copyright (C) 2002 Bald Guy Software
#
Brian Elliott Finley <[EMAIL PROTECTED]>
#
# $Id: systemimager-server-3.2.0.patch,v 1.1 2004/06/02
21:04:05 dnl Exp $
#
--- 5,13 ----
# Copyright (C) 2002 Bald Guy Software
#
Brian Elliott Finley <[EMAIL PROTECTED]>
#
+ # 4/30/2004, David N. Lombard, [EMAIL PROTECTED]
+ # Disk independence added.
+ #
# $Id: systemimager-server-3.2.0.patch,v 1.1 2004/06/02
21:04:05 dnl Exp $
#
[EMAIL PROTECTED] oscar]#
|