Date
1 - 6 of 6
[PATCH] nerdctl: renamed upstream branch master to main
Guenther Meyer
Signed-off-by: Guenther Meyer <g.meyer@...>
--- recipes-containers/nerdctl/nerdctl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/ nerdctl/nerdctl_git.bb index 5d4d827..343c85d 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb @@ -13,7 +13,7 @@ DEPENDS = " \ SRCREV_FORMAT="nerdcli_cgroups" SRCREV_nerdcli = "48f189a53a24c12838433f5bb5dd57f536816a8a" -SRC_URI = "git://github.com/containerd/ nerdctl.git;name=nerdcli;branch=master;protocol=https" +SRC_URI = "git://github.com/containerd/ nerdctl.git;name=nerdcli;branch=main;protocol=https" include src_uri.inc -- 2.38.1
|
|
Bruce Ashfield
The change itself is fine, but your patch came through mangled, and it
toggle quoted messageShow quoted text
doesn't apply to the repository. I could make the change myself, but it is probably worth sorting out which part of the patch sending chain caused the corruption. Bruce
On Wed, Nov 16, 2022 at 8:09 AM Guenther Meyer <g.meyer@...> wrote:
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
|
|
Guenther Meyer
On Donnerstag, 17. November 2022 19:23:08 CET Bruce Ashfield wrote:
The change itself is fine, but your patch came through mangled, and itOk, what's thew problem? What can I do?
|
|
Bruce Ashfield
On Thu, Nov 17, 2022 at 4:25 PM Guenther Meyer <g.meyer@...> wrote:
How did you relay the patch ? Was it via git-send-email or something else ? Following my normal workflow and scripts, the patch is definitely garbled/line wrapped: build [/home/bruc...ualization]> git am -s ~/incoming/0001-_meta-virtualization_PATCH_nerdctl_renamed_upstream_branch_master_to_m.patch Applying: nerdctl: renamed upstream branch master to main error: corrupt patch at line 16 Patch failed at 0001 nerdctl: renamed upstream branch master to main hint: Use 'git am --show-current-patch' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". build [/home/bruc...ualization]> git am --show-current-patch Date: Wed, 16 Nov 2022 14:09:27 +0100 From: Guenther Meyer <g.meyer@...> To: "meta-virtualization@..." <meta-virtualization@...> Subject: [meta-virtualization] [PATCH] nerdctl: renamed upstream branch master to main Signed-off-by: Guenther Meyer <g.meyer@...> --- recipes-containers/nerdctl/nerdctl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/ nerdctl/nerdctl_git.bb index 5d4d827..343c85d 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb @@ -13,7 +13,7 @@ DEPENDS = " \ SRCREV_FORMAT="nerdcli_cgroups" SRCREV_nerdcli = "48f189a53a24c12838433f5bb5dd57f536816a8a" -SRC_URI = "git://github.com/containerd/ nerdctl.git;name=nerdcli;branch=master;protocol=https" +SRC_URI = "git://github.com/containerd/ nerdctl.git;name=nerdcli;branch=main;protocol=https" include src_uri.inc -- 2.38.1 -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
|
|
Guenther Meyer
On Freitag, 18. November 2022 00:32:52 CET Bruce Ashfield wrote:
On Thu, Nov 17, 2022 at 4:25 PM Guenther Meyer <g.meyer@...>wrote: I did a "git format-patch -1 HEAD" and pasted the result (without the headerOn Donnerstag, 17. November 2022 19:23:08 CET Bruce Ashfield wrote:How did you relay the patch ? Was it via git-send-email or something else ?The change itself is fine, but your patch came through mangled, and itOk, what's thew problem? What can I do? lines) into my MUA. As this looked similar to other patch emails, I thought, that would be fine. Ah ok, my MUA wraps lines at column 78, maybe that's the problem. I will send the patch again. -- Signum-Media Softwareentwicklung https://www.signum-media.de Telefon: +49 89 215 443 28
|
|
Guenther Meyer
Signed-off-by: Guenther Meyer <g.meyer@...>
--- recipes-containers/nerdctl/nerdctl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb index 5d4d827..343c85d 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb @@ -13,7 +13,7 @@ DEPENDS = " \ SRCREV_FORMAT="nerdcli_cgroups" SRCREV_nerdcli = "48f189a53a24c12838433f5bb5dd57f536816a8a" -SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=master;protocol=https" +SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" include src_uri.inc -- 2.38.1
|
|