On 01-08-2020 10:34 pm, Jo-Philipp Wich wrote:
Hi,
Is there a way to compile github private repositories as package in openwrt?
PKG_SOURCE_URL:=https://githubuser:githubp...@github.com/project/repo.git
or
PKG_SOURCE_URL:=g...@github.com:project/repo.git
or
PKG_SOURCE_URL:=ssh://g...@githu
Hi,
> Is there a way to compile github private repositories as package in openwrt?
PKG_SOURCE_URL:=https://githubuser:githubp...@github.com/project/repo.git
or
PKG_SOURCE_URL:=g...@github.com:project/repo.git
or
PKG_SOURCE_URL:=ssh://g...@github.com/project/repo.git
The first one only works
On 01/08/20 17:39, Himanshu Chauhan wrote:
Hi,
Is there a way to compile github private repositories as package in
openwrt? All the package Makefiles that I have looked at use https/http
to clone the repository. Private repositories would require
authentication while cloning.
Thanks
Reg
Hi,
Is there a way to compile github private repositories as package in
openwrt? All the package Makefiles that I have looked at use https/http
to clone the repository. Private repositories would require
authentication while cloning.
Thanks
Regards
Himanshu
__