Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Enhance old release version handling in install.sh #269

Open
sygibson opened this issue Jun 11, 2020 · 0 comments
Open

Enhance old release version handling in install.sh #269

sygibson opened this issue Jun 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sygibson
Copy link
Contributor

Currently, the install.sh script exits with an unfriendly error if an older version is specified than is available in the Catalog, like:

EXIT MESSAGE: FATAL: Internal error, get() expects files to get

The Installer should handle this a little more gracefully if possible. Currently at line 731 - we grep through the catalog to find drp-$DRP_VERSION - which may return an empty string, this is passed to the get() call without checking.

Error messaging should be enhanced to catch this.

@sygibson sygibson added the enhancement New feature or request label Jun 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant