[PR #446] [CLOSED] Push menu file tarball for dev builds #875

Closed
opened 2026-02-27 14:53:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/446
Author: @thelamer
Created: 12/26/2019
Status: Closed

Base: masterHead: devtarballs


📝 Commits (10+)

  • 2f9fee7 Add EFI detection for out of date loaders and...
  • 92c03e2 Rename news to about netboot.xyz
  • 6c03e92 Merge pull request #421 from netbootxyz/about
  • 0fbf768 Fix index to loop over primary site_name
  • 51aa769 missed in last PR changing the link text
  • d35c5c9 Merge pull request #425 from netbootxyz/bugfix
  • 31e430a missed netinfo in the transition
  • da15738 Merge pull request #426 from netbootxyz/netinfo
  • f628157 Fixing signatures and add certs to loaders
  • 95377b0 drop the name as the new release is called Hera, just use Latest to signify we are up to date

📊 Changes

46 files changed (+621 additions, -189 deletions)

View changed files

📝 .travis.yml (+11 -11)
📝 CONTRIBUTING.md (+11 -1)
Dockerfile-build.production (+32 -0)
📝 README.md (+15 -13)
📝 endpoints.yml (+127 -45)
📝 roles/netbootxyz/defaults/main.yml (+7 -3)
roles/netbootxyz/files/ipxe/local/console.h (+1 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h (+1 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h.efi (+1 -0)
roles/netbootxyz/files/ipxe/local/nap.h.efi (+0 -4)
roles/netbootxyz/files/ipxe/local/usb.h.efi (+0 -2)
📝 roles/netbootxyz/tasks/generate_checksums.yml (+6 -0)
roles/netbootxyz/tasks/generate_disks (+0 -0)
📝 roles/netbootxyz/tasks/generate_disks.yml (+4 -0)
📝 roles/netbootxyz/tasks/generate_disks_arm.yml (+55 -0)
📝 roles/netbootxyz/tasks/generate_disks_base.yml (+0 -1)
📝 roles/netbootxyz/tasks/generate_disks_efi.yml (+12 -1)
📝 roles/netbootxyz/tasks/generate_disks_legacy.yml (+12 -0)
📝 roles/netbootxyz/tasks/generate_menus.yml (+21 -0)
📝 roles/netbootxyz/tasks/generate_signatures.yml (+1 -1)

...and 26 more files

📄 Description

This is mostly for the web app, I want to add the functionality to consume RCs and Development head if the user chooses to.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/446 **Author:** [@thelamer](https://github.com/thelamer) **Created:** 12/26/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `devtarballs` --- ### 📝 Commits (10+) - [`2f9fee7`](https://github.com/netbootxyz/netboot.xyz/commit/2f9fee770fa2b4ba47290b9774c3d76730ef50ea) Add EFI detection for out of date loaders and... - [`92c03e2`](https://github.com/netbootxyz/netboot.xyz/commit/92c03e2bf016f6b43ef3f4e35e97d9e277e204bb) Rename news to about netboot.xyz - [`6c03e92`](https://github.com/netbootxyz/netboot.xyz/commit/6c03e92881fd7ff1c54bfc202a6198cd64f9fa3f) Merge pull request #421 from netbootxyz/about - [`0fbf768`](https://github.com/netbootxyz/netboot.xyz/commit/0fbf768a402769870ddd3ce6cbcc2771e0b5f806) Fix index to loop over primary site_name - [`51aa769`](https://github.com/netbootxyz/netboot.xyz/commit/51aa76968c0299c0c2586323be76906a7e9db001) missed in last PR changing the link text - [`d35c5c9`](https://github.com/netbootxyz/netboot.xyz/commit/d35c5c9e9a364b140ab9afe1c17dd764f1bc5870) Merge pull request #425 from netbootxyz/bugfix - [`31e430a`](https://github.com/netbootxyz/netboot.xyz/commit/31e430a59ab7ae40c358c2ca8187021174c4f0c8) missed netinfo in the transition - [`da15738`](https://github.com/netbootxyz/netboot.xyz/commit/da15738d762086d33a004792d7be5e49ce6da217) Merge pull request #426 from netbootxyz/netinfo - [`f628157`](https://github.com/netbootxyz/netboot.xyz/commit/f628157e430b7c7b4d6be934887a2f0eb43b3f8e) Fixing signatures and add certs to loaders - [`95377b0`](https://github.com/netbootxyz/netboot.xyz/commit/95377b0cd6c36fddcc18cfde87079ce4522c23ff) drop the name as the new release is called Hera, just use Latest to signify we are up to date ### 📊 Changes **46 files changed** (+621 additions, -189 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+11 -11) 📝 `CONTRIBUTING.md` (+11 -1) ➕ `Dockerfile-build.production` (+32 -0) 📝 `README.md` (+15 -13) 📝 `endpoints.yml` (+127 -45) 📝 `roles/netbootxyz/defaults/main.yml` (+7 -3) ➕ `roles/netbootxyz/files/ipxe/local/console.h` (+1 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h` (+1 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h.efi` (+1 -0) ➖ `roles/netbootxyz/files/ipxe/local/nap.h.efi` (+0 -4) ➖ `roles/netbootxyz/files/ipxe/local/usb.h.efi` (+0 -2) 📝 `roles/netbootxyz/tasks/generate_checksums.yml` (+6 -0) ➖ `roles/netbootxyz/tasks/generate_disks` (+0 -0) 📝 `roles/netbootxyz/tasks/generate_disks.yml` (+4 -0) 📝 `roles/netbootxyz/tasks/generate_disks_arm.yml` (+55 -0) 📝 `roles/netbootxyz/tasks/generate_disks_base.yml` (+0 -1) 📝 `roles/netbootxyz/tasks/generate_disks_efi.yml` (+12 -1) 📝 `roles/netbootxyz/tasks/generate_disks_legacy.yml` (+12 -0) 📝 `roles/netbootxyz/tasks/generate_menus.yml` (+21 -0) 📝 `roles/netbootxyz/tasks/generate_signatures.yml` (+1 -1) _...and 26 more files_ </details> ### 📄 Description This is mostly for the web app, I want to add the functionality to consume RCs and Development head if the user chooses to. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:53:34 +03:00
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#875
No description provided.