summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/bootstrap-mysql5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql
index b7e08ba..06bbd7f 100755
--- a/bin/bootstrap-mysql
+++ b/bin/bootstrap-mysql
@@ -689,17 +689,20 @@ fi
'stable' 'stable' \
'stable' 'testing' \
'stable' 'staging' \
+ 'stable' 'standalone' \
'stable' 'unbuilt' \
'stable' 'forbidden' \
'testing' 'testing' \
'testing' 'staging' \
+ 'testing' 'standalone' \
'testing' 'unbuilt' \
'testing' 'forbidden' \
'staging' 'staging' \
+ 'staging' 'standalone' \
'staging' 'unbuilt' \
'staging' 'forbidden' \
'unbuilt' 'forbidden' \
- 'build-support' 'build-support'
+ 'standalone' 'standalone'
printf ';\n'
} | \
sed 's| OR ;|;|'