[PR #419] [MERGED] Go Live 1.9.9 #2393

Closed
opened 2026-03-01 18:39:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/419
Author: @thelamer
Created: 12/14/2019
Status: Merged
Merged: 12/14/2019
Merged by: @antonym

Base: masterHead: RC


📝 Commits (10+)

  • fc4b151 initial commit
  • 026c875 adding POC live menu stuff loading settings from endpoints yaml
  • 1b333b4 Merge pull request #3 from thelamer/development
  • 9f3c1ec Pushing up more work
  • 03cb898 Version bump for :master new tag 18.04.3-51dd7e49
  • 690c4db Version bump for netbootxyz/ubuntu-squash:master new tag 18.04.3-990e20c5
  • 5e1cc96 Version bump for netbootxyz/ubuntu-core-18.04:master new tag 4.15.0.20.23-81ae0834
  • 99fb5e1 Version bump for netbootxyz/debian-core-10:master new tag 4.19.67-2-04fe0fb9
  • 7ccf9e2 Version bump for netbootxyz/debian-core-9:master new tag 4.9.189-3-152f39d8
  • 269413e Version bump for netbootxyz/ubuntu-core-19.10:master new tag 5.3.0.18.21-d5298da0

📊 Changes

120 files changed (+3124 additions, -1481 deletions)

View changed files

📝 .travis.yml (+164 -22)
📝 CONTRIBUTING.md (+2 -2)
Dockerfile-build (+32 -0)
📝 README.md (+111 -59)
docker-build-root/dumper.sh (+20 -0)
endpoints.yml (+521 -0)
etc/netbootxyz/custom/README.md (+24 -0)
etc/netbootxyz/custom/custom.ipxe.j2 (+36 -0)
inventory (+1 -0)
roles/netbootxyz/README.md (+39 -0)
roles/netbootxyz/defaults/main.yml (+479 -0)
📝 roles/netbootxyz/files/ipxe/local/colour.h (+0 -0)
📝 roles/netbootxyz/files/ipxe/local/crypto.h (+0 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h (+0 -0)
📝 roles/netbootxyz/files/ipxe/local/general.h.efi (+0 -0)
📝 roles/netbootxyz/files/ipxe/local/nap.h.efi (+0 -0)
📝 roles/netbootxyz/files/ipxe/local/usb.h.efi (+0 -0)
📝 roles/netbootxyz/files/memdisk (+0 -0)
📝 roles/netbootxyz/files/wimboot (+0 -0)
roles/netbootxyz/meta/main.yml (+15 -0)

...and 80 more files

📄 Description

This pushes a stable release in Github and asset files to our staging endpoint. https://staging.boot.netboot.xyz/

I have tested booting everything in this menu, not precisely at this release but the code that has changed since then I double checked.


🔄 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/419 **Author:** [@thelamer](https://github.com/thelamer) **Created:** 12/14/2019 **Status:** ✅ Merged **Merged:** 12/14/2019 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `RC` --- ### 📝 Commits (10+) - [`fc4b151`](https://github.com/netbootxyz/netboot.xyz/commit/fc4b151f7a5b236236fadc86778b5432f3ef3301) initial commit - [`026c875`](https://github.com/netbootxyz/netboot.xyz/commit/026c87546d38eee6d73e9e98c30fe2db98f6e661) adding POC live menu stuff loading settings from endpoints yaml - [`1b333b4`](https://github.com/netbootxyz/netboot.xyz/commit/1b333b4222ad97e7c68d1824213b8090aa8a589c) Merge pull request #3 from thelamer/development - [`9f3c1ec`](https://github.com/netbootxyz/netboot.xyz/commit/9f3c1ec862b343f62cf2fef187ecdf785e08b5ef) Pushing up more work - [`03cb898`](https://github.com/netbootxyz/netboot.xyz/commit/03cb89824abf3c01d0c294e9c0409b15ac6a0c41) Version bump for :master new tag 18.04.3-51dd7e49 - [`690c4db`](https://github.com/netbootxyz/netboot.xyz/commit/690c4db5de055edb22a4f2bdd26dfcbff5862890) Version bump for netbootxyz/ubuntu-squash:master new tag 18.04.3-990e20c5 - [`5e1cc96`](https://github.com/netbootxyz/netboot.xyz/commit/5e1cc96f57568f937bebaf8baf9dc4ece44e7c32) Version bump for netbootxyz/ubuntu-core-18.04:master new tag 4.15.0.20.23-81ae0834 - [`99fb5e1`](https://github.com/netbootxyz/netboot.xyz/commit/99fb5e1f6f290d8d461b31bc3ab94fabd9a431ab) Version bump for netbootxyz/debian-core-10:master new tag 4.19.67-2-04fe0fb9 - [`7ccf9e2`](https://github.com/netbootxyz/netboot.xyz/commit/7ccf9e2e15efc8b9e1bfc02d7a5b875cdfc68a98) Version bump for netbootxyz/debian-core-9:master new tag 4.9.189-3-152f39d8 - [`269413e`](https://github.com/netbootxyz/netboot.xyz/commit/269413e69ae46f78db835ecacf99d0a67493b4db) Version bump for netbootxyz/ubuntu-core-19.10:master new tag 5.3.0.18.21-d5298da0 ### 📊 Changes **120 files changed** (+3124 additions, -1481 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+164 -22) 📝 `CONTRIBUTING.md` (+2 -2) ➕ `Dockerfile-build` (+32 -0) 📝 `README.md` (+111 -59) ➕ `docker-build-root/dumper.sh` (+20 -0) ➕ `endpoints.yml` (+521 -0) ➕ `etc/netbootxyz/custom/README.md` (+24 -0) ➕ `etc/netbootxyz/custom/custom.ipxe.j2` (+36 -0) ➕ `inventory` (+1 -0) ➕ `roles/netbootxyz/README.md` (+39 -0) ➕ `roles/netbootxyz/defaults/main.yml` (+479 -0) 📝 `roles/netbootxyz/files/ipxe/local/colour.h` (+0 -0) 📝 `roles/netbootxyz/files/ipxe/local/crypto.h` (+0 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h` (+0 -0) 📝 `roles/netbootxyz/files/ipxe/local/general.h.efi` (+0 -0) 📝 `roles/netbootxyz/files/ipxe/local/nap.h.efi` (+0 -0) 📝 `roles/netbootxyz/files/ipxe/local/usb.h.efi` (+0 -0) 📝 `roles/netbootxyz/files/memdisk` (+0 -0) 📝 `roles/netbootxyz/files/wimboot` (+0 -0) ➕ `roles/netbootxyz/meta/main.yml` (+15 -0) _...and 80 more files_ </details> ### 📄 Description This pushes a stable release in Github and asset files to our staging endpoint. https://staging.boot.netboot.xyz/ I have tested booting everything in this menu, not precisely at this release but the code that has changed since then I double checked. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:39:54 +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#2393
No description provided.