public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] catalyst r1303 - in trunk: . targets/stage1 targets/stage2 targets/stage3
@ 2008-02-14 18:30 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-14 18:30 UTC (permalink / raw
  To: gentoo-commits

Author: wolf31o2
Date: 2008-02-14 18:30:05 +0000 (Thu, 14 Feb 2008)
New Revision: 1303

Modified:
   trunk/ChangeLog
   trunk/targets/stage1/stage1-chroot.sh
   trunk/targets/stage2/stage2-chroot.sh
   trunk/targets/stage3/stage3-chroot.sh
Log:
We need to be sure we clear out /var/log/portage/elog as well as /var/log/emerge.log for stages 1 through 3.

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-02-14 16:51:33 UTC (rev 1302)
+++ trunk/ChangeLog	2008-02-14 18:30:05 UTC (rev 1303)
@@ -1,6 +1,12 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
+  targets/stage3/stage3-chroot.sh:
+  We need to be sure we clear out /var/log/portage/elog as well as
+  /var/log/emerge.log for stages 1 through 3.
+
   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   modules/generic_stage_target.py,
   targets/livecd-stage2/livecd-stage2-controller.sh,

Modified: trunk/targets/stage1/stage1-chroot.sh
===================================================================
--- trunk/targets/stage1/stage1-chroot.sh	2008-02-14 16:51:33 UTC (rev 1302)
+++ trunk/targets/stage1/stage1-chroot.sh	2008-02-14 18:30:05 UTC (rev 1303)
@@ -45,6 +45,5 @@
 rm -f /var/lib/portage/world
 touch /var/lib/portage/world
 
-rm -f /var/log/emerge.log
-rm -f /etc/xml/catalog
+rm -f /var/log/emerge.log /var/log/portage/elog/* /etc/xml/catalog
 rm -rf /var/tmp/*

Modified: trunk/targets/stage2/stage2-chroot.sh
===================================================================
--- trunk/targets/stage2/stage2-chroot.sh	2008-02-14 16:51:33 UTC (rev 1302)
+++ trunk/targets/stage2/stage2-chroot.sh	2008-02-14 18:30:05 UTC (rev 1303)
@@ -24,3 +24,4 @@
 ## START BUILD
 /usr/portage/scripts/bootstrap.sh ${bootstrap_opts} || exit 1
 
+rm -f /var/log/emerge.log /var/log/portage/elog/*

Modified: trunk/targets/stage3/stage3-chroot.sh
===================================================================
--- trunk/targets/stage3/stage3-chroot.sh	2008-02-14 16:51:33 UTC (rev 1302)
+++ trunk/targets/stage3/stage3-chroot.sh	2008-02-14 18:30:05 UTC (rev 1303)
@@ -16,3 +16,5 @@
 
 rm -f /var/lib/portage/world
 touch /var/lib/portage/world
+
+rm -f /var/log/emerge.log /var/log/portage/elog/*

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-14 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 18:30 [gentoo-commits] catalyst r1303 - in trunk: . targets/stage1 targets/stage2 targets/stage3 Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox