Home
last modified time | relevance | path

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

123

/external/google-auth-library-java/
DRELEASE.md1 One-time setup
5 -----------------------
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 systems
22 * Generate the key ```gpg --gen-key```
24 * Keep the defaults, but specify a passphrase
25 * The passphrase can be random; you just need to remember it long enough to finish the next step
[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/
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 …]
/external/aws-sdk-java-v2/buildspecs/resources/
Drelease-settings.xml4 <id>sonatype-nexus-staging</id>
16 <gpg.keyname>$SDK_SIGNING_GPG_KEYNAME</gpg.keyname>
17 <gpg.passphrase>$SDK_SIGNING_GPG_PASSPHRASE</gpg.passphrase>
/external/testng/
DREADME.dev3 Install GPG at http://www.gpgtools.org/gpgmail/index.html
4 Generate new key with gpg --gen-key
5 build-with-maven
6 gpg --list-keys
8 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> deploy
36 mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> release:clean release:prepare release:perform
/external/google-java-format/.github/workflows/
Drelease.yml1 name: Release google-java-format
11 build-maven-jars:
12 runs-on: ubuntu-latest
16 - name: Checkout
19 - name: Set up JDK
20 uses: actions/setup-java@v2.5.0
22 java-version: 17
25 server-id: sonatype-nexus-staging
26 server-username: CI_DEPLOY_USERNAME
27 server-password: CI_DEPLOY_PASSWORD
[all …]
/external/freetype/docs/
Drelease2 ----------------------------
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 compiled
54 'freetype-demos' git repositories) with
58 . Test meson compilation (for both the 'freetype' and 'freetype-demos'
61 meson setup builddir && meson compile -C builddir
66 'freetype-demos') with
68 git tag VER-<version> -m "" -u <committer>
72 git push --tags
76 git clean -ndx
[all …]
/external/aws-sdk-java-v2/buildspecs/
Drelease-to-maven.yml6 - pip install awscli --upgrade --user
10 - ROOT=`pwd`
11 - SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml
12 - SETTINGS_XML=release-settings-final.xml
13 - SDK_SIGNING_GPG_SECRING=secring.gpg
14- 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 …]
/external/zstd/.github/workflows/
Dpublish-release-artifacts.yml1 name: publish-release-artifacts
6 - published
8 permissions: read-all
11 publish-release-artifacts:
15 runs-on: ubuntu-latest
19 - name: Checkout
22 - name: Archive
28 export TAG="$(echo "$GITHUB_REF" | sed -n 's_^refs/tags/__p')"
29 if [ -z "$TAG" ]; then
35 export VERSION="$(echo "$TAG" | sed 's_^v\([0-9]\+\.[0-9]\+\.[0-9]\+\)$_\1_')"
[all …]
/external/sdk-platform-java/.kokoro/release/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
22 export GPG_HOMEDIR=/gpg
24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg
25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg
26 …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 …]
Dcommon.cfg4 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"
/external/google-auth-library-java/.kokoro/release/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
22 export GPG_HOMEDIR=/gpg
24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg
25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg
26 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>
Dcommon.cfg4 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"
Dsnapshot.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
22 # 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}
/external/google-cloud-java/.kokoro/release/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
22 export GPG_HOMEDIR=/gpg
24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg
25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg
26 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>
Dcommon.cfg4 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"
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.kokoro/release/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
20 export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
22 export GPG_HOMEDIR=/gpg
24 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-pubkeyring $GPG_HOMEDIR/pubring.gpg
25 mv ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-keyring $GPG_HOMEDIR/secring.gpg
26 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>
Dcommon.cfg4 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"
Dsnapshot.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
22 # 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}
/external/ktfmt/.github/workflows/
Dpublish_artifacts_on_release.yaml5 # 2. OSSRH_GPG_SECRET_KEY - private key for signing Maven artifacts
6 # 3. OSSRH_GPG_SECRET_KEY_PASSWORD - password for unlocking OSSRH_GPG_SECRET_KEY
7 # 4. JETBRAINS_MARKETPLACE_TOKEN - token obtained from https://plugins.jetbrains.com/author/me/toke…
21 runs-on: ubuntu-latest
23 - uses: actions/checkout@v4
26 - name: Set up Maven Central Repository
27 uses: actions/setup-java@v1
29 java-version: 11
30 server-id: ossrh
31 server-username: MAVEN_USERNAME
[all …]
/external/aws-crt-java/codebuild/cd/
Ddeploy-platform-specific-jars.sh3 set -ex
5 if [[ $DEPLOY_VERSION = *-SNAPSHOT ]]; then
6 # snapshot doesn't need to gpg sign the file to deploy
7 DEPLOY_FILE_GOAL=deploy:deploy-file
12 DEPLOY_FILE_GOAL=gpg:sign-and-deploy-file
16-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 …]
Ddeploy-snapshot.yml2 #this buildspec assumes the aws-common-runtime/ubuntu-16.04 image
8 - sudo add-apt-repository ppa:openjdk-r/ppa
9 - sudo apt-get update -y
10 - sudo apt-get install openjdk-11-jdk-headless maven wget unzip -y -f
12- wget --quiet https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
13 - export ANDROID_SDK_ROOT=$CODEBUILD_SRC_DIR/android-sdk
14 - mkdir -p $ANDROID_SDK_ROOT/cmdline-tools
15 - unzip commandlinetools-linux-7583922_latest.zip -d $ANDROID_SDK_ROOT/cmdline-tools
17 - mv $ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools $ANDROID_SDK_ROOT/cmdline-tools/latest
19- echo y | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "build-tools;30.0.3" "p…
[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/python/cpython3/.azure-pipelines/windows-release/
Dstage-publish-pythonorg.yml5 - job: Publish_Python
10 #vmImage: windows-2022
17 - template: ./checkout.yml
19 - task: UsePythonVersion@0
24 - ${{ if parameters.BuildToPublish }}:
25 - task: DownloadPipelineArtifact@1
36 - task: DownloadPipelineArtifact@1
48 - task: DownloadBuildArtifacts@0
59 - ${{ else }}:
60 - task: DownloadPipelineArtifact@1
[all …]
/external/javassist/
Dpom.xml1 …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 distributed
27 -->
30 <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
32 <!-- this is the license under which javassist is distributed when
34 -->
37 <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
39 <!-- this is the license under which javassist can be distributed.
[all …]
/external/dagger2/.github/workflows/
Drelease.yml20 # https://issues.apache.org/jira/browse/MNG-7679
26 validate-latest-dagger-version:
28 runs-on: ubuntu-latest
30 - uses: actions/checkout@v3
31 - uses: ./.github/actions/prechecks
32 bazel-build:
34 needs: validate-latest-dagger-version
35 runs-on: ubuntu-latest
37 - uses: actions/checkout@v3
38 - uses: ./.github/actions/bazel-build
[all …]

123