Home
last modified time | relevance | path

Searched +full:- +full:- +full:pinentry +full:- +full:mode (Results 1 – 7 of 7) sorted by relevance

/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/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
21 …gpg --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/grpc-grpc-java/buildscripts/kokoro/
Dupload_artifacts.sh2 set -veux -o pipefail
4 if [[ -f /VERSION ]]; then
14 LOCAL_MVN_ARTIFACTS="$KOKORO_GFILE_DIR"/github/grpc-java/mvn-artifacts/
18 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-core-*.jar' | wc -l)" != '0' ]]
21 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-android-*.aar' | wc -l)" != '0' ]]
24 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'protoc-gen-grpc-java-*-linux-x86_64.exe' | wc -l)…
25 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'protoc-gen-grpc-java-*-linux-x86_32.exe' | wc -l)…
28 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'protoc-gen-grpc-java-*-osx-x86_64.exe' | wc -l)" …
31 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'protoc-gen-grpc-java-*-windows-x86_64.exe' | wc -
32 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'protoc-gen-grpc-java-*-windows-x86_32.exe' | wc -
[all …]
/external/ktfmt/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
3 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
7 <artifactId>ktfmt-parent</artifactId>
18 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
50 <artifactId>nexus-staging-maven-plugin</artifactId>
60 <!-- Sign artifacts -->
63 <artifactId>maven-gpg-plugin</artifactId>
67 <id>sign-artifacts</id>
73 <!-- Honor -Dgpg.passphrase=... on the command line. -->
75 <arg>--pinentry-mode</arg>
/external/flatbuffers/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
5 <artifactId>flatbuffers-java</artifactId>
18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55 <artifactId>maven-compiler-plugin</artifactId>
62 <artifactId>maven-surefire-plugin</artifactId>
72 <artifactId>maven-source-plugin</artifactId>
76 <id>attach-sources</id>
85 <artifactId>maven-javadoc-plugin</artifactId>
88 <additionalparam>-Xdoclint:none</additionalparam>
[all …]
/external/flatbuffers/grpc/
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/maven-v4_0_0.xsd">
5 <artifactId>flatbuffers-parent</artifactId>
8 <name>flatbuffers-parent</name>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
63 <!--
64 … os-maven-plugin is a Maven extension/plugin that generates various useful platform-dependent
66 -->
68 <artifactId>os-maven-plugin</artifactId>
[all …]
/external/ktfmt/core/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
13 <artifactId>ktfmt-parent</artifactId>
39 <artifactId>kotlin-maven-plugin</artifactId>
56 <id>test-compile</id>
58 <goal>test-compile</goal>
70 <artifactId>maven-compiler-plugin</artifactId>
77 <!-- Replacing default-compile as it is treated specially by maven -->
79 <id>default-compile</id>
82 <!-- Replacing default-testCompile as it is treated specially by maven -->
[all …]