All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: <praneeth@ti.com>, <yogeshs@ti.com>, <denis@denix.org>
Cc: meta-arago@arago-project.org
Subject: [oe-layersetup PATCH 1/3] sample-files: Add a URL redirection gitconfig sample file
Date: Tue, 22 Jun 2021 21:35:36 -0500	[thread overview]
Message-ID: <20210623023538.32735-2-nm@ti.com> (raw)
In-Reply-To: <20210623023538.32735-1-nm@ti.com>

As we move git repositories over to newer locations, there is
a definite need to redirect older url usage to newer locations.

Lets start with a basic configuration for the core repositories.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 sample-files/gitconfig.sample | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 sample-files/gitconfig.sample

diff --git a/sample-files/gitconfig.sample b/sample-files/gitconfig.sample
new file mode 100644
index 000000000000..2d06bdcd80b9
--- /dev/null
+++ b/sample-files/gitconfig.sample
@@ -0,0 +1,16 @@
+# Sample git config URL redirection
+# Copy this information to ~/.gitconfig or equivalent
+# See https://git-scm.com/docs/git-config for further information
+# To debug, use GIT_CURL_VERBOSE=1 GIT_TRACE=1
+
+[url "git://git.yoctoproject.org/meta-arago"]
+	insteadOf = git://arago-project.org/git/meta-arago
+	insteadOf = http://arago-project.org/git/meta-arago
+
+[url "git://git.yoctoproject.org/meta-ti"]
+	insteadOf = git://arago-project.org/git/meta-ti
+	insteadOf = http://arago-project.org/git/meta-ti
+
+[url "git://git.ti.com/arago-project/oe-layersetup"]
+	insteadOf = git://arago-project.org/git/projects/oe-layersetup
+	insteadOf = http://arago-project.org/git/projects/oe-layersetup
-- 
2.32.0



  reply	other threads:[~2021-06-23  2:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23  2:35 [oe-layersetup PATCH 0/2] Lets start sunsetting arago-project.org Nishanth Menon
2021-06-23  2:35 ` Nishanth Menon [this message]
2021-06-23 19:14   ` [oe-layersetup PATCH 1/3] sample-files: Add a URL redirection gitconfig sample file Denys Dmytriyenko
2021-06-23  2:35 ` [oe-layersetup PATCH 2/3] configs: Redirect older meta-ti to yoctoproject primary repo Nishanth Menon
2021-06-23 19:09   ` Denys Dmytriyenko
2021-06-23 21:17     ` Nishanth Menon
2021-06-23  2:35 ` [oe-layersetup PATCH 3/3] configs: *.txt: Revise meta-arago repo towards yoctoproject.org primary Nishanth Menon
2021-06-23 19:13   ` Denys Dmytriyenko

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=20210623023538.32735-2-nm@ti.com \
    --to=nm@ti.com \
    --cc=denis@denix.org \
    --cc=meta-arago@arago-project.org \
    --cc=praneeth@ti.com \
    --cc=yogeshs@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.