Skip to content

Commit 9505430

Browse files
author
Hugo Osvaldo Barrera
committed
Pin an older version of Xandikos
This is the one used back when master was last green, so let's start with this one and gradually move up.
1 parent 216ce8d commit 9505430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/servers/xandikos/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pip install wsgi_intercept
55

66
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
77
# XXX: This is the last version to support Python 3.5
8-
pip install -U "xandikos==0.1.0"
8+
pip install -U "xandikos==0.0.11"
99
elif [ "$REQUIREMENTS" = "devel" ]; then
1010
pip install -U git+https://github.com/jelmer/xandikos
1111
else

0 commit comments

Comments
 (0)