docker/coreboot.org-status: Update URL schemes to git repos
We moved from gitweb to cgit to gitiles and some of the URL schemes were lost during the transitions. Update to the gitiles scheme so board-status links work again. Change-Id: Id2a840bf89fab172e0eab21e303ac0c4666b6751 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55594 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
54b03569c3
commit
fd977f2f11
|
@ -15,9 +15,9 @@ id, so it is possible to reproduce the build.</p>
|
||||||
|
|
||||||
<p>We encourage developers and users to contribute reports so we know which
|
<p>We encourage developers and users to contribute reports so we know which
|
||||||
devices are well-tested. We have
|
devices are well-tested. We have
|
||||||
<a href='https://review.coreboot.org/cgit/coreboot.git/tree/util/board_status'>a tool in the coreboot repository</a>
|
<a href='https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/board_status/'>a tool in the coreboot repository</a>
|
||||||
to make contributing easy. The data resides in the
|
to make contributing easy. The data resides in the
|
||||||
<a href='https://review.coreboot.org/gitweb/cgit/board-status.git'>board status repository</a>.
|
<a href='https://review.coreboot.org/plugins/gitiles/board-status/'>board status repository</a>.
|
||||||
Contributing requires an account on review.coreboot.org. After
|
Contributing requires an account on review.coreboot.org. After
|
||||||
logging into the site with your preferred OpenID or GitHub/Google
|
logging into the site with your preferred OpenID or GitHub/Google
|
||||||
credentials, you can get a user name and password for git pushes on <a
|
credentials, you can get a user name and password for git pushes on <a
|
||||||
|
@ -36,6 +36,6 @@ code for boards that are not yet merged.</p>
|
||||||
<h1>Vendor trees</h1>
|
<h1>Vendor trees</h1>
|
||||||
<p>Some vendors have their own coreboot trees/fork, for instance:
|
<p>Some vendors have their own coreboot trees/fork, for instance:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href='http://git.chromium.org/gitweb/?p=chromiumos/third_party/coreboot.git;a=summary'>chrome/chromium's tree</a>
|
<li><a href='https://chromium.googlesource.com/chromiumos/third_party/coreboot/'>chrome/chromium's tree</a>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
export COREBOOT_DIR="../coreboot.git"
|
export COREBOOT_DIR="../coreboot.git"
|
||||||
export GIT_DIR="$COREBOOT_DIR/.git"
|
export GIT_DIR="$COREBOOT_DIR/.git"
|
||||||
CODE_GITWEB="https://review.coreboot.org/gitweb/cgit/coreboot.git/commit/?id="
|
CODE_GITWEB="https://review.coreboot.org/plugins/gitiles/coreboot/+/"
|
||||||
STATUS_GITWEB="https://review.coreboot.org/gitweb/cgit/board-status.git/tree/"
|
STATUS_GITWEB="https://review.coreboot.org/plugins/gitiles/board-status/+/refs/heads/master/"
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
<html>
|
<html>
|
||||||
|
|
Loading…
Reference in New Issue