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

Enhance old release version handling in install.sh #269

@sygibson

Description

@sygibson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions