Uh oh!
There was an error while loading. Please reload this page.
Update templateConfig.sh to not break with directorys with space on t… - #10898
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## 4.20 #10898 +/- ##
=========================================
Coverage 16.23% 16.23% - Complexity 13371 13373 +2
=========================================
Files 5657 5657 Lines 498860 498860 Branches 60543 60543 =========================================
Hits 81003 81003 + Misses 408824 408823 -1 - Partials 9033 9034 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JoaoJandre
commented
Jun 2, 2025
@blueorangutan package |
blueorangutan
commented
Jun 2, 2025
@JoaoJandre a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Jun 2, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✖️ debian ✔️ suse15. SL-JID 13586 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
weizhouapache
commented
Aug 22, 2025
@vits-hugs |
DaanHoogland
commented
Dec 12, 2025
@vits-hugs, do you still want to move this forwards? |
hsato03
commented
Dec 18, 2025
@DaanHoogland Yes. Since @vits-hugs is no longer maintaining the PR, I will be working on it. @weizhouapache I have applied your suggestions. Could you take another look and check if all your concerns have been addressed, please? |
hsato03
commented
Dec 18, 2025
@blueorangutan package |
blueorangutan
commented
Dec 18, 2025
@hsato03 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 18, 2025
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 16089 |
weizhouapache
commented
Dec 19, 2025
@blueorangutan package |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
weizhouapache
commented
Dec 19, 2025
@hsato03 |
Address Wei's reviews Co-authored-by: Wei Zhou <weizhou@apache.org>
fcabb0c to
1a19059Comparehsato03
commented
Dec 19, 2025
@weizhouapache Sure. I resolved the conflicts and reproduced the tests described in the PR; it seems to be working fine. |
weizhouapache
commented
Dec 19, 2025
@hsato03 |
weizhouapache
commented
Dec 19, 2025
@blueorangutan package |
blueorangutan
commented
Dec 19, 2025
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 19, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✖️ debian ✔️ suse15. SL-JID 16107 |
weizhouapache
commented
Dec 19, 2025
@blueorangutan package |
blueorangutan
commented
Dec 19, 2025
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 19, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✖️ debian ✔️ suse15. SL-JID 16108 |
DaanHoogland
commented
Dec 20, 2025
@blueorangutan test |
blueorangutan
commented
Dec 20, 2025
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Dec 20, 2025
[SF] Trillian test result (tid-15034)
|
DaanHoogland
commented
Dec 21, 2025
going on a limb here and assuming no 3rd party testing is needed (given the extend of the changes and the author described their testing) |
Uh oh!
There was an error while loading. Please reload this page.
* 4.22: Update templateConfig.sh to not break with directorys with space on t… (#10898) Fix VM and volume metrics listing regressions (#12284) packaging: use latest cmk release link directly (#11429) api:rename RegisterCmd.java => RegisterUserKeyCmd.java (#12259) Prioritize copying templates from other secondary storages instead of downloading them (#10363) Show time correctly in the backup schedule UI (#12012) kvm: use preallocation option for fat disk resize (#11986) Python exception processing static routes fixed (#11967) KVM memballooning requires free page reporting and autodeflate (#11932) api: create/register/upload template with empty template tag (#12234)
apache#10898) Co-authored-by: Vitor Hugo Homem Marzarotto <vitor.marzarotto@scclouds.com.br> Co-authored-by: Henrique Sato <henriquesato2003@gmail.com> Co-authored-by: Wei Zhou <weizhou@apache.org>
Description
Currently the script of
templateConfig.shdoesn't recognize folders with spaces in their names, which can cause compilation errors, this PR updates the script so that the folders with space in their names are recognized.Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
To test this, I renamed my user folder to have a white-space in it, then ran the process of building the project, which runs the
templateConfig.sh, and verified that there wasn't any errors on the building process.