Skip to content

Commit fbb1695

Browse files
authored
Merge pull request #893 from boegel/xming
add Xming website to whitelist, currently broken
2 parents da8c553 + e9c1747 commit fbb1695

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ if [ "${DEBUG:-0}" -gt 0 ]; then
55
fi
66

77
DEPSDIR="$PWD/pypkgs"
8-
pyver=python$(python3 -c "import sys; print(\"%s.%s\" % sys.version_info[:2])")
8+
pyver=python$(python3.12 -c "import sys; print(\"%s.%s\" % sys.version_info[:2])")
99
export PYTHONPATH=$DEPSDIR/lib/$pyver/site-packages:$DEPSDIR/lib64/$pyver/site-packages:$PWD/custom_plugin:$PWD/computational_macros:$PYTHONPATH
1010
export PATH=$DEPSDIR/bin:$PATH
1111

1212

1313
if [ "${INSTALLDEPS:-0}" -gt 0 ]; then
14-
python3 -m pip install --use-pep517 --ignore-installed --prefix "$DEPSDIR" -r requirements.txt
15-
python3 -m pip install --use-pep517 --prefix "$DEPSDIR" "$PWD"/custom_plugin
16-
python3 -m pip install --use-pep517 --prefix "$DEPSDIR" "$PWD"/computational_macros
14+
python3.12 -m pip install --use-pep517 --ignore-installed --prefix "$DEPSDIR" -r requirements.txt
15+
python3.12 -m pip install --use-pep517 --prefix "$DEPSDIR" "$PWD"/custom_plugin
16+
python3.12 -m pip install --use-pep517 --prefix "$DEPSDIR" "$PWD"/computational_macros
1717
# not needed for actual page
18-
python3 -m pip install --use-pep517 --ignore-installed --prefix "$DEPSDIR" linkchecker
18+
python3.12 -m pip install --use-pep517 --ignore-installed --prefix "$DEPSDIR" linkchecker
1919
fi
2020

21-
python3 build.py "$@"
21+
python3.12 build.py "$@"
2222

2323
if [ "${WEBSERVER:-0}" -gt 0 ]; then
2424
webbase=build

scripts/link_checker/whitelist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ https://www.tldp.org/guides.html
5151

5252
# 403
5353
https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0
54+
55+
# gone?
56+
http://www.straightrunning.com/XmingNotes/

0 commit comments

Comments
 (0)