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

feat: Add quickgetc #1321

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

lj3954
Copy link
Contributor

@lj3954 lj3954 commented Jun 27, 2024

Quickgetc is an implementation of bash quickget which makes use of configurations generated through quickget_ci. This is very early, most features are not yet implemented.

Advantages:

  • Quickgetc itself will require little maintenance or updates, since everything is handled in CI
  • Releases and editions for all implemented operating systems are determined dynamically during the config generation, with no performance impact to the end user
  • All URLs are validated, entries with invalid URLs are thrown out
  • Quickgetc uses the host's architecture by default, falling back if it's not available for the selected distro. The user can also override it.
  • Archives are automatically handled, no need to play guessing games or implement features per OS
  • list_csv is fast. Really fast. I've seen it under 20ms. Wonderful for projects like QuickGUI
  • Complete compatibility with bash quickget and quickemu

Additional dependency: zstd. Alternatively, gzip could be used (which is already used by bash quickget) since the JSON is compressed into both zstd and gzip archives, but zstd is faster and has slightly better compression.

  • Handle file downloads
  • Create VM configuration
  • Re-implement test functionality, create_vm, and other options from quickget
  • Implement support for custom disk images, including those sourced from the web, which quickget_ci supports and already uses in one case (FreeBSD VM Images)
  • Add far greater choice of operating systems to quickget_ci

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: quickget should detect or allow specify the host architecture when fetching iso
1 participant