summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZakhar Kleyman <zakhar.kleyman@mongodb.com>2019-11-18 19:16:42 +0000
committerevergreen <evergreen@mongodb.com>2019-11-18 19:16:42 +0000
commita590480d223eb5f1fcb3351d89ab581a556a5536 (patch)
treeb29b87752af4fa8caab98250906236e93c9710df /etc
parent6c9e9014b8829c040c73d8313444e5013569b91c (diff)
downloadmongo-a590480d223eb5f1fcb3351d89ab581a556a5536.tar.gz
SERVER-33049 rename *.msi to *-signed.msi in Win push
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 3af0f9fac73..e9d635113d3 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -8672,10 +8672,10 @@ tasks:
aws_secret: ${aws_secret}
permissions: public-read
build_variants: ["enterprise-windows", "windows"]
- local_file: src/mongodb-${push_arch}-${suffix}.msi
+ local_file: src/mongodb-${push_arch}-${suffix}-signed.msi
bucket: build-push-testing
content_type: application/x-msi
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}.msi
+ remote_file: ${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}-signed.msi
# Put the binaries tarball sha1
- command: s3.put
@@ -8742,10 +8742,10 @@ tasks:
aws_secret: ${aws_secret}
permissions: public-read
build_variants: ["enterprise-windows", "windows"]
- local_file: src/mongodb-${push_arch}-${suffix}.msi.sha1
+ local_file: src/mongodb-${push_arch}-${suffix}-signed.msi.sha1
bucket: build-push-testing
content_type: text/plain
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}.msi.sha1
+ remote_file: ${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}-signed.msi.sha1
# Put the binaries tarball sha256
- command: s3.put
@@ -8811,10 +8811,10 @@ tasks:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
build_variants: ["enterprise-windows", "windows"]
- local_file: src/mongodb-${push_arch}-${suffix}.msi.sha256
+ local_file: src/mongodb-${push_arch}-${suffix}-signed.msi.sha256
bucket: build-push-testing
permissions: public-read
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}.msi.sha256
+ remote_file: ${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}-signed.msi.sha256
content_type: text/plain
# Put the binaries tarball md5
@@ -8881,11 +8881,11 @@ tasks:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
build_variants: ["enterprise-windows", "windows"]
- local_file: src/mongodb-${push_arch}-${suffix}.msi.md5
+ local_file: src/mongodb-${push_arch}-${suffix}-signed.msi.md5
bucket: build-push-testing
permissions: public-read
content_type: text/plain
- remote_file: ${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}.msi.md5
+ remote_file: ${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}-signed.msi.md5
- command: s3Copy.copy
params:
@@ -8916,8 +8916,8 @@ tasks:
'build_variants': ['rhel70', 'windows']}
#MSI (Windows only)
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}.msi', 'bucket': 'build-push-testing'},
- 'destination': {'path': '${push_path}/mongodb-${push_arch}-${suffix}.msi', 'bucket': '${push_bucket}'},
+ - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}-signed.msi', 'bucket': 'build-push-testing'},
+ 'destination': {'path': '${push_path}/mongodb-${push_arch}-${suffix}-signed.msi', 'bucket': '${push_bucket}'},
'build_variants': ['enterprise-windows', 'windows']}
#Binaries Signature
@@ -8957,8 +8957,8 @@ tasks:
'build_variants': ['rhel70', 'windows']}
#SHA1 for MSI
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}.msi.sha1', 'bucket': 'build-push-testing'},
- 'destination': {'path': '${push_path}/mongodb-${push_arch}-${suffix}.msi.sha1', 'bucket': '${push_bucket}'},
+ - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}-signed.msi.sha1', 'bucket': 'build-push-testing'},
+ 'destination': {'path': '${push_path}/mongodb-${push_arch}-${suffix}-signed.msi.sha1', 'bucket': '${push_bucket}'},
'build_variants': ['enterprise-windows', 'windows']}
#SHA256 for binaries
@@ -8980,8 +8980,8 @@ tasks:
'build_variants': ['rhel70', 'windows']}
#SHA256 for MSI files
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}.msi.sha256', 'bucket': 'build-push-testing'},
- 'destination': {'path': '${push_path}/mongodb-${push_arch}-${suffix}.msi.sha256', 'bucket': '${push_bucket}'},
+ - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}-signed.msi.sha256', 'bucket': 'build-push-testing'},
+ 'destination': {'path': '${push_path}/mongodb-${push_arch}-${suffix}-signed.msi.sha256', 'bucket': '${push_bucket}'},
'build_variants': ['enterprise-windows', 'windows']}
#MD5 for binaries
@@ -9003,8 +9003,8 @@ tasks:
'build_variants': ['rhel70', 'windows']}
#MD5 for MSIs
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}.msi.md5', 'bucket': 'build-push-testing'},
- 'destination': {'path': '${push_path}/mongodb-${push_arch}-${suffix}.msi.md5', 'bucket': '${push_bucket}'},
+ - {'source': {'path': '${push_path}-STAGE/${push_name}/mongodb-${push_arch}-${suffix}-${task_id}-signed.msi.md5', 'bucket': 'build-push-testing'},
+ 'destination': {'path': '${push_path}/mongodb-${push_arch}-${suffix}-signed.msi.md5', 'bucket': '${push_bucket}'},
'build_variants': ['enterprise-windows', 'windows']}
# Debug symbols are not created for all variants and the copy is optional.