File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1869,7 +1869,7 @@ tasks:
1869
1869
silent : true
1870
1870
script : |
1871
1871
set -o errexit
1872
- echo "${signing_auth_token }" > signing_auth_token
1872
+ echo "${signing_auth_token_30 }" > signing_auth_token
1873
1873
- command : shell.exec
1874
1874
params :
1875
1875
working_dir : src
@@ -1883,19 +1883,19 @@ tasks:
1883
1883
mv distsrc.${ext|tgz} mongodb-src-${src_suffix}.${ext|tar.gz} || true
1884
1884
/usr/bin/find build/ -type f | grep msi$ | xargs -I original_filename cp original_filename mongodb-win32-${push_arch}-${suffix}.msi || true
1885
1885
1886
- notary-client.py --key-name "${signing_key_name} " --auth-token-file ${workdir}/src/signing_auth_token --comment "Evergreen Automatic Signing ${revision} - ${build_variant} - ${branch_name}" --notary-url http://notary-service.build.10gen.cc:5000 --skip-missing mongodb-${push_name}-${push_arch}-${suffix}.${ext|tgz} mongodb-${push_name}-${push_arch}-debugsymbols-${suffix}.${ext|tgz} mongodb-win32-${push_arch}-${suffix}.msi mongodb-src-${src_suffix}.${ext|tar.gz}
1886
+ notary-client.py --key-name "server-3.0 " --auth-token-file ${workdir}/src/signing_auth_token --comment "Evergreen Automatic Signing ${revision} - ${build_variant} - ${branch_name}" --notary-url http://notary-service.build.10gen.cc:5000 --skip-missing mongodb-${push_name}-${push_arch}-${suffix}.${ext|tgz} mongodb-${push_name}-${push_arch}-debugsymbols-${suffix}.${ext|tgz} mongodb-win32-${push_arch}-${suffix}.msi mongodb-src-${src_suffix}.${ext|tar.gz}
1887
1887
1888
1888
if [ "${has_packages|}" = "true" ] ; then
1889
1889
for rpm in $(find repo/ -name \*.rpm) ; do
1890
1890
pushd $(dirname $rpm)
1891
1891
# Use --package-file-suffix "" to overwrite existing RPM's instead of saving new "-signed.rpm" RPM files
1892
1892
#
1893
- notary-client.py --key-name "${signing_key_name} " --auth-token-file ${workdir}/src/signing_auth_token --comment "Evergreen Automatic Signing ${revision} - ${build_variant} - ${branch_name}" --notary-url http://notary-service.build.10gen.cc:5000 --archive-file-ext gpg --outputs sig --package-file-suffix "" $(basename $rpm)
1893
+ notary-client.py --key-name "server-3.0 " --auth-token-file ${workdir}/src/signing_auth_token --comment "Evergreen Automatic Signing ${revision} - ${build_variant} - ${branch_name}" --notary-url http://notary-service.build.10gen.cc:5000 --archive-file-ext gpg --outputs sig --package-file-suffix "" $(basename $rpm)
1894
1894
popd
1895
1895
done
1896
1896
for release_file in $(find repo/ -name Release) ; do
1897
1897
pushd $(dirname $release_file)
1898
- notary-client.py --key-name "${signing_key_name} " --auth-token-file ${workdir}/src/signing_auth_token --comment "Evergreen Automatic Signing ${revision} - ${build_variant} - ${branch_name}" --notary-url http://notary-service.build.10gen.cc:5000 --outputs sig Release
1898
+ notary-client.py --key-name "server-3.0 " --auth-token-file ${workdir}/src/signing_auth_token --comment "Evergreen Automatic Signing ${revision} - ${build_variant} - ${branch_name}" --notary-url http://notary-service.build.10gen.cc:5000 --outputs sig Release
1899
1899
popd
1900
1900
done
1901
1901
fi
You can’t perform that action at this time.
0 commit comments