[PR #1701] [MERGED] Update build.func: Ubuntu advanced settings version #3170

Closed
opened 2025-11-20 05:33:45 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1701
Author: @michelroegl-brunner
Created: 1/23/2025
Status: Merged
Merged: 1/23/2025
Merged by: @MickLesk

Base: mainHead: michelroegl-brunner-patch-1


📝 Commits (1)

📊 Changes

1 file changed (+5 additions, -8 deletions)

View changed files

📝 misc/build.func (+5 -8)

📄 Description

✍️ Description

Fixes a issue with endless loop in Ubuntu Advanced when the default is a Debian as the if checks never succeed. Fallback to ubuntu 24.10 when no match before.



Prerequisites

The following steps must be completed for the pull request to be considered:

  • [] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • [] Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • [] New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • [] New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/community-scripts/ProxmoxVE/pull/1701 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `michelroegl-brunner-patch-1` --- ### 📝 Commits (1) - [`5ac5ec5`](https://github.com/community-scripts/ProxmoxVE/commit/5ac5ec528955c266b34b2b73c014665cf98e387a) Update build.func ### 📊 Changes **1 file changed** (+5 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `misc/build.func` (+5 -8) </details> ### 📄 Description ## ✍️ Description Fixes a issue with endless loop in Ubuntu Advanced when the default is a Debian as the if checks never succeed. Fallback to ubuntu 24.10 when no match before. - - - - Related Issue: #1700 - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [X] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:33:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3170