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

Request: Provide more updated versions #33

Open
supriyo-biswas opened this issue Apr 16, 2024 · 2 comments
Open

Request: Provide more updated versions #33

supriyo-biswas opened this issue Apr 16, 2024 · 2 comments

Comments

@supriyo-biswas
Copy link

It would be more preferable if there was a process to release updated versions of tools which are low maintenance* and comparatively easier to build, such as curl

(* As opposed to something like Python, where, as I understand, the process is more involved.)

@ahgamut
Copy link
Owner

ahgamut commented Apr 16, 2024

There are three general types of builds in the repo, in increasing order of update efforts:

  • some have no minimal.diff, and these will be the easiest to update
  • some have a minimal.diff, the patches would need to updated when you update the version
  • some like python/gcc/emacs need a bit more checking when updating (actually python might become easier if we figure out an automatic script for handling the addition of packages)

What do you think is the best way to update each of the above?

@supriyo-biswas
Copy link
Author

For (1), I guess we could monitor the upstream packages for updates through GitHub actions and have the packages built automatically. Here, the updates should only be monitored for the top level packages that are shipped as binaries to users (e.g. monitoring updates to bash, as opposed to, say its depenency, ncurses) since users care more about them.

For (2), it may be better to upstream some of the changes if the maintainers are not opposed to their inclusion. (3) still requires manual checks for now.

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

No branches or pull requests

2 participants