Home
last modified time | relevance | path

Searched full:gpg (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/python/Tools/msi/
Duploadrelease.bat26 if "%1" EQU "--skip-gpg" (set NOGPG=true) && shift && goto CheckOpts
49 set GPG= variable
50 echo Skipping GPG signature generation because of --skip-gpg
52 …if not defined GPG where gpg2 > "%TEMP%\gpg.loc" 2> nul && set /P GPG= < "%TEMP%\gpg.loc" & del "%…
53 …defined GPG where /R "%PCBUILD%..\externals\windows-installer" gpg2 > "%TEMP%\gpg.loc" 2> nul && s…
54 if not defined GPG echo Cannot locate gpg2.exe. Signatures will not be uploaded & pause
55 echo Found gpg2.exe at %GPG%
105 echo --skip-gpg Does not generate GPG signatures before uploading
Duploadrelease.proj42 …<Target Name="_RunGpg" Condition="'$(GPG)' != ''" Inputs="@(File)" Outputs="$(IntermediateOutputPa…
43 <MakeDir Directories="$(IntermediateOutputPath)gpg" />
44 …les="$(IntermediateOutputPath)\gpg\%(File.FileName)%(File.Extension).asc" Condition="Exists('$(Int…
45 …<Exec Command="&quot;$(GPG)&quot; -ba -o &quot;$(IntermediateOutputPath)\gpg\%(File.FileName)%(Fil…
48 <File Include="$(IntermediateOutputPath)\gpg\%(File.FileName)%(File.Extension).asc">
/third_party/libuv/
DMAINTAINERS.md6 - GPG key: D77B 1E34 243F BAF0 5F8E 9CC3 4F55 C8C8 46AB 89B9 (pubkey-bnoordhuis)
8 - GPG key: AEAD 0A4B 6867 6775 1A0E 4AEF 34A2 5FB1 2824 6514 (pubkey-vtjnash)
9 - GPG key: CFBB 9CA9 A5BE AFD7 0E2B 3C5A 79A6 7C55 A367 9C8B (pubkey2022-vtjnash)
12 - GPG Key: 5804 F999 8A92 2AFB A398 47A0 7183 5090 6134 887F (pubkey-erw7)
14 - GPG key: C82F A3AE 1CBE DC6B E46B 9360 C43C EC45 C17A B93C (pubkey-richardlau)
16 - GPG key: 612F 0EAD 9401 6223 79DF 4402 F28C 3C8D A33C 03BE (pubkey-santigimeno)
18 - GPG key: FDF5 1936 4458 319F A823 3DC9 410E 5553 AE9B C059 (pubkey-saghul)
20 - GPG key: AEFC 279A 0C93 0676 7E58 29A1 251C A676 820D C7F3 (pubkey-trevnorris)
28 - GPG key: 94AE 3667 5C46 4D64 BAFA 68DD 7434 390B DBE9 B9C5 (pubkey-cjihrig)
29 - GPG key: 5735 3E0D BDAA A7E8 39B6 6A1A FF47 D5E4 AD8B 4FDC (pubkey-cjihrig-kb)
[all …]
DREADME.md128 $ gpg --keyserver pool.sks-keyservers.net --recv-keys AE9BC059
134 $ git show pubkey-saghul | gpg --import
151 $ gpg --verify libuv-1.7.0.tar.gz.sign
/third_party/cares/
DREADME.md73 Primary GPG keys for c-ares Releasers (some Releasers sign with subkeys):
84 gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2 # …
85 gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys DA7D64E4C82C6294CB73A20E22E3D13B5411B7CA # …
99 % gpg -v --verify c-ares-1.29.0.tar.gz.asc c-ares-1.29.0.tar.gz
100 gpg: enabled compatibility flags:
101 gpg: Signature made Fri May 24 02:50:38 2024 EDT
102 gpg: using RSA key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
103 gpg: using pgp trust model
104 gpg: Good signature from "Daniel Stenberg <daniel@haxx.se>" [unknown]
105 gpg: WARNING: This key is not certified with a trusted signature!
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/
Dcheck_style.sh12 gpg --import "${SCRIPT_DIR}/tstellar-gpg-key.asc"
13 gpg --verify "${SCRIPT_DIR}/${CLANG_PACKAGE}.tar.xz.sig" /tmp/clang.tar.xz
/third_party/icu/docs/processes/release/tasks/
Drelease-build.md46 * gpg (GNU Privacy Guard)
106 * `gpg.user` - Specify the ICU Project PGP key user name
113 gpg.user = ICU Project
173 3. \[Optional\] In the next step, the build target invokes gpg to generate
174 signature of build output files. gpg will request you to type in the
175 passphrase for the ICU Project (icuintl@us.ibm.com) PGP key once. gpg
178 would want to run gpg-agent to cache passphrase. More specifically, once you
179 set up gpg-agent, run `$ gpg -ab -u "ICU Project" foo.txt` to sign arbitrary
/third_party/skia/third_party/externals/expat/expat/
Ddistribute.sh2 # Creates release tarball and detached GPG signature file for upload
52 gpg --armor --output ${archive}.asc --detach-sign ${archive}
53 gpg --verify ${archive}.asc ${archive}
/third_party/skia/m133/third_party/externals/expat/expat/
Ddistribute.sh2 # Creates release tarball and detached GPG signature file for upload
52 gpg --armor --output ${archive}.asc --detach-sign ${archive}
53 gpg --verify ${archive}.asc ${archive}
/third_party/libuv/tools/
Dmake_dist_html.py55 <th>gpg</th>
75 GPG = r''' variable
76 <a href="http://dist.libuv.org/dist/{tag}/libuv-{tag}.tar.gz.sign">gpg</a>
96 maybe_gpg = GPG.format(**locals())
/third_party/lwip/doc/
Dsavannah.txt108 Now, sign the archives with a detached GPG binary signature as follows:
109 gpg -b lwip-1.4.1.tar.gz
110 gpg -b lwip-1.4.1.tar.bz2
111 gpg -b lwip-1.4.1.zip
/third_party/libjpeg-turbo/
D.travis.yml85 gpg --batch --import ci/sign_ljt &&
95 …-check-certificate "http://www.libjpeg-turbo.org/key/LJTPR-GPG-KEY" -O $HOME/rpmkeys/LJTPR-GPG-KEY…
96 …rpmkeys -t dcommander/buildljt:latest bash -c "rpm --import /rpmkeys/LJTPR-GPG-KEY && ~/src/builds…
/third_party/skia/third_party/externals/freetype/docs/
Drelease85 GPG='/usr/bin/gpg --batch --no-tty'
106 PATH=/empty echo -n "Enter GPG passphrase: "
124 echo $passphrase | $GPG --passphrase-fd 0 -ba -o $f.sig $f
/third_party/grpc/tools/dockerfile/grpc_artifact_centos6_x64/
DDockerfile30 RUN curl -sSL https://rvm.io/mpapis.asc | gpg --import -
31 RUN curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
/third_party/grpc/tools/dockerfile/grpc_artifact_centos6_x86/
DDockerfile30 RUN curl -sSL https://rvm.io/mpapis.asc | gpg --import -
31 RUN curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
/third_party/python/Lib/distutils/command/
Dupload.py36 'sign files to upload using gpg'),
37 ('identity=', 'i', 'GPG identity used to sign files'),
88 gpg_args = ["gpg", "--detach-sign", "-a", filename]
/third_party/curl/
Dmaketgz235 echo "gpg -b -a '$targz' && gpg -b -a '$bzip2' && gpg -b -a '$xz' && gpg -b -a '$zip'"
/third_party/protobuf/java/bom/
Dpom.xml80 gpg: signing failed: Inappropriate ioctl for device
88 <artifactId>maven-gpg-plugin</artifactId>
/third_party/curl/docs/
DRELEASE-PROCEDURE.md24 the tag is GPG signed (using -s).
30 - GPG sign the 4 tarballs as `maketgz` suggests
/third_party/ffmpeg/doc/
Dgit-howto.texi190 Make sure you have told Git your name, email address and GPG key
433 @chapter gpg key generation
435 If you have no gpg key yet, we recommend that you create a ed25519 based key as it
439 gpg --default-new-key-algo "ed25519/cert,sign+cv25519/encr" --quick-generate-key "human@@server.com"
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-various-2/
Dbuild-x86_64-fortanix-unknown-sgx-toolchain.sh9 curl https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
/third_party/mesa3d/.gitlab-ci/container/debian/
Dmaybe-add-llvm-repo.sh15 curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
/third_party/nghttp2/
Dmakerelease.sh21 …echo -n "$GPG_PASSPHRASE" | gpg --batch --passphrase-fd 0 --pinentry-mode loopback --armor --detac…
/third_party/rust/rust/compiler/rustc_codegen_gcc/build_sysroot/
Dprepare_sysroot_src.sh35 git commit --no-gpg-sign -m "Patch $file"
/third_party/libfuse/
Dmake_release_tarball.sh29 gpg --armor --detach-sign "${TAG}.tar.xz"

1234