Searched full:gpg (Results 1 – 25 of 253) sorted by relevance
1234567891011
/external/python/cpython3/Tools/msi/ |
D | uploadrelease.bat | 26 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
|
D | uploadrelease.proj | 42 …<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=""$(GPG)" -ba -o "$(IntermediateOutputPath)\gpg\%(File.FileName)%(Fil… 48 <File Include="$(IntermediateOutputPath)\gpg\%(File.FileName)%(File.Extension).asc">
|
/external/grpc-grpc-java/buildscripts/kokoro/ |
D | upload_artifacts.sh | 40 gpg --batch --import ~/java_signing/grpc-java-team-sonatype.asc 42 # gpg commands changed between v1 and v2 are different. 43 gpg --version 46 if gpg --version | grep 'gpg (GnuPG) 1.'; then 50 bash -c 'cat ~/java_signing/passphrase | gpg --batch --passphrase-fd 0 --detach-sign -a {}' \; 54 if gpg --version | grep 'gpg (GnuPG) 2.'; then 58 gpg --batch --passphrase-file ~/java_signing/passphrase --pinentry-mode loopback \
|
/external/protobuf/protoc-artifacts/ |
D | README.md | 55 configure GPG and Sonatype account. 108 Under Windows the following error may occur: ``gpg: cannot open tty `no tty': 109 No such file or directory``. This can be fixed by configuring gpg through an 123 <id>gpg</id> 125 <gpg.executable>gpg</gpg.executable> 126 <gpg.passphrase>[password]</gpg.passphrase> 131 <activeProfile>gpg</activeProfile>
|
/external/testng/ |
D | README.dev | 3 Install GPG at http://www.gpgtools.org/gpgmail/index.html 4 Generate new key with gpg --gen-key 6 gpg --list-keys 8 gpg --keyserver hkp://pool.sks-keyservers.net --send-keys <public_key>
|
/external/tensorflow/tensorflow/java/maven/ |
D | README.md | 88 to *"GPG sign uploaded files using Bintray's public/private key pair"* 90 - A GPG signing key, required 91 …[to sign the release artifacts](http://central.sonatype.org/pages/apache-maven.html#gpg-signed-com… 120 <gpg.executable>gpg2</gpg.executable> 121 <gpg.passphrase>${GPG_PASSPHRASE}</gpg.passphrase> 185 server and directly deploys it via `mvn gpg:sign-and-deploy-file`.
|
D | pom.xml | 78 …<!-- GPG signed components: http://central.sonatype.org/pages/apache-maven.html#gpg-signed-compone… 81 <artifactId>maven-gpg-plugin</artifactId>
|
/external/python/dateutil/ |
D | RELEASING | 15 [ ] Sign the source and binary distributions with a GPG key (if not the one 82 gpg --armor --output <fname>.asc --detach-sig <fname> 86 for f in dist/*; do gpg --armor --output $f.asc --detach-sig $f; done 91 gpg --verify <fname>.asc <fname> 95 for f in $(find ./dist -type f | grep -v '.asc$'); do gpg --verify $f.asc $f; done
|
D | release.py | 36 subprocess.check_call(['gpg', '--armor', '--output', fpath + '.asc', 44 subprocess.check_call(['gpg', '--verify', fpath + '.asc', fpath]) 58 gpg_call = subprocess.run(['gpg', '-d', passfile],
|
/external/libjpeg-turbo/ |
D | .travis.yml | 62 ln -fs /usr/local/bin/gpg1 /usr/local/bin/gpg && 76 gpg --import ci/sign_ljt && 86 …-check-certificate "http://www.libjpeg-turbo.org/key/LJTPR-GPG-KEY" -O $HOME/rpmkeys/LJTPR-GPG-KEY… 87 …rpmkeys -t dcommander/buildljt:latest bash -c "rpm --import /rpmkeys/LJTPR-GPG-KEY && ~/src/builds…
|
/external/owasp/sanitizer/tools/ |
D | stage_to_maven_central.sh | 36 echo "<passphrase> is the passphrase for the GPG key $KEYNAME." 37 echo "gpg --list-keys for more details on the key." 79 gpg:sign-and-deploy-file \
|
/external/conscrypt/release/ |
D | README.md | 27 ### Setup OSSRH and GPG 40 (e.g. `gpg --keyserver pgp.mit.edu --send-key <key ID>`). 49 Add your OSSRH credentials, GPG key information, and the code signing keystore details 55 signing.secretKeyRingFile=<your-home-directory>/.gnupg/secring.gpg 160 `/root/.gradle/gradle.properties` to point to `/root/.gnupg/secring.gpg` and
|
/external/dtc/scripts/ |
D | kup-dtc | 18 gpg --detach-sign --armor -o "$SIG" "$TAR" 23 gpg --verify "$SIG" "$TAR"
|
/external/dagger2/util/ |
D | mvn-deploy.sh | 10 keystatus=$(gpg --list-keys | grep ${key} | awk '{print $1}') 14 gpg --list-keys | grep --invert-match '^sub'
|
/external/freetype/docs/ |
D | release | 85 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
|
/external/iptables/ |
D | release.sh | 25 gpg -u "Netfilter Core Team" -sb "$TARBALL"; 29 gpg -u "Netfilter Core Team" -sb "$PATCH";
|
/external/tensorflow/tensorflow/java/maven/spark-tensorflow-connector/ |
D | pom.xml | 148 …<!-- GPG signed components: http://central.sonatype.org/pages/apache-maven.html#gpg-signed-compone… 151 <artifactId>maven-gpg-plugin</artifactId> 286 <artifactId>maven-gpg-plugin</artifactId> 304 <artifactId>maven-gpg-plugin</artifactId>
|
/external/python/cpython2/Lib/distutils/command/ |
D | upload.py | 24 'sign files to upload using gpg'), 25 ('identity=', 'i', 'GPG identity used to sign files'), 76 gpg_args = ["gpg", "--detach-sign", "-a", filename]
|
/external/curl/ |
D | maketgz | 217 echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $xz"
|
/external/python/cpython3/Lib/distutils/command/ |
D | upload.py | 26 'sign files to upload using gpg'), 27 ('identity=', 'i', 'GPG identity used to sign files'), 78 gpg_args = ["gpg", "--detach-sign", "-a", filename]
|
/external/harfbuzz_ng/ |
D | Makefile.am | 80 @echo "Please enter your GPG password to sign the checksum." 81 gpg --armor --sign $^
|
/external/tensorflow/tensorflow/java/maven/tensorflow-hadoop/ |
D | pom.xml | 40 <artifactId>maven-gpg-plugin</artifactId> 160 <artifactId>maven-gpg-plugin</artifactId> 178 <artifactId>maven-gpg-plugin</artifactId>
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE.md | 15 the tag is GPG signed (using -s). 24 - gpg sign the 4 tarballs as maketgz suggests
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/debian8/ |
D | Dockerfile | 29 RUN gpg --keyserver hkp://pgp.mit.edu --recv 0x2D2CEF1034921684 35 gpg --verify cmake-3.7.2-SHA-256.txt.asc cmake-3.7.2-SHA-256.txt && \
|
/external/guava/ |
D | pom.xml | 19 <gpg.skip>true</gpg.skip> 87 <artifactId>maven-gpg-plugin</artifactId>
|
1234567891011