Home
last modified time | relevance | path

Searched refs:GPG (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Tools/msi/
H A Duploadrelease.bat49 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 "%TEMP%\gpg.loc"
53 if not defined GPG where /R "%PCBUILD%..\externals\windows-installer" gpg2 > "%TEMP%\gpg.loc" 2> nul && set /P GPG= < "%TEMP%\gpg.loc" & del "%TEMP%\gpg.loc"
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
/third_party/libuv/tools/
H A Dmake_dist_html.py75 GPG = r'''
96 maybe_gpg = GPG.format(**locals())
/third_party/node/deps/uv/tools/
H A Dmake_dist_html.py75 GPG = r'''
96 maybe_gpg = GPG.format(**locals())
/third_party/tzdata/
H A DMakefile486 GPG= gpg macro
1313 $(GPG) --armor --detach-sign $?

Completed in 3 milliseconds