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

vx-linux: 5.5 #747

Merged
merged 1 commit into from
Oct 16, 2023
Merged

vx-linux: 5.5 #747

merged 1 commit into from
Oct 16, 2023

Conversation

zen0bit
Copy link
Contributor

@zen0bit zen0bit commented Sep 13, 2023

new version out

@zen0bit zen0bit force-pushed the vxlinux branch 3 times, most recently from 81e3e9a to ef187f4 Compare September 14, 2023 10:41
Copy link
Contributor

@philclifford philclifford left a comment

Choose a reason for hiding this comment

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

Better to use https://github.com/VX-Linux/main/releases
to dynamically determine available releases (or latest), and since hashes are now provided there they should be used.

@zen0bit
Copy link
Contributor Author

zen0bit commented Sep 15, 2023

hash done

not sure How to dynamically determine available releases

@philclifford
Copy link
Contributor

try something like this:

wget -q https://github.com/VX-Linux/main/releases/latest -O- |grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+'|head -1|cut -d/ -f3

or

wget -q https://github.com/VX-Linux/main/releases -O- |grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+'|sort -ru |cut -d/ -f3

in releases_vxlinux()

@zen0bit
Copy link
Contributor Author

zen0bit commented Oct 4, 2023

vx

@flexiondotorg flexiondotorg merged commit 44cab4e into quickemu-project:master Oct 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants