-
Notifications
You must be signed in to change notification settings - Fork 0
#236: Improved flavor check and added access to slc-rel Github data #237
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
Conversation
dc58048 to
ae5ae4c
Compare
| if not self.flavor_path.is_dir(): | ||
| raise SlcError( | ||
| f"Given flavor {self.flavor} not found in version {constants.SLC_RELEASE_TAG} of " | ||
| "Script-Languages-Release. " | ||
| "Check out available flavors at https://github.com/exasol/script-languages-release/releases/tag/{constants.SLC_RELEASE_TAG}.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tkilias , @sgn4sangar I'am just thinking: Should we simplify the list of available flavrs in the slc release? Currently the user can find this list by clicking Package Version Comparison between Release 9.7.0 and 9.6.0. However, there the template and standard flavors are mixed....
|



fixes #236