From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kk2FN-000113-JH for garchives@archives.gentoo.org; Sun, 28 Sep 2008 19:48:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2256E0670; Sun, 28 Sep 2008 19:48:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F6FCE0670 for ; Sun, 28 Sep 2008 19:48:01 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D761C64BD7 for ; Sun, 28 Sep 2008 19:47:59 +0000 (UTC) Received: from agaffney by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kk2FK-0001HX-E5 for gentoo-commits@lists.gentoo.org; Sun, 28 Sep 2008 19:47:58 +0000 To: gentoo-commits@lists.gentoo.org From: "Andrew Gaffney (agaffney)" Subject: [gentoo-commits] releng r580 - trunk/tools X-VCS-Repository: releng X-VCS-Revision: 580 X-VCS-Files: trunk/tools/ChangeLog trunk/tools/catalyst-auto X-VCS-Directories: trunk/tools X-VCS-Committer: agaffney X-VCS-Committer-Name: Andrew Gaffney Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Andrew Gaffney Date: Sun, 28 Sep 2008 19:47:58 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f56f20c0-e6c5-4448-bd3a-7a0f7d3ddd66 X-Archives-Hash: 49c66c875d49fc25c87ea02543e81a50 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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$ =20 + 28 Sep 2008; Andrew Gaffney catalyst-auto: + Add another sed to add the datestamp to the ISO name + 28 Sep 2008; Andrew Gaffney catalyst-auto-amd64.conf: Change sample config to point to new releases/weekly dir in checkout Modified: trunk/tools/catalyst-auto =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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}" =3D "${old_source_subpath}" ]; then sed -i 's|^source_subpath: \(.\+-\).\+$|source_subpath: \1'${DATESTA= MP}'|' ${i} fi + sed -i '/^livecd\/iso/s|'${old_version_stamp}'|'${DATESTAMP}'|' ${i} =20 kconfig_line=3D$(grep '^boot/kernel/[^/]\+/config:' ${i}) if [ -n "${kconfig_line}" ]; then