Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-27 | fix: Fix remote path | Gabriel Arakaki Giovanini | |
Remote path should follow repo alpine version and arch | |||
2022-12-26 | fix: Add jellyfin again | Gabriel Arakaki Giovanini | |
2022-10-14 | fix: fix env var not being an env var | Gabriel Arakaki Giovanini | |
2022-10-14 | fix: Use local alpine to look for apks | Gabriel Arakaki Giovanini | |
Sourcehut's pkgkit was assuming that the remote server was alpine, thus running apk command to rewrite the remote alpine APKINDEX. This won't work on my setup since I have a fedora server (for now). | |||
2022-10-14 | feat: remove repo from path name | Gabriel Arakaki Giovanini | |
For my setup there is no need to have repo in the path. | |||
2022-10-14 | feat: fix remote pathing | Gabriel Arakaki Giovanini | |
2022-10-14 | feat: shamelessly copy pkgkit from sr.ht-apkbuilds | Gabriel Arakaki Giovanini | |
Copy some code from sourcehut's alpine build[0] to build my own packages. [0]: https://git.sr.ht/~sircmpwn/sr.ht-apkbuilds |