index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 5 |
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 ;|;|' |