[GH-ISSUE #1294] 2.0.72 release has wrong version in version.txt #1917

Closed
opened 2026-03-01 18:37:19 +03:00 by kerem · 2 comments
Owner

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:

  1. See https://github.com/netbootxyz/netboot.xyz/blob/2.0.72/version.txt

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.

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: 1. See https://github.com/netbootxyz/netboot.xyz/blob/2.0.72/version.txt **Expected behavior** The 2.0.72 release should not include commit https://github.com/netbootxyz/netboot.xyz/commit/585baf217ea746b16104c7d00c5635d333f1f089. **Additional context** This is not a huge issue, but my automation will automatically download the 2.0.72 release when it's already installed.
kerem 2026-03-01 18:37:19 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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...

<!-- gh-comment-id:1730080647 --> @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...
Author
Owner

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

rescatux
gparted-stable
grml-full
kali-xfce-squash
clonezilla-debian-stable-amd64

which will result in a 404:

node:events:492
      throw er; // Unhandled 'error' event
      ^

Error: Response status was 404
    at ClientRequest.<anonymous> (/app/node_modules/node-downloader-helper/dist/index.js:1:9499)
    at Object.onceWrapper (node:events:629:26)
    at ClientRequest.emit (node:events:514:28)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:700:27)
    at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
    at TLSSocket.socketOnData (node:_http_client:541:22)
    at TLSSocket.emit (node:events:514:28)
    at addChunk (node:internal/streams/readable:324:12)
    at readableAddChunk (node:internal/streams/readable:297:9)
    at Readable.push (node:internal/streams/readable:234:10)
Emitted 'error' event on b instance at:
    at ClientRequest.<anonymous> (/app/node_modules/node-downloader-helper/dist/index.js:1:9630)
    at Object.onceWrapper (node:events:629:26)
    [... lines matching original stack trace ...]
    at Readable.push (node:internal/streams/readable:234:10) {
  status: 404,
  body: ''
}

The files from endpoints aren't available. Trying to download in "normal way" via web browser will also result in 404:

# grml-full
https://github.com/netbootxyz/debian-squash/releases/download/2022.11-af4f2941/filesystem.squashfs
https://github.com/netbootxyz/debian-squash/releases/download/2022.11-af4f2941/initrd
https://github.com/netbootxyz/debian-squash/releases/download/2022.11-af4f2941/vmlinuz

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

<!-- gh-comment-id:1732542041 --> @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: ``` rescatux gparted-stable grml-full kali-xfce-squash clonezilla-debian-stable-amd64 ``` which will result in a 404: ``` node:events:492 throw er; // Unhandled 'error' event ^ Error: Response status was 404 at ClientRequest.<anonymous> (/app/node_modules/node-downloader-helper/dist/index.js:1:9499) at Object.onceWrapper (node:events:629:26) at ClientRequest.emit (node:events:514:28) at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:700:27) at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) at TLSSocket.socketOnData (node:_http_client:541:22) at TLSSocket.emit (node:events:514:28) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Readable.push (node:internal/streams/readable:234:10) Emitted 'error' event on b instance at: at ClientRequest.<anonymous> (/app/node_modules/node-downloader-helper/dist/index.js:1:9630) at Object.onceWrapper (node:events:629:26) [... lines matching original stack trace ...] at Readable.push (node:internal/streams/readable:234:10) { status: 404, body: '' } ``` The files from endpoints aren't available. Trying to download in "normal way" via web browser will also result in 404: ``` # grml-full https://github.com/netbootxyz/debian-squash/releases/download/2022.11-af4f2941/filesystem.squashfs https://github.com/netbootxyz/debian-squash/releases/download/2022.11-af4f2941/initrd https://github.com/netbootxyz/debian-squash/releases/download/2022.11-af4f2941/vmlinuz ``` The commit is not found in the debian-squash repo releases: https://github.com/netbootxyz/debian-squash/releases?q=%22af4f2941%22&expanded=true <br/> best regards realizelol
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#1917
No description provided.