[PR #11215] [MERGED] doc setup_deb822_repo arg order #9320

Closed
opened 2026-02-26 16:35:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/11215
Author: @chrnie
Created: 1/27/2026
Status: Merged
Merged: 1/27/2026
Merged by: @CrazyWolf13

Base: mainHead: doc/deb822


📝 Commits (1)

  • e76742e doc setup_deb822_repo arg order

📊 Changes

2 files changed (+15 additions, -13 deletions)

View changed files

📝 docs/misc/tools.func/TOOLS_FUNC_FUNCTIONS_REFERENCE.md (+9 -7)
📝 docs/misc/tools.func/TOOLS_FUNC_USAGE_EXAMPLES.md (+6 -6)

📄 Description

Fixed documentation on setup_deb822_repo()

✍️ Description

from misc/tools.func:

setup_deb822_repo() {
local name="$1"
local gpg_url="$2"
local repo_url="$3"
local suite="$4"
local component="${5:-main}"
local architectures="${6-}" # optional
local enabled="${7-}" # optional: "true" or "false"
[...]

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.

🛠️ 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.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/11215 **Author:** [@chrnie](https://github.com/chrnie) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `doc/deb822` --- ### 📝 Commits (1) - [`e76742e`](https://github.com/community-scripts/ProxmoxVE/commit/e76742e2dd5f055cae6dc49444d10ecdfb464106) doc setup_deb822_repo arg order ### 📊 Changes **2 files changed** (+15 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `docs/misc/tools.func/TOOLS_FUNC_FUNCTIONS_REFERENCE.md` (+9 -7) 📝 `docs/misc/tools.func/TOOLS_FUNC_USAGE_EXAMPLES.md` (+6 -6) </details> ### 📄 Description Fixed documentation on setup_deb822_repo() ## ✍️ Description from misc/tools.func: setup_deb822_repo() { local name="$1" local gpg_url="$2" local repo_url="$3" local suite="$4" local component="${5:-main}" local architectures="${6-}" # optional local enabled="${7-}" # optional: "true" or "false" [...] ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [X] 🐞 **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. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [X] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:35:53 +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/ProxmoxVE#9320
No description provided.