poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: BELHADJ SALEM Talel <talel.hajsalem@sofia-technologies.com>,
	 poky@lists.yoctoproject.org
Subject: Re: [poky] Azure Devops repo URL support ? #poky
Date: Mon, 28 Nov 2022 13:01:27 +0000	[thread overview]
Message-ID: <d13ad92a8d9d4e5d697820fcdbb03dddf8622920.camel@linuxfoundation.org> (raw)
In-Reply-To: <NaNK.1669633869916245748.A2O8@lists.yoctoproject.org>

On Mon, 2022-11-28 at 03:11 -0800, BELHADJ SALEM Talel wrote:
> Hello All,
> 
> I have a git repo on Azure devops project, the `git remote -v`
> command shows the URL in the following format:
> 
> git@ssh.dev.azure.com:v3/<USERNAME>/<PROJECT_NAME>
> 
> When setting it to SRC_URI as:
> 
> SRC_URI =
> "git://git@ssh.dev.azure.com:v3/<USERNAME>/<PROJECT_NAME>;protocol=ss
> h;nobranch=1"
> 
> it shows the error:
> 
> Bitbake Fetcher Error: FetchError('Unable to fetch URL from any
> source.
> 
> I tried too many combinations:
> SRC_URI =
> "git://<USERNAME>@ssh.dev.azure.com:v3/<USERNAME>/<PROJECT_NAME>;prot
> ocol=ssh;nobranch=1"
> SRC_URI =
> "git://git@ssh.dev.azure.com/v3/<USERNAME>/<PROJECT_NAME>;protocol=ss
> h;nobranch=1"
> SRC_URI =
> "git://<USERNAME>@ssh.dev.azure.com/v3/<USERNAME>/<PROJECT_NAME>;prot
> ocol=ssh;nobranch=1"
> 
> I don't know how to make it work.
> 
> Anyone has an idea ? 

I'd have expected one of those to work. What is the actual fetch error?
The error you pasted is the bit where it says "can't make this work,
giving up" but there should have been something before that. What do
the do_fetch logs say?

Cheers,

Richard

  reply	other threads:[~2022-11-28 13:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-28 11:11 Azure Devops repo URL support ? #poky BELHADJ SALEM Talel
2022-11-28 13:01 ` Richard Purdie [this message]
2022-11-28 14:51   ` BELHADJ SALEM Talel
2022-11-28 14:53     ` BELHADJ SALEM Talel
2022-11-28 14:58       ` [poky] " Alexander Kanavin
2022-11-28 15:04         ` BELHADJ SALEM Talel
2022-11-28 15:08           ` [poky] " Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d13ad92a8d9d4e5d697820fcdbb03dddf8622920.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=poky@lists.yoctoproject.org \
    --cc=talel.hajsalem@sofia-technologies.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).