summaryrefslogtreecommitdiffstats
path: root/scripts/create-pull-request
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-10 16:25:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-14 12:51:21 +0100
commit2b86db9c51f3740e88ed42c45eabf90854abf8cd (patch)
tree1af230f3c1cae12e4346fc29713faa9fec091fbb /scripts/create-pull-request
parent29c0ba4bc8fb0544149aed19e1335c8bc676587d (diff)
downloadpoky-2b86db9c51f3740e88ed42c45eabf90854abf8cd.tar.gz
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>
Diffstat (limited to 'scripts/create-pull-request')
-rwxr-xr-xscripts/create-pull-request7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index 2f91a355b0..885105fab3 100755
--- a/scripts/create-pull-request
+++ b/scripts/create-pull-request
@@ -149,13 +149,10 @@ fi
149WEB_URL="" 149WEB_URL=""
150case "$REMOTE_URL" in 150case "$REMOTE_URL" in
151 *git.yoctoproject.org*) 151 *git.yoctoproject.org*)
152 WEB_URL="http://git.yoctoproject.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH" 152 WEB_URL="https://git.yoctoproject.org/$REMOTE_REPO/log/?h=$BRANCH"
153 ;;
154 *git.pokylinux.org*)
155 WEB_URL="http://git.pokylinux.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
156 ;; 153 ;;
157 *git.openembedded.org*) 154 *git.openembedded.org*)
158 WEB_URL="http://cgit.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH" 155 WEB_URL="https://git.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH"
159 ;; 156 ;;
160 *github.com*) 157 *github.com*)
161 WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH" 158 WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH"