This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH/obvious] Fix 7.7 branch date annoucement
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: GDB Patches <gdb-patches at sourceware dot org>
- Date: Fri, 31 Jan 2014 14:03:48 +0400
- Subject: Re: [PATCH/obvious] Fix 7.7 branch date annoucement
- Authentication-results: sourceware.org; auth=none
- References: <m34n4kfqkr dot fsf at redhat dot com>
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
>From 4a9af531a02450a59cffc7c304deb3b614668fb7 Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
Date: Fri, 31 Jan 2014 13:57:36 +0400
Subject: [PATCH] Fix GDB 7.7 branch creation year.
Patch from Sergio Durigan Junior <sergiodj@redhat.com>, with
a slight modification from Joel Brobecker <brobecker@adacore.com>
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.
-->
-<dt>January 8th, 2013: <b>GDB 7.7 branch created</b></dt>
+<dt>January 8th, 2014: <b>GDB 7.7 branch created</b></dt>
<dd>
<p> The GDB 7.7 branch (<tt>gdb-7.7-branch</tt>) has been created.
To check out a copy of the branch use:
@@ -266,7 +266,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2014-01-08.</p>
+<p>Last modified 2014-01-31.</p>
</address>
</body>
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.
-->
-<dt>January 8th, 2013: <b>GDB 7.7 branch created</b></dt>
+<dt>January 8th, 2014: <b>GDB 7.7 branch created</b></dt>
<dd>
<p> The GDB 7.7 branch (<tt>gdb-7.7-branch</tt>) has been created.
To check out a copy of the branch use:
@@ -1148,7 +1148,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2014-01-08.</p>
+<p>Last modified 2014-01-31.</p>
</address>
</body>
--
1.8.3.2