public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] releng r580 - trunk/tools
@ 2008-09-28 19:47 Andrew Gaffney (agaffney)
  0 siblings, 0 replies; only message in thread
From: Andrew Gaffney (agaffney) @ 2008-09-28 19:47 UTC (permalink / raw
  To: gentoo-commits

Author: agaffney
Date: 2008-09-28 19:47:57 +0000 (Sun, 28 Sep 2008)
New Revision: 580

Modified:
   trunk/tools/ChangeLog
   trunk/tools/catalyst-auto
Log:
Add another sed to add the datestamp to the ISO name

Modified: trunk/tools/ChangeLog
===================================================================
--- trunk/tools/ChangeLog	2008-09-28 19:40:48 UTC (rev 579)
+++ trunk/tools/ChangeLog	2008-09-28 19:47:57 UTC (rev 580)
@@ -2,6 +2,9 @@
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
+  Add another sed to add the datestamp to the ISO name
+
   28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org>
   catalyst-auto-amd64.conf:
   Change sample config to point to new releases/weekly dir in checkout

Modified: trunk/tools/catalyst-auto
===================================================================
--- trunk/tools/catalyst-auto	2008-09-28 19:40:48 UTC (rev 579)
+++ trunk/tools/catalyst-auto	2008-09-28 19:47:57 UTC (rev 580)
@@ -141,6 +141,7 @@
   if [ "${old_version_stamp}" = "${old_source_subpath}" ]; then
     sed -i 's|^source_subpath: \(.\+-\).\+$|source_subpath: \1'${DATESTAMP}'|' ${i}
   fi
+  sed -i '/^livecd\/iso/s|'${old_version_stamp}'|'${DATESTAMP}'|' ${i}
 
   kconfig_line=$(grep '^boot/kernel/[^/]\+/config:' ${i})
   if [ -n "${kconfig_line}" ]; then




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

only message in thread, other threads:[~2008-09-28 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-28 19:47 [gentoo-commits] releng r580 - trunk/tools Andrew Gaffney (agaffney)

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