Skip to content
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

patch: Provision flintlock from latest release #483

Merged

Conversation

Callisto13
Copy link
Member

Previously flintlock only had pre-releases, which meant a different
install method in provision.sh. Now it can use the standard func.

Also update the compatibility table and add a note about supported
Firecracker versions.

@Callisto13 Callisto13 added the kind/feature New feature or request label Jul 14, 2022
yitsushi
yitsushi previously approved these changes Jul 21, 2022
@@ -294,7 +294,7 @@ install_flintlockd() {
say "Installing flintlockd version $tag to $INSTALL_PATH"

if [[ "$tag" == "$DEFAULT_VERSION" ]]; then
tag=$(latest_pre_release_tag "$FLINTLOCK_REPO")
tag=$(latest_release_tag "$FLINTLOCK_REPO")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the latest_pre_release_tag function after this patch?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically no. i know i am usually ruthless when it comes to deleting dead code, but for some reason I had great attachment to this one 🤣

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's dead i killed it hope you are happy 😭 😭

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱

Previously flintlock only had pre-releases, which meant a different
install method in `provision.sh`. Now it can use the standard func.
@Callisto13 Callisto13 merged commit 4285c82 into liquidmetal-dev:main Jul 21, 2022
@Callisto13 Callisto13 deleted the update-install-flint-provision branch July 21, 2022 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants