-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix creating template.rpm symlink #292
Conversation
Create symlink using absolute path to the template rpm package. This is important because relative path given to qvm-template should be considered in relation to the current working directory, not template.rpm symlink location. This fixes calling `qvm-template install` using relative path to the package. Fixes QubesOS/qubes-issues#9246
76c924e
to
7f8da8a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #292 +/- ##
=======================================
Coverage 74.43% 74.44%
=======================================
Files 51 51
Lines 7921 7923 +2
=======================================
+ Hits 5896 5898 +2
Misses 2025 2025 ☔ View full report in Codecov by Sentry. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.2&build=2024052318-4.2&flavor=pull-requests New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.2&build=2024051522-4.2&flavor=update
Failed tests21 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/99767#dependencies 2 fixed
Unstable tests
|
Create symlink using absolute path to the template rpm package.
This is important because relative path given to qvm-template should be
considered in relation to the current working directory, not
template.rpm symlink location.
This fixes calling
qvm-template install
using relative path to thepackage.
Fixes QubesOS/qubes-issues#9246