* [PATCH 0/1] create-pull-request: fix for OE cgit URL change
@ 2017-01-19 20:37 Paul Eggleton
2017-01-19 20:37 ` [PATCH 1/1] " Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2017-01-19 20:37 UTC (permalink / raw)
To: openembedded-core
The following changes since commit a7cb408dd784178197687a2129e936620bf6a0d3:
sanity.bbclass: Improved error message (2017-01-17 11:31:31 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/create-pull-request-cgit
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/create-pull-request-cgit
Paul Eggleton (1):
create-pull-request: fix for OE cgit URL change
scripts/create-pull-request | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.5.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] create-pull-request: fix for OE cgit URL change
2017-01-19 20:37 [PATCH 0/1] create-pull-request: fix for OE cgit URL change Paul Eggleton
@ 2017-01-19 20:37 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2017-01-19 20:37 UTC (permalink / raw)
To: openembedded-core
The /cgit.cgi/ part is no longer valid in cgit URLs on
git.openembedded.org as of recent infrastructure changes.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
scripts/create-pull-request | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index a88f35a..e82858b 100755
--- a/scripts/create-pull-request
+++ b/scripts/create-pull-request
@@ -168,7 +168,7 @@ case "$REMOTE_URL" in
WEB_URL="http://git.pokylinux.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
;;
*git.openembedded.org*)
- WEB_URL="http://cgit.openembedded.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
+ WEB_URL="http://cgit.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH"
;;
*github.com*)
WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH"
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-19 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19 20:37 [PATCH 0/1] create-pull-request: fix for OE cgit URL change Paul Eggleton
2017-01-19 20:37 ` [PATCH 1/1] " Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox