summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-12 15:15:58 +0100
committerErich Eckner <git@eckner.net>2018-03-12 15:15:58 +0100
commit3137ac0fe134369bc1f4805b00df09af01965022 (patch)
tree4a51749bb1ef48c16192a5ce2e718427e25a9030 /bin/bootstrap-mysql
parent2a4617fd25cf56e2d81d90c0c2aff81bfd9e9823 (diff)
downloadbuilder-3137ac0fe134369bc1f4805b00df09af01965022.tar.xz
bin/bootstrap-mysql: "build-support" should be "standalone" and also the least stable repository on the master mirror
Diffstat (limited to 'bin/bootstrap-mysql')
-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 ;|;|'