* [PATCH] own-mirrors: Add gitsm:// mirror support
@ 2014-06-24 22:55 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-06-24 22:55 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass
index 8a6feaf..77bf0c1 100644
--- a/meta/classes/own-mirrors.bbclass
+++ b/meta/classes/own-mirrors.bbclass
@@ -2,6 +2,7 @@ PREMIRRORS() {
cvs://.*/.* ${SOURCE_MIRROR_URL}
svn://.*/.* ${SOURCE_MIRROR_URL}
git://.*/.* ${SOURCE_MIRROR_URL}
+gitsm://.*/.* ${SOURCE_MIRROR_URL}
hg://.*/.* ${SOURCE_MIRROR_URL}
bzr://.*/.* ${SOURCE_MIRROR_URL}
svk://.*/.* ${SOURCE_MIRROR_URL}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-24 22:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 22:55 [PATCH] own-mirrors: Add gitsm:// mirror support Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox