nxadm / rakudo-pkg

Pre-compiled OS packages for Rakudo
GNU General Public License v3.0
71 stars 22 forks source link

Alpine repositories #68

Closed melezhik closed 3 years ago

melezhik commented 4 years ago

There is no Alpine repo at the moment.

Hi! Any plans for that?

Now I have to reference to a certain apk version URL and change it every time new version arrives.

https://github.com/melezhik/sparrowdo/blob/master/resources/bootstrap.sh#L8

nxadm commented 4 years ago

The problem is that Jfrog, that holds the rpm and deb repos don't support APK repos yet. APK should be hosted elsewhere.

melezhik commented 4 years ago

I see

melezhik commented 4 years ago

No rush. Just a thought. Thanks for clarification.

nxadm commented 3 years ago

Good news. Working on this. I will add it after push the refactoring of rakudo-pkg built around Github Actions.

nxadm commented 3 years ago

The new repos already work, now running some tests to make sure everything is OK.