All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Henning Schild <henning.schild@siemens.com>, xenomai@xenomai.org
Subject: Re: [xenomai-images][PATCH 1/1] kas.yml: switch isar url to a working clone url
Date: Wed, 4 Sep 2019 13:12:32 +0200	[thread overview]
Message-ID: <55ff7165-1d61-6fe0-fc60-73b95bca9125@siemens.com> (raw)
In-Reply-To: <20190904082656.12601-2-henning.schild@siemens.com>

On 04.09.19 10:26, Henning Schild via Xenomai wrote:
> From: Henning Schild <henning.schild@siemens.com>
> 
> The url was actually missing the .git extension which seems to break
> cloning it. Maybe a github change or who knows, but that new one works.
> 
> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>   kas.yml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kas.yml b/kas.yml
> index 260eb36..a4d12c2 100644
> --- a/kas.yml
> +++ b/kas.yml
> @@ -19,7 +19,7 @@ repos:
>     xenomai:
>   
>     isar:
> -    url: https://github.com/ilbers/isar
> +    url: https://github.com/ilbers/isar.git
>       refspec: 59c7dd2b8b3172d53de1c7a39fbd49751193559a
>       layers:
>         meta:
> 

Huh? Never saw this issue before:

$ git clone https://github.com/ilbers/isar
Cloning into 'isar'...
remote: Enumerating objects: 41, done.
remote: Counting objects: 100% (41/41), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 6625 (delta 13), reused 23 (delta 5), pack-reused 6584
Receiving objects: 100% (6625/6625), 3.56 MiB | 6.03 MiB/s, done.
Resolving deltas: 100% (3786/3786), done.
$ git --version
git version 2.16.4

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


  reply	other threads:[~2019-09-04 11:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-04  8:26 [xenomai-images][PATCH 0/1] small fix to kas.yml Henning Schild
2019-09-04  8:26 ` [xenomai-images][PATCH 1/1] kas.yml: switch isar url to a working clone url Henning Schild
2019-09-04 11:12   ` Jan Kiszka [this message]
2019-09-10  9:56     ` Jan Kiszka

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=55ff7165-1d61-6fe0-fc60-73b95bca9125@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=henning.schild@siemens.com \
    --cc=xenomai@xenomai.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.