From 3137ac0fe134369bc1f4805b00df09af01965022 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 12 Mar 2018 15:15:58 +0100 Subject: bin/bootstrap-mysql: "build-support" should be "standalone" and also the least stable repository on the master mirror --- bin/bootstrap-mysql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/bootstrap-mysql') 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 ;|;|' -- cgit v1.2.3-54-g00ecf