@@ -243,9 +243,11 @@ functions:
243
243
aws_key : ${aws_key}
244
244
aws_secret : ${aws_secret}
245
245
local_files_include_filter :
246
- - src/github.com/mongodb/mongo-tools/release.*
247
- - src/github.com/mongodb/mongo-tools/*.deb
248
- - src/github.com/mongodb/mongo-tools/*.rpm
246
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.deb
247
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.msi
248
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.rpm
249
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.tgz
250
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.zip
249
251
remote_file : mongo-tools/pkgs/${build_id}/
250
252
content_type : application/octet-stream
251
253
bucket : mciuploads
@@ -259,9 +261,11 @@ functions:
259
261
target : src/github.com/mongodb/mongo-tools/upload.tgz
260
262
source_dir : src/github.com/mongodb/mongo-tools
261
263
include :
262
- - " ./release.*"
263
- - " *.deb"
264
- - " *.rpm"
264
+ - mongodb-database-tools*.deb
265
+ - mongodb-database-tools*.msi
266
+ - mongodb-database-tools*.rpm
267
+ - mongodb-database-tools*.tgz
268
+ - mongodb-database-tools*.zip
265
269
- command : s3.put
266
270
params :
267
271
aws_key : ${aws_key}
@@ -311,9 +315,11 @@ functions:
311
315
aws_key : ${aws_key}
312
316
aws_secret : ${aws_secret}
313
317
local_files_include_filter :
314
- - src/github.com/mongodb/mongo-tools/release.*
315
- - src/github.com/mongodb/mongo-tools/*.deb
316
- - src/github.com/mongodb/mongo-tools/*.rpm
318
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.deb
319
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.msi
320
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.rpm
321
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.tgz
322
+ - src/github.com/mongodb/mongo-tools/mongodb-database-tools*.zip
317
323
remote_file : mongo-tools/task/sign/${build_id}/
318
324
bucket : mciuploads
319
325
permissions : public-read
@@ -706,14 +712,6 @@ tasks:
706
712
params :
707
713
file : src/github.com/mongodb/mongo-tools/expansions.yml
708
714
- func : " fetch dist release artifacts"
709
- - command : shell.exec
710
- params :
711
- working_dir : src/github.com/mongodb/mongo-tools
712
- script : |
713
- ${_set_shell_env}
714
- ${_maybe_enable_devtoolset_7}
715
- PATH=$PATH:$HOME
716
- go run release/release.go rename-release-files-for-papertrail
717
715
- command : papertrail.trace
718
716
params :
719
717
key_id : ${papertrail_key_id}
@@ -1905,8 +1903,7 @@ buildvariants:
1905
1903
- name : " sign"
1906
1904
run_on : macos-1014-codesign
1907
1905
- name : " push"
1908
- run_on : rhel70-small
1909
- git_tag_only : true
1906
+ run_on : rhel80-small
1910
1907
1911
1908
# ######################################
1912
1909
# macOS ARM Buildvariant #
@@ -1923,8 +1920,7 @@ buildvariants:
1923
1920
- name : " sign"
1924
1921
run_on : macos-1014-codesign
1925
1922
- name : " push"
1926
- run_on : rhel70-small
1927
- git_tag_only : true
1923
+ run_on : rhel80-small
1928
1924
1929
1925
# ######################################
1930
1926
# RHEL x86_64 Buildvariants #
0 commit comments