Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r580 - trunk/tools
Date: Sun, 28 Sep 2008 19:48:01
Message-Id: E1Kk2FK-0001HX-E5@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-09-28 19:47:57 +0000 (Sun, 28 Sep 2008)
3 New Revision: 580
4
5 Modified:
6 trunk/tools/ChangeLog
7 trunk/tools/catalyst-auto
8 Log:
9 Add another sed to add the datestamp to the ISO name
10
11 Modified: trunk/tools/ChangeLog
12 ===================================================================
13 --- trunk/tools/ChangeLog 2008-09-28 19:40:48 UTC (rev 579)
14 +++ trunk/tools/ChangeLog 2008-09-28 19:47:57 UTC (rev 580)
15 @@ -2,6 +2,9 @@
16 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id$
18
19 + 28 Sep 2008; Andrew Gaffney <agaffney@g.o> catalyst-auto:
20 + Add another sed to add the datestamp to the ISO name
21 +
22 28 Sep 2008; Andrew Gaffney <agaffney@g.o>
23 catalyst-auto-amd64.conf:
24 Change sample config to point to new releases/weekly dir in checkout
25
26 Modified: trunk/tools/catalyst-auto
27 ===================================================================
28 --- trunk/tools/catalyst-auto 2008-09-28 19:40:48 UTC (rev 579)
29 +++ trunk/tools/catalyst-auto 2008-09-28 19:47:57 UTC (rev 580)
30 @@ -141,6 +141,7 @@
31 if [ "${old_version_stamp}" = "${old_source_subpath}" ]; then
32 sed -i 's|^source_subpath: \(.\+-\).\+$|source_subpath: \1'${DATESTAMP}'|' ${i}
33 fi
34 + sed -i '/^livecd\/iso/s|'${old_version_stamp}'|'${DATESTAMP}'|' ${i}
35
36 kconfig_line=$(grep '^boot/kernel/[^/]\+/config:' ${i})
37 if [ -n "${kconfig_line}" ]; then