github private respositories

Himanshu Chauhan hschauhan at nulltrace.org
Sat Aug 1 15:13:55 EDT 2020


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:githubpass@github.com/project/repo.git
> 
> or
> 
> PKG_SOURCE_URL:=git at github.com:project/repo.git
> 
> or
> 
> PKG_SOURCE_URL:=ssh://git@github.com/project/repo.git
> 
> 
> The first one only works on accounts without 2FA, the latter two assume a
> functioning SSH setup for Github cloning on the buildhost.
> 
> ~ Jo
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> 

Thanks Jo!

Regards
Himanshu




More information about the openwrt-devel mailing list