Searched +full:- +full:- +full:pinentry +full:- +full:mode (Results 1 – 7 of 7) sorted by relevance
1 name: publish-release-artifacts6 - created9 publish-release-artifacts:10 runs-on: ubuntu-latest14 - name: Checkout17 - name: Archive23 export TAG="$(echo "$GITHUB_REF" | sed -n 's_^refs/tags/__p')"24 if [ -z "$TAG" ]; then30 export VERSION="$(echo "$TAG" | sed 's_^v\([0-9]\+\.[0-9]\+\.[0-9]\+\)$_\1_')"31 export ZSTD_VERSION="zstd-$VERSION"[all …]
1 name: Release google-java-format11 build-maven-jars:12 runs-on: ubuntu-latest16 - name: Setup Signing Key18 gpg-agent --daemon --default-cache-ttl 720019 echo -e "${{ secrets.GPG_SIGNING_KEY }}" | gpg --batch --import --no-tty21 …gpg --detach-sig --yes -v --output=/dev/null --pinentry-mode loopback --passphrase "${{ secrets.GP…23 gpg --list-secret-keys --keyid-format LONG25 - name: Checkout28 - name: Set up JDK[all …]
2 set -veux -o pipefail4 if [[ -f /VERSION ]]; then14 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 …]
1 <?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>
1 <?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 …]
1 <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-dependent66 -->68 <artifactId>os-maven-plugin</artifactId>[all …]
1 <?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 …]