mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
scripts/create-pull-request: update URLs to git repositories
Also remove the git.pokylinux.org URL, no longer used. (From OE-Core rev: 47b88d143c2fc61ce0e03b7eb3a9dbcffadbf5b1) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
29c0ba4bc8
commit
2b86db9c51
|
@ -149,13 +149,10 @@ fi
|
||||||
WEB_URL=""
|
WEB_URL=""
|
||||||
case "$REMOTE_URL" in
|
case "$REMOTE_URL" in
|
||||||
*git.yoctoproject.org*)
|
*git.yoctoproject.org*)
|
||||||
WEB_URL="http://git.yoctoproject.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
|
WEB_URL="https://git.yoctoproject.org/$REMOTE_REPO/log/?h=$BRANCH"
|
||||||
;;
|
|
||||||
*git.pokylinux.org*)
|
|
||||||
WEB_URL="http://git.pokylinux.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
|
|
||||||
;;
|
;;
|
||||||
*git.openembedded.org*)
|
*git.openembedded.org*)
|
||||||
WEB_URL="http://cgit.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH"
|
WEB_URL="https://git.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH"
|
||||||
;;
|
;;
|
||||||
*github.com*)
|
*github.com*)
|
||||||
WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH"
|
WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user