Searched +full:gpg +full:- +full:passphrase (Results 1 – 25 of 62) sorted by relevance
123
1 One-time setup5 -----------------------10 ------------------------12 …h rights by creating an issue similar to [this one](https://issues.sonatype.org/browse/OSSRH-16798)17 ---------------18 * Install GNU Privacy Guard (GPG)19 * GPG is installed by default on Ubuntu systems22 * Generate the key ```gpg --gen-key```24 * Keep the defaults, but specify a passphrase25 * The passphrase can be random; you just need to remember it long enough to finish the next step[all …]
2 set -veux -o pipefail4 if [[ -f /VERSION ]]; then14 LOCAL_MVN_ARTIFACTS="$KOKORO_GFILE_DIR"/github/grpc-java/mvn-artifacts/15 LOCAL_OTHER_ARTIFACTS="$KOKORO_GFILE_DIR"/github/grpc-java/artifacts/19 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-core-*.jar' | wc -l)" != '0' ]]22 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-android-*.aar' | wc -l)" != '0' ]]25 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-cronet-*.aar' | wc -l)" != '0' ]]28 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'grpc-binder-*.aar' | wc -l)" != '0' ]]31 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'protoc-gen-grpc-java-*-linux-x86_64.exe' | wc -l)…32 [[ "$(find "$LOCAL_MVN_ARTIFACTS" -type f -iname 'protoc-gen-grpc-java-*-linux-x86_32.exe' | wc -l)…[all …]
4 <id>sonatype-nexus-staging</id>16 <gpg.keyname>$SDK_SIGNING_GPG_KEYNAME</gpg.keyname>17 <gpg.passphrase>$SDK_SIGNING_GPG_PASSPHRASE</gpg.passphrase>
3 Install GPG at http://www.gpgtools.org/gpgmail/index.html4 Generate new key with gpg --gen-key5 build-with-maven6 gpg --list-keys8 gpg --keyserver hkp://pool.sks-keyservers.net --send-keys <public_key>20 <id>sonatype-nexus-snapshots</id>25 <id>sonatype-nexus-staging</id>33 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> deploy36 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> release:clean release:prepare release:perform
1 name: Release google-java-format11 build-maven-jars:12 runs-on: ubuntu-latest16 - name: Checkout19 - name: Set up JDK20 uses: actions/setup-java@v2.5.022 java-version: 1725 server-id: sonatype-nexus-staging26 server-username: CI_DEPLOY_USERNAME27 server-password: CI_DEPLOY_PASSWORD[all …]
2 ----------------------------36 to test compilation with both gcc and g++ (you might also add the `-j`44 . Test C++ compilation for 'freetype-demos' too; this needs a compiled54 'freetype-demos' git repositories) with58 . Test meson compilation (for both the 'freetype' and 'freetype-demos'61 meson setup builddir && meson compile -C builddir66 'freetype-demos') with68 git tag VER-<version> -m "" -u <committer>72 git push --tags76 git clean -ndx[all …]
6 - pip install awscli --upgrade --user10 - ROOT=`pwd`11 - SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml12 - SETTINGS_XML=release-settings-final.xml13 - SDK_SIGNING_GPG_SECRING=secring.gpg14 …- SDK_SIGNING_GPG_SECRING_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp…15 …- SDK_SIGNING_GPG_KEYNAME_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp…16 …- SDK_SIGNING_GPG_PASSPHRASE_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing…17 …- SONATYPE_PASSWORD_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sonatype-password-I2…21 …- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive …[all …]
1 name: publish-release-artifacts6 - published8 permissions: read-all11 publish-release-artifacts:15 runs-on: ubuntu-latest19 - name: Checkout22 - name: Archive28 export TAG="$(echo "$GITHUB_REF" | sed -n 's_^refs/tags/__p')"29 if [ -z "$TAG" ]; then35 export VERSION="$(echo "$TAG" | sed 's_^v\([0-9]\+\.[0-9]\+\.[0-9]\+\)$_\1_')"[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)22 export GPG_HOMEDIR=/gpg24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg26 …export GPG_KEY_ID=$(echo -n $(gpg --with-colons ${GPG_HOMEDIR}/pubring.gpg | awk -F':' '/pub/{ pri…27 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|')28 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|')41 <id>sonatype-nexus-staging</id>[all …]
4 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"7 build_file: "gapic-generator-java/.kokoro/trampoline.sh"9 # Configure the docker image for kokoro-trampoline.12 value: "gcr.io/cloud-devrel-kokoro-resources/java11"19 keyname: "maven-gpg-keyring"28 keyname: "maven-gpg-passphrase"37 keyname: "maven-gpg-pubkeyring"46 keyname: "sonatype-credentials"
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)22 export GPG_HOMEDIR=/gpg24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg26 export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f1 -d'|')27 export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/70247_sonatype-credentials | cut -f2 -d'|')39 <id>sonatype-nexus-staging</id>44 <id>sonatype-nexus-snapshots</id>
4 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"7 build_file: "google-auth-library-java/.kokoro/trampoline.sh"9 # Configure the docker image for kokoro-trampoline.12 value: "gcr.io/cloud-devrel-kokoro-resources/java8"19 keyname: "maven-gpg-keyring"28 keyname: "maven-gpg-passphrase"37 keyname: "maven-gpg-pubkeyring"46 keyname: "sonatype-credentials"
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail22 # ensure we're trying to push a snapshot (no-result returns non-zero exit code)28 mvn clean deploy -B \29 --settings ${MAVEN_SETTINGS_FILE} \30 -DperformRelease=true \31 -Dgpg.executable=gpg \32 -Dgpg.passphrase=${GPG_PASSPHRASE} \33 -Dgpg.homedir=${GPG_HOMEDIR}
4 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"7 build_file: "google-cloud-java/.kokoro/trampoline.sh"9 # Configure the docker image for kokoro-trampoline.12 value: "gcr.io/cloud-devrel-kokoro-resources/java8"19 keyname: "maven-gpg-keyring"28 keyname: "maven-gpg-passphrase"37 keyname: "maven-gpg-pubkeyring"46 keyname: "sonatype-credentials"
4 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"9 # Configure the docker image for kokoro-trampoline.12 value: "gcr.io/cloud-devrel-kokoro-resources/java8"19 keyname: "maven-gpg-keyring"28 keyname: "maven-gpg-passphrase"37 keyname: "maven-gpg-pubkeyring"46 keyname: "sonatype-credentials"
5 # 2. OSSRH_GPG_SECRET_KEY - private key for signing Maven artifacts6 # 3. OSSRH_GPG_SECRET_KEY_PASSWORD - password for unlocking OSSRH_GPG_SECRET_KEY7 # 4. JETBRAINS_MARKETPLACE_TOKEN - token obtained from https://plugins.jetbrains.com/author/me/toke…21 runs-on: ubuntu-latest23 - uses: actions/checkout@v426 - name: Set up Maven Central Repository27 uses: actions/setup-java@v129 java-version: 1130 server-id: ossrh31 server-username: MAVEN_USERNAME[all …]
3 set -ex5 if [[ $DEPLOY_VERSION = *-SNAPSHOT ]]; then6 # snapshot doesn't need to gpg sign the file to deploy7 DEPLOY_FILE_GOAL=deploy:deploy-file12 DEPLOY_FILE_GOAL=gpg:sign-and-deploy-file16 …-armv6" "linux-armv7" "linux-aarch_64" "linux-x86_32" "linux-x86_64" "osx-aarch_64" "osx-x86_64" "…19 FILES="${FILES}target/aws-crt-1.0.0-SNAPSHOT-$str.jar,"25 FILES=${FILES::-1}26 CLASSIFIERS=${CLASSIFIERS::-1}27 TYPES=${TYPES::-1}[all …]
2 #this buildspec assumes the aws-common-runtime/ubuntu-16.04 image8 - sudo add-apt-repository ppa:openjdk-r/ppa9 - sudo apt-get update -y10 - sudo apt-get install openjdk-11-jdk-headless maven wget unzip -y -f12 … - wget --quiet https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip13 - export ANDROID_SDK_ROOT=$CODEBUILD_SRC_DIR/android-sdk14 - mkdir -p $ANDROID_SDK_ROOT/cmdline-tools15 - unzip commandlinetools-linux-7583922_latest.zip -d $ANDROID_SDK_ROOT/cmdline-tools17 - mv $ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools $ANDROID_SDK_ROOT/cmdline-tools/latest19 …- echo y | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "build-tools;30.0.3" "p…[all …]
1 # Robolectric build-android.sh tutorial5 … 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/repo25 … 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 …]
5 - job: Publish_Python10 #vmImage: windows-202217 - template: ./checkout.yml19 - task: UsePythonVersion@024 - ${{ if parameters.BuildToPublish }}:25 - task: DownloadPipelineArtifact@136 - task: DownloadPipelineArtifact@148 - task: DownloadBuildArtifacts@059 - ${{ else }}:60 - task: DownloadPipelineArtifact@1[all …]
1 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…10 <version>3.24.1-GA</version>15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>26 <!-- this is the license under which javassist is usually distributed27 -->30 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>32 <!-- this is the license under which javassist is distributed when34 -->37 <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>39 <!-- this is the license under which javassist can be distributed.[all …]
20 # https://issues.apache.org/jira/browse/MNG-767926 validate-latest-dagger-version:28 runs-on: ubuntu-latest30 - uses: actions/checkout@v331 - uses: ./.github/actions/prechecks32 bazel-build:34 needs: validate-latest-dagger-version35 runs-on: ubuntu-latest37 - uses: actions/checkout@v338 - uses: ./.github/actions/bazel-build[all …]