Curious how different is this from mise and ubi? https://github.com/jdx/mise I have a few pain points with that for installing cua ( https://github.com/trycua/cua/issues/27 ), so if it can remove the initial friction happy to chat!
Show HN: Attune - Build and publish APT repositories in seconds
31–35 of 35 posts
Re: Show HN: Attune - Build and publish APT repositories in seconds
#32Maybe I'm wrong, but aren't apt repositories just files in a web root? There are many scripts in the Debian ecosystem to generate and maintain such web directories. Maybe the actual package building would be interesting, but I don't know about just "we'll host your .deb files and keep the index updated"
The other options is to DIY without tooling (essentially, write custom tooling as scripts or whatever), which is messy and full of pitfalls to the inexperienced.
Re: Show HN: Attune - Build and publish APT repositories in seconds
#33Maybe I'm wrong, but aren't apt repositories just files in a web root? There are many scripts in the Debian ecosystem to generate and maintain such web directories. Maybe the actual package building would be interesting, but I don't know about just "we'll host your .deb files and keep the index updated"
As a FOSS project which publishes debs, it's a real hassle using current tooling. The tools are heavily biased towards the needs of distro maintainers, forcing projects into overly complex workflows which are overkill for a small numbers of packages. Features that would benefit smaller repositories with more frequent updates are limited or missing. The other options is to DIY without tooling (essentially, write custo…
Re: Show HN: Attune - Build and publish APT repositories in seconds
#34Re: Show HN: Attune - Build and publish APT repositories in seconds
#35Happy to test this out, because I'm really unhappy with aptly quirks