[PR #8648] [MERGED] Update SABnzbd. Include par2cmdline-turbo #7553

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/8648
Author: @burgerga
Created: 10/26/2025
Status: Merged
Merged: 10/28/2025
Merged by: @MickLesk

Base: mainHead: feat_sabnzbd_par2cmdline


📝 Commits (6)

  • b34de66 Fix non-free sources
  • aa05ca2 Add par2cmdline-turbo to sabnzbd
  • 52e5ebb Remove duplicate setup_uv
  • f5b5aef Remove duplicated msg around setup_uv
  • b28321b Update sabnzbd to use fetch_and_deploy
  • 0c7c56b switch fetch_deploy outside of msg

📊 Changes

2 files changed (+40 additions, -40 deletions)

View changed files

📝 ct/sabnzbd.sh (+25 -27)
📝 install/sabnzbd-install.sh (+15 -13)

📄 Description

✍️ Description

  • Updates unrar (non-free) sources to trixie and deb822
  • Include optional installation of par2cmdline-turbo

Updated PR:

  • switched order update to first check for par2cmdline-turbo update -> this leaves existing sabnzbd update code unchanged
  • Removed duplicate setup_uv
  • Removed duplicated msg_ calls around setup_uv

Update function is changed to allow updating par2cmdline-turbo independent from sabnzbd, for this the sabnzbd update code had to be moved in the else part of the if statement; the only change is the indentation.

Link: https://github.com/community-scripts/ProxmoxVE/discussions/6059 (discussion)

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/8648 **Author:** [@burgerga](https://github.com/burgerga) **Created:** 10/26/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `feat_sabnzbd_par2cmdline` --- ### 📝 Commits (6) - [`b34de66`](https://github.com/community-scripts/ProxmoxVE/commit/b34de6639e8a5f8e83b7127f83ecfcaf9ced005a) Fix non-free sources - [`aa05ca2`](https://github.com/community-scripts/ProxmoxVE/commit/aa05ca2c42ee97f618aaa8eafa12a094089c0918) Add par2cmdline-turbo to sabnzbd - [`52e5ebb`](https://github.com/community-scripts/ProxmoxVE/commit/52e5ebbbb0d3d9d9c90376d5315a731946aeeb21) Remove duplicate setup_uv - [`f5b5aef`](https://github.com/community-scripts/ProxmoxVE/commit/f5b5aefe775313827cf8e141becb4cf810740168) Remove duplicated msg around setup_uv - [`b28321b`](https://github.com/community-scripts/ProxmoxVE/commit/b28321b9d25b58d773190697659b13c81ca32ce3) Update sabnzbd to use fetch_and_deploy - [`0c7c56b`](https://github.com/community-scripts/ProxmoxVE/commit/0c7c56bd776a768283921bd3abea10bb489a837d) switch fetch_deploy outside of msg ### 📊 Changes **2 files changed** (+40 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `ct/sabnzbd.sh` (+25 -27) 📝 `install/sabnzbd-install.sh` (+15 -13) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - Updates unrar (non-free) sources to trixie and deb822 - Include optional installation of par2cmdline-turbo **Updated PR:** - switched order update to first check for par2cmdline-turbo update -> this leaves existing sabnzbd update code unchanged - Removed duplicate setup_uv - Removed duplicated msg_ calls around setup_uv ~~Update function is changed to allow updating par2cmdline-turbo independent from sabnzbd, for this the sabnzbd update code had to be moved in the else part of the if statement; the only change is the indentation.~~ ## 🔗 Related PR / Issue Link: https://github.com/community-scripts/ProxmoxVE/discussions/6059 (discussion) ## ✅ 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. --- ## 🛠️ 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. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **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 15:35:26 +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#7553
No description provided.