@@ -376,12 +376,18 @@ def __init__(self, task_name, suffix_commands, orchestration=True, **kwargs):
376
376
'sh .evergreen/debian_package_build.sh' ),
377
377
s3_put (local_file = 'deb.tar.gz' ,
378
378
remote_file = '${branch_name}/mongo-c-driver-debian-packages-${CURRENT_VERSION}.tar.gz' ,
379
+ content_type = '${content_type|application/x-gzip}' ),
380
+ s3_put (local_file = 'deb.tar.gz' ,
381
+ remote_file = '${project}/${branch_name}/${revision}/${version_id}/${build_id}/${execution}/mongo-c-driver-debian-packages.tar.gz' ,
379
382
content_type = '${content_type|application/x-gzip}' )]),
380
383
NamedTask ('rpm-package-build' ,
381
384
commands = [
382
385
shell_mongoc ('sh .evergreen/build_snapshot_rpm.sh' ),
383
386
s3_put (local_file = 'rpm.tar.gz' ,
384
387
remote_file = '${branch_name}/mongo-c-driver-rpm-packages-${CURRENT_VERSION}.tar.gz' ,
388
+ content_type = '${content_type|application/x-gzip}' ),
389
+ s3_put (local_file = 'rpm.tar.gz' ,
390
+ remote_file = '${project}/${branch_name}/${revision}/${version_id}/${build_id}/${execution}/mongo-c-driver-rpm-packages.tar.gz' ,
385
391
content_type = '${content_type|application/x-gzip}' )]),
386
392
NamedTask ('install-uninstall-check-mingw' ,
387
393
depends_on = OD ([('name' , 'make-release-archive' ),
0 commit comments