From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17197 invoked by alias); 31 Jan 2014 10:03:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17185 invoked by uid 89); 31 Jan 2014 10:03:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 31 Jan 2014 10:03:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1D54F116132; Fri, 31 Jan 2014 05:03:52 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XRKg4TXhoV1L; Fri, 31 Jan 2014 05:03:52 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B10B7116131; Fri, 31 Jan 2014 05:03:51 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 9C5ABE07A3; Fri, 31 Jan 2014 14:03:48 +0400 (RET) Date: Fri, 31 Jan 2014 10:03:00 -0000 From: Joel Brobecker To: Sergio Durigan Junior Cc: GDB Patches Subject: Re: [PATCH/obvious] Fix 7.7 branch date annoucement Message-ID: <20140131100348.GX4101@adacore.com> References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="mojUlQ0s9EVzWg2t" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-01/txt/msg01075.txt.bz2 --mojUlQ0s9EVzWg2t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 1037 Hi Sergio, > We've received a notice on the GNU GDB ml mentioning that the GDB 7.7 > branch date annoucement in our website is wrong (s/2013/2014). I cloned > the repository and fixed this (here's the patch), but I'm not sure if I > can just go ahead and check it in, or if there's some other thing I need > to do. > > Anyway, here's the patch. I can check it in if you give me a green > light. Thanks for the fix. In my initial reply, I had given you the green light, with the following blurb: Make sure that you commit the patch both to savannah (which feeds the side on gnu.org) and to the htdocs repository at sourceware.org:/cvs/gdb (which feeds the sourceware.org mirror). I usually have one single git mirror inside which I make the changes, which I then cvsexportcommit to both CVS repositories. In this case, I went ahead because I also noticed that the "Last Updated" timestamps had not been updated. YOu need to run the index.sh script on all HTML files updated.... Attached is what I ended up checking in... -- Joel --mojUlQ0s9EVzWg2t Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Fix-GDB-7.7-branch-creation-year.patch" Content-length: 1835 >From 4a9af531a02450a59cffc7c304deb3b614668fb7 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 31 Jan 2014 13:57:36 +0400 Subject: [PATCH] Fix GDB 7.7 branch creation year. Patch from Sergio Durigan Junior , with a slight modification from Joel Brobecker to update the "Last modified" dates for the affected files. --- index.html | 4 ++-- news/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e263b61..f802d9b 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,7 @@ better. --> -
January 8th, 2013: GDB 7.7 branch created
+
January 8th, 2014: GDB 7.7 branch created

The GDB 7.7 branch (gdb-7.7-branch) has been created. To check out a copy of the branch use: @@ -266,7 +266,7 @@ Floor, Boston, MA 02110-1301 USA.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2014-01-08.

+

Last modified 2014-01-31.

diff --git a/news/index.html b/news/index.html index 75a42f7..357d9a0 100644 --- a/news/index.html +++ b/news/index.html @@ -62,7 +62,7 @@ better. --> -
January 8th, 2013: GDB 7.7 branch created
+
January 8th, 2014: GDB 7.7 branch created

The GDB 7.7 branch (gdb-7.7-branch) has been created. To check out a copy of the branch use: @@ -1148,7 +1148,7 @@ Floor, Boston, MA 02110-1301 USA.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

-

Last modified 2014-01-08.

+

Last modified 2014-01-31.

-- 1.8.3.2 --mojUlQ0s9EVzWg2t--