mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #21] idea: publish built packages on GitLab Pages #14
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-3ginfo-lite#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bam80 on GitHub (Oct 6, 2022).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/21
Right now the packages are published as GitHub's Assets:
https://github.com/4IceG/luci-app-3ginfo-lite/releases
IIUC, the drawback of it is they can't be accessible as HTTP directory to be served as OpenWrt package repository, thus this offering is not well suited for it's main use-cases: installing on router with
opkgand embedding into the firmware with ImageBuilder.I don't know if it could be solved within GitHub infrastructure somehow, but it seems like GitLab has a solution:
So we could setup an CI/CD pipeline building a packages on GitLab and have them available on OpenWrt package repository served via GitLab Pages.
@4IceG commented on GitHub (Oct 6, 2022):
I was planning to add a new tab to download / update a package from github from LuCI (using Curl and wget).
Making additional repositories in my opinion does not make sense for the three packages.