Home
last modified time | relevance | path

Searched +full:gpg +full:- +full:agent (Results 1 – 25 of 132) sorted by relevance

123456

/external/python/cpython3/.azure-pipelines/windows-release/
Dgpg-sign.yml8 - task: DownloadSecureFile@1
12 displayName: 'Download GPG key'
14 - powershell: |
15 …git clone https://github.com/python/cpython-bin-deps --branch gpg --single-branch --depth 1 --prog…
16 gpg/gpg2.exe --import "$(gpgkey.secureFilePath)"
17 (gci -File ${{ parameters.Files }}).FullName | %{
18 gpg/gpg2.exe -ba --batch --passphrase ${{ parameters.GPGPassphrase }} $_
21 displayName: 'Generate GPG signatures'
24 - powershell: |
25 $p = gps "gpg-agent" -EA 0
[all …]
/external/robolectric/scripts/
DREADME.md1 # Robolectric build-android.sh tutorial
5 … you to run the `build-android.sh` script in the Robolectric repository, resulting in the correspo…
18 $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
25 … to hold your working files. If you're using MacOS, this has to be on a case-sensitive filesystem.…
31 Configure git with your real name and email address. To use the Gerrit code-review tool, you will n…
33 $ git config --global user.name "Your Name"
34 $ git config --global user.email "you@example.com"
40 $ sudo apt-get install git-core gnupg gnupg-agent flex bison gperf build-essential \
41 zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \
42 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \
[all …]
/external/google-java-format/.github/workflows/
Drelease.yml1 name: Release google-java-format
11 build-maven-jars:
12 runs-on: ubuntu-latest
16 - name: Setup Signing Key
18 gpg-agent --daemon --default-cache-ttl 7200
19 echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --batch --import --no-tty
21gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "${{ secrets.GP…
23 gpg --list-secret-keys --keyid-format LONG
25 - name: Checkout
28 - name: Set up JDK
[all …]
/external/zstd/.github/workflows/
Dpublish-release-artifacts.yml1 name: publish-release-artifacts
6 - created
9 publish-release-artifacts:
10 runs-on: ubuntu-latest
14 - name: Checkout
17 - name: Archive
23 export TAG="$(echo "$GITHUB_REF" | sed -n 's_^refs/tags/__p')"
24 if [ -z "$TAG" ]; then
30 export VERSION="$(echo "$TAG" | sed 's_^v\([0-9]\+\.[0-9]\+\.[0-9]\+\)$_\1_')"
31 export ZSTD_VERSION="zstd-$VERSION"
[all …]
/external/python/google-api-python-client/docs/dyn/
Dosconfig_v1beta.projects.zones.instances.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dosconfig_v1beta.projects.guestPolicies.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dosconfig_v1alpha.projects.locations.osPolicyAssignments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dosconfig_v1.projects.locations.osPolicyAssignments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/oss-fuzz/projects/gnupg/
Dfuzzgnupg.diff1 diff --git a/configure.ac b/configure.ac
3 --- a/configure.ac
5 @@ -991,6 +991,15 @@ if test x"$use_tofu" = xyes ; then
16 +AM_CONDITIONAL(HAVE_LIB_FUZZING_ENGINE, [test "$have_fuzz" = yes -a "$HAVE_CLANGXX" = 1])
21 @@ -2149,6 +2158,7 @@ tests/migrations/Makefile
26 g10/gpg.w32-manifest
27 tools/gpg-connect-agent.w32-manifest
28 tools/gpgconf.w32-manifest
29 diff --git a/g10/Makefile.am b/g10/Makefile.am
31 --- a/g10/Makefile.am
[all …]
/external/jazzer-api/
D.bazelrc1 build --incompatible_strict_action_env
2 build --sandbox_tmpfs_path=/tmp
3 build --enable_platform_specific_config
4 build -c opt
10 build:linux --cxxopt='-std=c++17'
11 build:macos --cxxopt='-std=c++17'
12 build:windows --cxxopt='/std:c++17'
13 build --repo_env=CC=clang
14 build --incompatible_enable_cc_toolchain_resolution
16 build:ci --features=layering_check
[all …]
/external/python/google-auth-library-python/.kokoro/docker/docs/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
23 RUN apt-get update \
24 && apt-get install -y --no-install-recommends \
25 apt-transport-https \
26 build-essential \
27 ca-certificates \
31 gpg-agent \
33 libbz2-dev \
34 libdb5.3-dev \
35 libexpat1-dev \
[all …]
/external/python/python-api-core/.kokoro/docker/docs/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
23 RUN apt-get update \
24 && apt-get install -y --no-install-recommends \
25 apt-transport-https \
26 build-essential \
27 ca-certificates \
31 gpg-agent \
33 libbz2-dev \
34 libdb5.3-dev \
35 libexpat1-dev \
[all …]
/external/opencensus-java/
D.travis.yml8 - jdk: openjdk7
12 - jdk: oraclejdk8
19 # contrib/agent, but are not installed by default.
20 - openjdk-6-jdk
22 # - jdk: oraclejdk9
26 - jdk: oraclejdk8
30 - env: TASK=CHECK_GIT_HISTORY
34 - jdk: oraclejdk8
38 - jdk: oraclejdk8
42 - jdk: oraclejdk8
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dosconfig.v1beta.json5 "https://www.googleapis.com/auth/cloud-platform": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
122 …tters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must…
142 "https://www.googleapis.com/auth/cloud-platform"
167 "https://www.googleapis.com/auth/cloud-platform"
[all …]
Dosconfig.v1alpha.json5 "https://www.googleapis.com/auth/cloud-platform": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
124 … Compute Engine project-number or project-id can be provided. For `{instance}`, either Compute Eng…
136 "https://www.googleapis.com/auth/cloud-platform"
165 …ocations/{location}` For `{project}`, either Compute Engine project-number or project-id can be pr…
[all …]
Dosconfig.v1.json5 "https://www.googleapis.com/auth/cloud-platform": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
126 …ect}`, either `project-number` or `project-id` can be provided. For `{instance}`, either Compute E…
153 "https://www.googleapis.com/auth/cloud-platform"
182 …ojects/{project}/locations/{location}/instances/-` For `{project}`, either `project-number` or `pr…
[all …]
/external/libiio/src/CI/travis/
Dsetup_qemu_for_arm.sh3 set -ex
5 if [ $# -ne 1 ] ; then
7 exit -1
11 exit -1
14 CHROOT_DIR=/tmp/arm-chroot
16 # wheezy = 7 (2013-05-04); jessie = 8 (2015-04-26); stretch = 9 (2017-06-17); buster = 10 (2019-03-
22 sudo apt-get update
23-get install -qq -y qemu-user-static binfmt-support sbuild wget debian-archive-keyring ubuntu-keyr…
26 sudo mkdir -p ${QEMU_DIR}
29 wget https://download.qemu.org/qemu-3.1.0.tar.xz
[all …]
/external/cbor-java/
Dpom.xml1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9 <url>https://github.com/c-rack/cbor-java</url>
13 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15 <comments>A business-friendly OSS license</comments>
22 <url>https://github.com/c-rack/cbor-java</url>
35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
65 <artifactId>maven-gpg-plugin</artifactId>
69 <id>sign-artifacts</id>
[all …]
/external/jacoco/org.jacoco.build/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
6 http://www.eclipse.org/legal/epl-2.0
8 SPDX-License-Identifier: EPL-2.0
11 Evgeny Mandrikov - initial API and implementation
12 -->
13 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
22 <description>JaCoCo - Java Code Coverage Library</description>
31 <url>https://www.eclipse.org/legal/epl-2.0/</url>
88 …<!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used du…
[all …]
/external/nanohttpd/
Dpom.xml1 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>oss-parent</artifactId>
9 <artifactId>nanohttpd-project</artifactId>
12 <name>NanoHttpd-Project</name>
13 …<description>NanoHttpd is a light-weight HTTP server designed for embedding in other applications.…
19 <tag>nanohttpd-project-2.2.0</tag>
26 <id>sonatype-nexus-staging</id>
31 <id>sonatype-nexus-staging</id>
36 <id>private-deploy</id>
89 <module>markdown-plugin</module>
[all …]
/external/slf4j/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9 <artifactId>slf4j-parent</artifactId>
10 <version>1.7.13-SNAPSHOT</version>
26 <url>http://www.opensource.org/licenses/mit-license.php</url>
33 <connection>git@github.com:qos-ch/slf4j.git</connection>
37 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44 <maven-site-plugin.version>3.3</maven-site-plugin.version>
57 <module>slf4j-api</module>
[all …]
/external/selinux/policycoreutils/po/
Dja.po8 # Kiyoto Hashida <khashida@redhat.com>, 2008-2010,2012
12 # Noriko Mizumoto <noriko@redhat.com>, 2006,2008-2009
16 # Tomoyuki KATO <tomo@dream.daynight.jp>, 2012-2013
19 "Project-Id-Version: Policycoreutils\n"
20 "Report-Msgid-Bugs-To: \n"
21 "POT-Creation-Date: 2013-10-10 16:04-0400\n"
22 "PO-Revision-Date: 2013-09-30 09:47+0000\n"
23 "Last-Translator: Tomoyuki KATO <tomo@dream.daynight.jp>\n"
24 "Language-Team: Japanese <trans-ja@lists.fedoraproject.org>\n"
26 "MIME-Version: 1.0\n"
[all …]
Dzh_TW.po7 # Chester Cheng <ccheng@redhat.com>, 2006,2012-2013
9 # Terry Chuang <tchuang@redhat.com>, 2008-2010,2012-2013
12 "Project-Id-Version: Policycoreutils\n"
13 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2013-10-10 16:04-0400\n"
15 "PO-Revision-Date: 2013-07-10 20:44+0000\n"
16 "Last-Translator: dwalsh <dwalsh@redhat.com>\n"
17 "Language-Team: Chinese (Taiwan) <trans-zh_TW@lists.fedoraproject.org>\n"
19 "MIME-Version: 1.0\n"
20 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
Dpt_BR.po9 # Glaucia Freitas <gcintra@redhat.com>, 2012-2013
17 "Project-Id-Version: Policycoreutils\n"
18 "Report-Msgid-Bugs-To: \n"
19 "POT-Creation-Date: 2013-10-10 16:04-0400\n"
20 "PO-Revision-Date: 2013-07-10 20:44+0000\n"
21 "Last-Translator: dwalsh <dwalsh@redhat.com>\n"
22 "Language-Team: Portuguese (Brazil) <trans-pt_br@lists.fedoraproject.org>\n"
24 "MIME-Version: 1.0\n"
25 "Content-Type: text/plain; charset=UTF-8\n"
26 "Content-Transfer-Encoding: 8bit\n"
[all …]
Dpl.po6 # Piotr Drąg <piotrdrag@gmail.com>, 2006,2011-2013
10 "Project-Id-Version: Policycoreutils\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2013-10-10 16:04-0400\n"
13 "PO-Revision-Date: 2013-07-11 14:41+0000\n"
14 "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
15 "Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
[all …]

123456