mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1294] 2.0.72 release has wrong version in version.txt #1917
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1917
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @patsoffice on GitHub (Sep 17, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1294
Describe the bug
The 2.0.72 release includes the version.txt file for 2.0.73
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The 2.0.72 release should not include commit
github.com/netbootxyz/netboot.xyz@585baf217e.Additional context
This is not a huge issue, but my automation will automatically download the 2.0.72 release when it's already installed.
@Wolf1098 commented on GitHub (Sep 21, 2023):
I am not sure if this is the same bug, but ubuntu on 2.0.72 for amd64 has ubuntu using a commit/release that doesn't have a filesystem.squashfs and I am assuming is a commit cause it doesn't seem to show up in the list of releases for me, but the initrd does exist...
@realizelol commented on GitHub (Sep 24, 2023):
Yes I also think that this will break releases info.
For example I can't download these debian-squash images:
which will result in a 404:
The files from endpoints aren't available. Trying to download in "normal way" via web browser will also result in 404:
The commit is not found in the debian-squash repo releases:
https://github.com/netbootxyz/debian-squash/releases?q=%22af4f2941%22&expanded=true
best regards
realizelol