poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: "BELHADJ SALEM Talel" <talel.hajsalem@sofia-technologies.com>
To: poky@lists.yoctoproject.org
Subject: Azure Devops repo URL support ? #poky
Date: Mon, 28 Nov 2022 03:11:09 -0800	[thread overview]
Message-ID: <NaNK.1669633869916245748.A2O8@lists.yoctoproject.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]

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=ssh;nobranch=1 ( git@ssh.dev.azure.com:v3/%3CUSERNAME%3E/%3CPROJECT_NAME%3E ) "

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>;protocol=ssh;nobranch=1 ( git@ssh.dev.azure.com:v3/%3CUSERNAME%3E/%3CPROJECT_NAME%3E ) "
SRC_URI = "git:// git@ssh.dev.azure.com/v3/<USERNAME>/<PROJECT_NAME>;protocol=ssh;nobranch=1 ( git@ssh.dev.azure.com:v3/%3CUSERNAME%3E/%3CPROJECT_NAME%3E ) "
SRC_URI = "git:// <USERNAME>@ssh.dev.azure.com/v3/<USERNAME>/<PROJECT_NAME>;protocol=ssh;nobranch=1 ( git@ssh.dev.azure.com:v3/%3CUSERNAME%3E/%3CPROJECT_NAME%3E ) "

I don't know how to make it work.

Anyone has an idea ?
Thanks

[-- Attachment #2: Type: text/html, Size: 1658 bytes --]

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

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-28 11:11 BELHADJ SALEM Talel [this message]
2022-11-28 13:01 ` [poky] Azure Devops repo URL support ? #poky Richard Purdie
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=NaNK.1669633869916245748.A2O8@lists.yoctoproject.org \
    --to=talel.hajsalem@sofia-technologies.com \
    --cc=poky@lists.yoctoproject.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).