meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] buildah: fix branch name
@ 2024-01-19  7:09 Chen Qi
  2024-01-19 14:42 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2024-01-19  7:09 UTC (permalink / raw)
  To: meta-virtualization

The branch 1.33.2 is not there any more. The correct branch for now
is 1.33.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-containers/buildah/buildah_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index d3ccc920..f04adca9 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -32,7 +32,7 @@ SRCREV_buildah = "8be6786d5ed1f07387acdd30d52fc07cd1b4bd0f"
 SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
 
 SRC_URI = " \
-    git://github.com/containers/buildah;branch=release-1.33.2;name=buildah;protocol=https \
+    git://github.com/containers/buildah;branch=release-1.33;name=buildah;protocol=https \
     "
 
 DEPENDS = "libdevmapper btrfs-tools gpgme"
-- 
2.42.0



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

* Re: [meta-virtualization][PATCH] buildah: fix branch name
  2024-01-19  7:09 [meta-virtualization][PATCH] buildah: fix branch name Chen Qi
@ 2024-01-19 14:42 ` Bruce Ashfield
  2024-01-22  2:25   ` ChenQi
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2024-01-19 14:42 UTC (permalink / raw)
  To: Qi.Chen; +Cc: meta-virtualization

projects that delete branches are one of the most annoying
things.

I've taken the commit and also pushed an update that I had
in progress.

Also, the author in the commit was invalid, but I manually
fixed it in this push. But you should check your enviroment
and see if anything changed.

https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#troubleshooting-email-issues

Bruce

In message: [meta-virtualization][PATCH] buildah: fix branch name
on 18/01/2024 Chen Qi via lists.yoctoproject.org wrote:

> The branch 1.33.2 is not there any more. The correct branch for now
> is 1.33.
> 
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  recipes-containers/buildah/buildah_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
> index d3ccc920..f04adca9 100644
> --- a/recipes-containers/buildah/buildah_git.bb
> +++ b/recipes-containers/buildah/buildah_git.bb
> @@ -32,7 +32,7 @@ SRCREV_buildah = "8be6786d5ed1f07387acdd30d52fc07cd1b4bd0f"
>  SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
>  
>  SRC_URI = " \
> -    git://github.com/containers/buildah;branch=release-1.33.2;name=buildah;protocol=https \
> +    git://github.com/containers/buildah;branch=release-1.33;name=buildah;protocol=https \
>      "
>  
>  DEPENDS = "libdevmapper btrfs-tools gpgme"
> -- 
> 2.42.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8546): https://lists.yoctoproject.org/g/meta-virtualization/message/8546
> Mute This Topic: https://lists.yoctoproject.org/mt/103825803/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

* Re: [meta-virtualization][PATCH] buildah: fix branch name
  2024-01-19 14:42 ` Bruce Ashfield
@ 2024-01-22  2:25   ` ChenQi
  0 siblings, 0 replies; 3+ messages in thread
From: ChenQi @ 2024-01-22  2:25 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

Thanks. I've fixed the my email settings.

Regards,
Qi

On 1/19/24 22:42, Bruce Ashfield wrote:
> projects that delete branches are one of the most annoying
> things.
>
> I've taken the commit and also pushed an update that I had
> in progress.
>
> Also, the author in the commit was invalid, but I manually
> fixed it in this push. But you should check your enviroment
> and see if anything changed.
>
> https://docs.yoctoproject.org/dev/contributor-guide/submit-changes.html#troubleshooting-email-issues
>
> Bruce
>
> In message: [meta-virtualization][PATCH] buildah: fix branch name
> on 18/01/2024 Chen Qi via lists.yoctoproject.org wrote:
>
>> The branch 1.33.2 is not there any more. The correct branch for now
>> is 1.33.
>>
>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
>>   recipes-containers/buildah/buildah_git.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
>> index d3ccc920..f04adca9 100644
>> --- a/recipes-containers/buildah/buildah_git.bb
>> +++ b/recipes-containers/buildah/buildah_git.bb
>> @@ -32,7 +32,7 @@ SRCREV_buildah = "8be6786d5ed1f07387acdd30d52fc07cd1b4bd0f"
>>   SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
>>   
>>   SRC_URI = " \
>> -    git://github.com/containers/buildah;branch=release-1.33.2;name=buildah;protocol=https \
>> +    git://github.com/containers/buildah;branch=release-1.33;name=buildah;protocol=https \
>>       "
>>   
>>   DEPENDS = "libdevmapper btrfs-tools gpgme"
>> -- 
>> 2.42.0
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#8546): https://lists.yoctoproject.org/g/meta-virtualization/message/8546
>> Mute This Topic: https://lists.yoctoproject.org/mt/103825803/1050810
>> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>



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

end of thread, other threads:[~2024-01-22  2:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19  7:09 [meta-virtualization][PATCH] buildah: fix branch name Chen Qi
2024-01-19 14:42 ` Bruce Ashfield
2024-01-22  2:25   ` ChenQi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).