diff mbox

[wwwdocs] releasing.html: Git - mirror new branch

Message ID 4F50D26C.7060206@net-b.de
State New
Headers show

Commit Message

Tobias Burnus March 2, 2012, 2 p.m. UTC
As mentioned on #gcc, the git mirror should also include new major releases.

Diego also documented it on the wiki: 
http://gcc.gnu.org/wiki/GitMirror#Adding_a_branch_to_origin.2BAC8.2A  
(Wiki page rev. 94 -> 96)

OK for committal?

Tobias

Comments

Jakub Jelinek March 2, 2012, 2:02 p.m. UTC | #1
On Fri, Mar 02, 2012 at 03:00:12PM +0100, Tobias Burnus wrote:
> As mentioned on #gcc, the git mirror should also include new major releases.
> 
> Diego also documented it on the wiki:
> http://gcc.gnu.org/wiki/GitMirror#Adding_a_branch_to_origin.2BAC8.2A
> (Wiki page rev. 94 -> 96)
> 
> OK for committal?

releasing.html is wrong for this, it has nothing to do with releasing,
but with branching, so something like that should go into branching.html
instead.  From this isn't clear where this command needs to be run, btw,
on gcc.gnu.org directly, somewhere else?

> Index: releasing.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
> retrieving revision 1.36
> diff -u -r1.36 releasing.html
> --- releasing.html	1 Mar 2012 13:16:51 -0000	1.36
> +++ releasing.html	2 Mar 2012 13:55:52 -0000
> @@ -55,6 +55,12 @@
>  
>  <li>Reenable the generation of snapshots off the respective release
>  branch in the crontab of gccadmin on gcc.gnu.org.</li>
> +
> +<li>For a new major release, add the release to GIT mirror; example:
> +<pre>
> +$ cd /git/gcc.git/.git
> +$ git symbolic-ref refs/heads/gcc-4_7-branch refs/remotes/gcc-4_7-branch
> +</pre></li>
>  </ol>
>  
>  <h2>Web Site Updates</h2>


	Jakub
Richard Biener March 2, 2012, 2:03 p.m. UTC | #2
On Fri, Mar 2, 2012 at 3:00 PM, Tobias Burnus <burnus@net-b.de> wrote:
> As mentioned on #gcc, the git mirror should also include new major releases.
>
> Diego also documented it on the wiki:
> http://gcc.gnu.org/wiki/GitMirror#Adding_a_branch_to_origin.2BAC8.2A  (Wiki
> page rev. 94 -> 96)
>
> OK for committal?

Ok.

Richard.

> Tobias
Richard Biener March 2, 2012, 2:10 p.m. UTC | #3
On Fri, Mar 2, 2012 at 3:02 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Fri, Mar 02, 2012 at 03:00:12PM +0100, Tobias Burnus wrote:
>> As mentioned on #gcc, the git mirror should also include new major releases.
>>
>> Diego also documented it on the wiki:
>> http://gcc.gnu.org/wiki/GitMirror#Adding_a_branch_to_origin.2BAC8.2A
>> (Wiki page rev. 94 -> 96)
>>
>> OK for committal?
>
> releasing.html is wrong for this, it has nothing to do with releasing,
> but with branching, so something like that should go into branching.html
> instead.  From this isn't clear where this command needs to be run, btw,
> on gcc.gnu.org directly, somewhere else?

Oops, yes.  Indeed it belongs in branching.html.

>> Index: releasing.html
>> ===================================================================
>> RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
>> retrieving revision 1.36
>> diff -u -r1.36 releasing.html
>> --- releasing.html    1 Mar 2012 13:16:51 -0000       1.36
>> +++ releasing.html    2 Mar 2012 13:55:52 -0000
>> @@ -55,6 +55,12 @@
>>
>>  <li>Reenable the generation of snapshots off the respective release
>>  branch in the crontab of gccadmin on gcc.gnu.org.</li>
>> +
>> +<li>For a new major release, add the release to GIT mirror; example:
>> +<pre>
>> +$ cd /git/gcc.git/.git
>> +$ git symbolic-ref refs/heads/gcc-4_7-branch refs/remotes/gcc-4_7-branch
>> +</pre></li>
>>  </ol>
>>
>>  <h2>Web Site Updates</h2>
>
>
>        Jakub
diff mbox

Patch

Index: releasing.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releasing.html,v
retrieving revision 1.36
diff -u -r1.36 releasing.html
--- releasing.html	1 Mar 2012 13:16:51 -0000	1.36
+++ releasing.html	2 Mar 2012 13:55:52 -0000
@@ -55,6 +55,12 @@ 
 
 <li>Reenable the generation of snapshots off the respective release
 branch in the crontab of gccadmin on gcc.gnu.org.</li>
+
+<li>For a new major release, add the release to GIT mirror; example:
+<pre>
+$ cd /git/gcc.git/.git
+$ git symbolic-ref refs/heads/gcc-4_7-branch refs/remotes/gcc-4_7-branch
+</pre></li>
 </ol>
 
 <h2>Web Site Updates</h2>