]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
scripts/create-pull-request: update URLs to git repositories
authorMichael Opdenacker <michael.opdenacker@bootlin.com>
Thu, 10 Aug 2023 14:25:06 +0000 (16:25 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 19 Sep 2023 14:14:00 +0000 (04:14 -1000)
Also remove the git.pokylinux.org URL, no longer used.

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>
(cherry picked from commit 47b88d143c2fc61ce0e03b7eb3a9dbcffadbf5b1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/create-pull-request

index 2f91a355b03ab43084c4bdb2e71608968366a110..885105fab3da866167bd4bbff2d7032051942f8d 100755 (executable)
@@ -149,13 +149,10 @@ fi
 WEB_URL=""
 case "$REMOTE_URL" in
        *git.yoctoproject.org*)
-               WEB_URL="http://git.yoctoproject.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
-               ;;
-       *git.pokylinux.org*)
-               WEB_URL="http://git.pokylinux.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
+               WEB_URL="https://git.yoctoproject.org/$REMOTE_REPO/log/?h=$BRANCH"
                ;;
        *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*)
                WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH"