Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] docs/website: move Git repository to Gitlab
Date: Sat, 30 Sep 2023 15:58:25 +0200	[thread overview]
Message-ID: <20230930135825.GC2579@scaer> (raw)
In-Reply-To: <20230930082507.517920-1-thomas.petazzoni@bootlin.com>

Thomas, All,

On 2023-09-30 10:25 +0200, Thomas Petazzoni via buildroot spake thusly:
> We're now using Gitlab as our official Git repository, so let's update
> the website accordingly. Gitlab only provides https:// access, so drop
> the explanation about the Git native protocol being more efficient
> than HTTP (also because that's no longer true).
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Whole series applied with a minor fix in the last patch.

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  docs/website/download.html | 26 +++-----------------------
>  1 file changed, 3 insertions(+), 23 deletions(-)
> 
> diff --git a/docs/website/download.html b/docs/website/download.html
> index c1fd38998c..7d7b405a61 100644
> --- a/docs/website/download.html
> +++ b/docs/website/download.html
> @@ -124,14 +124,14 @@
>  	  <div class="panel panel-success">
>  	    <div class="panel-heading">Repository</div>
>  	    <div class="panel-body">
> -	      <P>The buildroot repository can be browsed online through cgit at
> -		<a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
> +	      <P>The buildroot repository can be browsed online at
> +		<a href="https://gitlab.com/buildroot.org/buildroot/">https://gitlab.com/buildroot.org/buildroot/</a>.
>  		To grab a copy of the repository use</p>
>  
>  
>  	      <div class="input-group" style="width: 100%;">
>  		<input class="form-control" style="width: 85%;" id="giturl"
> -		       value="git clone git://git.buildroot.net/buildroot" type="text" readonly></input>
> +		       value="git clone https://gitlab.com/buildroot.org/buildroot.git" type="text" readonly></input>
>  		<span class="input-group-button">
>  		  <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
>  			  data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
> @@ -140,26 +140,6 @@
>  		</span>
>  	      </div><br>
>  
> -	      <p>
> -		Or if you're behind a firewall blocking git:
> -	      </p>
> -
> -	      <div class="input-group" style="width: 100%;">
> -		<input class="form-control" style="width: 85%;" id="giturlhttps"
> -		       value="git clone https://git.buildroot.net/buildroot" type="text" readonly></input>
> -		<span class="input-group-button">
> -		  <button class="btn pull-right" type="button" data-clipboard-target="#giturlhttps"
> -			  data-toggle="tooltip" data-placement="bottom" data-trigger="click" title="Copied!">
> -		    <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
> -		  </button>
> -		</span>
> -	      </div><br>
> -
> -	      <p>
> -
> -		Please use the native git protocol if at all possible, as it's a lot
> -		more efficient than HTTP.
> -
>  	      <p>
>  
>  		If you are not already familiar with using Git, we recommend you visit <a
> -- 
> 2.41.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2023-09-30 13:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-30  8:25 [Buildroot] [PATCH 1/3] docs/website: move Git repository to Gitlab Thomas Petazzoni via buildroot
2023-09-30  8:25 ` [Buildroot] [PATCH 2/3] docs/website: remove mention of snapshot tarballs Thomas Petazzoni via buildroot
2023-09-30  8:25 ` [Buildroot] [PATCH 3/3] docs/website: simplify section on Git repo Thomas Petazzoni via buildroot
2023-09-30 13:58 ` Yann E. MORIN [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230930135825.GC2579@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox