index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-12 15:15:58 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-12 15:15:58 +0100 |
commit | 3137ac0fe134369bc1f4805b00df09af01965022 (patch) | |
tree | 4a51749bb1ef48c16192a5ce2e718427e25a9030 /bin/bootstrap-mysql | |
parent | 2a4617fd25cf56e2d81d90c0c2aff81bfd9e9823 (diff) |
-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 ;|;|' |