* [pve-devel] Actual ubuntu Kernel and ZFSOnLinux on git.proxmox.com
@ 2020-09-17 22:31 René Jochum
2020-09-18 7:21 ` Fabian Grünbichler
0 siblings, 1 reply; 3+ messages in thread
From: René Jochum @ 2020-09-17 22:31 UTC (permalink / raw)
To: pve-devel
Hi,
how have you guys been? I have a nice time back here in Vorarlberg :)
Can you please update the focal kernel and zfsonlinux on git.proxmox.com
pve-kernel doesn't seem to download its required submodules.
Kind regards and thanks,
René
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [pve-devel] Actual ubuntu Kernel and ZFSOnLinux on git.proxmox.com
2020-09-17 22:31 [pve-devel] Actual ubuntu Kernel and ZFSOnLinux on git.proxmox.com René Jochum
@ 2020-09-18 7:21 ` Fabian Grünbichler
2020-09-18 23:48 ` René Jochum
0 siblings, 1 reply; 3+ messages in thread
From: Fabian Grünbichler @ 2020-09-18 7:21 UTC (permalink / raw)
To: Proxmox VE development discussion
On September 18, 2020 12:31 am, René Jochum wrote:
> Hi,
>
> how have you guys been? I have a nice time back here in Vorarlberg :)
busy developing PBS, as you can probably tell ;)
> Can you please update the focal kernel and zfsonlinux on git.proxmox.com
> pve-kernel doesn't seem to download its required submodules.
if you enter the submodule and run `git fetch --tags` it should work.
the problem here is that git submodules, once initialized/checked out,
only pull. we sometimes need to push tags that are not (yet) part of the
checked out branch in our mirrors (e.g., Ubuntu likes to tag in their
force-pushed branch, and only merge once it passes QA, and sometimes it
happens that a new release got cut in the meantime and that version only
exists as a tag, but is never on the fast-forward master branch).
another alternative is to de-init the submodule altogether, or clone the
whole repo from scratch (the latter works, so it's not the commits which
are missing, but just git submodule strangeness preventing them from
being found).
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [pve-devel] Actual ubuntu Kernel and ZFSOnLinux on git.proxmox.com
2020-09-18 7:21 ` Fabian Grünbichler
@ 2020-09-18 23:48 ` René Jochum
0 siblings, 0 replies; 3+ messages in thread
From: René Jochum @ 2020-09-18 23:48 UTC (permalink / raw)
To: pve-devel
Thank you Fabian, it works now without `git fetch --tags`.
Documented this in the Forum:
https://forum.proxmox.com/threads/a.76137/
<https://forum.proxmox.com/threads/building-the-pve-kernel-on-proxmox-ve-6-x.76137/>
Kind regards,
René
On 18.09.20 09:21, Fabian Grünbichler wrote:
> On September 18, 2020 12:31 am, René Jochum wrote:
>> Hi,
>>
>> how have you guys been? I have a nice time back here in Vorarlberg :)
> busy developing PBS, as you can probably tell ;)
>
>> Can you please update the focal kernel and zfsonlinux on git.proxmox.com
>> pve-kernel doesn't seem to download its required submodules.
> if you enter the submodule and run `git fetch --tags` it should work.
>
> the problem here is that git submodules, once initialized/checked out,
> only pull. we sometimes need to push tags that are not (yet) part of the
> checked out branch in our mirrors (e.g., Ubuntu likes to tag in their
> force-pushed branch, and only merge once it passes QA, and sometimes it
> happens that a new release got cut in the meantime and that version only
> exists as a tag, but is never on the fast-forward master branch).
>
> another alternative is to de-init the submodule altogether, or clone the
> whole repo from scratch (the latter works, so it's not the commits which
> are missing, but just git submodule strangeness preventing them from
> being found).
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-18 23:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 22:31 [pve-devel] Actual ubuntu Kernel and ZFSOnLinux on git.proxmox.com René Jochum
2020-09-18 7:21 ` Fabian Grünbichler
2020-09-18 23:48 ` René Jochum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox