You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All stacks and pkgmanagers should have the YAML file extension to be detected by Apx currently (since it's hardcoded in some places). And when YML is used instead they aren't detected by default (Note: import seems to convert YML file to YAML file).
It would be great if stacks and package managers could detect configs with both YAML and YML file extensions when placed in the local directory (to avoid confusion on the user side).
…nagers
Added util function to choose either YAML or YML file depeneds on
availability. Updated all the references in stack and pkgManager files with util function.
deepu9
added a commit
to deepu9/apx
that referenced
this issue
Jul 4, 2024
Added util function to choose either YAML or YML file depeneds on
availability. Updated all the references in stack and pkgManager files with util function.
All stacks and pkgmanagers should have the YAML file extension to be detected by Apx currently (since it's hardcoded in some places). And when YML is used instead they aren't detected by default (Note: import seems to convert YML file to YAML file).
It would be great if stacks and package managers could detect configs with both YAML and YML file extensions when placed in the local directory (to avoid confusion on the user side).
Sample reference
apx/core/pkgManager.go
Lines 72 to 78 in 36ef027
For full list checkout https://github.com/search?q=repo%3AVanilla-OS%2Fapx+.yaml&type=code
The text was updated successfully, but these errors were encountered: