[PR #314] [MERGED] core.func: push changes from upstream #343

Open
opened 2025-11-20 04:16:24 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/314
Author: @MickLesk
Created: 11/13/2025
Status: Merged
Merged: 11/13/2025
Merged by: @michelroegl-brunner

Base: mainHead: MickLesk-patch-1


📝 Commits (2)

  • c92c737 core.func: push changes from upstream
  • f092de2 Update core.func

📊 Changes

1 file changed (+49 additions, -1 deletions)

View changed files

📝 scripts/core/core.func (+49 -1)

📄 Description

✍️ Description

Added cleanup_lxc function to manage cache and temporary files for various package managers and programming environments.

Link: #313

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

Screenshot for frontend Change


🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.

🔄 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-Local/pull/314 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/13/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `MickLesk-patch-1` --- ### 📝 Commits (2) - [`c92c737`](https://github.com/community-scripts/ProxmoxVE-Local/commit/c92c737c2bb696fd12eecb53019fe3da287a1719) core.func: push changes from upstream - [`f092de2`](https://github.com/community-scripts/ProxmoxVE-Local/commit/f092de29346c671b1926f8024fc0a531d21924ac) Update core.func ### 📊 Changes **1 file changed** (+49 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `scripts/core/core.func` (+49 -1) </details> ### 📄 Description <!--🛑 All Pull Requests need to made against the development branch. PRs against main will get closed. --> ## ✍️ Description Added cleanup_lxc function to manage cache and temporary files for various package managers and programming environments. ## 🔗 Related PR / Issue Link: #313 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. ## Screenshot for frontend Change --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. --- <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 04:16:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: saavagebueno/ProxmoxVE-Local#343