On Sat, Feb 01, 2014 at 05:42:51PM -0500, [email protected] wrote:
> From: Jon Ringle <[email protected]>
>
> Allow a git repo to be specified with ssh://*.git
>
> Signed-off-by: Jon Ringle <[email protected]>
Thanks, applied.
Michael
> ---
> scripts/lib/ptxd_make_get.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh
> index 9f388dd..26b99d5 100644
> --- a/scripts/lib/ptxd_make_get.sh
> +++ b/scripts/lib/ptxd_make_get.sh
> @@ -332,7 +332,7 @@ ptxd_make_get() {
> shift
>
> case "${url}" in
> - git://*|http://*.git|https://*.git)
> + git://*|http://*.git|https://*.git|ssh://*.git)
> ptxd_make_get_download_permitted &&
> ptxd_make_get_git && return
> ;;
> --
> 1.7.10.4
>
>
> --
> ptxdist mailing list
> [email protected]
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
[email protected]