All of lore.kernel.org
 help / color / mirror / Atom feed
* [xenomai-images][PATCH 0/1] small fix to kas.yml
@ 2019-09-04  8:26 Henning Schild
  2019-09-04  8:26 ` [xenomai-images][PATCH 1/1] kas.yml: switch isar url to a working clone url Henning Schild
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Schild @ 2019-09-04  8:26 UTC (permalink / raw)
  To: xenomai

From: Henning Schild <henning.schild@siemens.com>

I had problems cloning isar with kas-docker yesterday. Can not reproduce
it anymore. But the url is the one you get from github "Clone or
download", while the other might just work as well.

Henning Schild (1):
  kas.yml: switch isar url to a working clone url

 kas.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [xenomai-images][PATCH 1/1] kas.yml: switch isar url to a working clone url
  2019-09-04  8:26 [xenomai-images][PATCH 0/1] small fix to kas.yml Henning Schild
@ 2019-09-04  8:26 ` Henning Schild
  2019-09-04 11:12   ` Jan Kiszka
  0 siblings, 1 reply; 4+ messages in thread
From: Henning Schild @ 2019-09-04  8:26 UTC (permalink / raw)
  To: xenomai

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:
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [xenomai-images][PATCH 1/1] kas.yml: switch isar url to a working clone url
  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
  2019-09-10  9:56     ` Jan Kiszka
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2019-09-04 11:12 UTC (permalink / raw)
  To: Henning Schild, xenomai

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [xenomai-images][PATCH 1/1] kas.yml: switch isar url to a working clone url
  2019-09-04 11:12   ` Jan Kiszka
@ 2019-09-10  9:56     ` Jan Kiszka
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2019-09-10  9:56 UTC (permalink / raw)
  To: Henning Schild, xenomai

On 04.09.19 13:12, Jan Kiszka via Xenomai wrote:
> 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
> 

Applied nevertheless, thanks.

Jan

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-10  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2019-09-10  9:56     ` Jan Kiszka

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.