github private respositories
Jo-Philipp Wich
jo at mein.io
Sat Aug 1 13:04:31 EDT 2020
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20200801/fa9e389c/attachment.sig>
More information about the openwrt-devel
mailing list