summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-22 15:13:09 +0100
committerErich Eckner <git@eckner.net>2018-01-22 15:13:09 +0100
commitc3981b65615fd29d16e15860ee5872a996efb90e (patch)
tree0c7e00e7430c8178bcfd5faf6558d853149f3c8f /bin/bootstrap-mysql
parent423cf0b000964db5456f3238febac4809ef8f16c (diff)
downloadbuilder-c3981b65615fd29d16e15860ee5872a996efb90e.tar.xz
bin/bootstrap-mysql: one binary package may be in multiple repositories with identical versions/git hashes (e.g. "build-support"!)
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-xbin/bootstrap-mysql4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql
index 6da2c86..35391f3 100755
--- a/bin/bootstrap-mysql
+++ b/bin/bootstrap-mysql
@@ -63,8 +63,8 @@ if [ ! "$1" = 'slim' ]; then
' is_tested BIT' \
' pkgname VARCHAR(64)' \
' architecture SMALLINT :architectures' \
- ' UNIQUE content build_assignment sub_pkgrel pkgname architecture' \
- ' UNIQUE file_name pkgname epoch pkgver pkgrel sub_pkgrel architecture' \
+ ' UNIQUE content build_assignment sub_pkgrel pkgname architecture repository' \
+ ' UNIQUE file_name pkgname epoch pkgver pkgrel sub_pkgrel architecture repository' \
'repositories MEDIUMINT' \
' name VARCHAR(64)' \
' stability MEDIUMINT :repository_stabilities' \