ben-grande / qusal

Salt Formulas for Qubes OS.
19 stars 7 forks source link

Unable to find package markdowlint in dev formula #90

Closed wassp-ds closed 3 months ago

wassp-ds commented 3 months ago

Commitment

I confirm that I have read the following resources:

Software version

R4.2.1

Brief summary

Fixed typo in install.sls: markdowlint -> markdownlint - still crashes.

Steps to reproduce

sudo qubesctl --skip-dom0 --targets=tpl-dev state.apply dev.install E: Unable to locate package markdowlist

Expected behavior

Actual behavior

EDIT: after the fix the package is still not found, causing the installation to crash.

.

ben-grande commented 3 months ago

Thanks for the report. That happens because the program name is mdl, the package name is ruby-mdl and the project name is markdownlint. Also because I thought it is just a simple edit that it won't break, but this was just proven false and build CI would help me not deliver such issue to users... Commit coming soon.