Home
last modified time | relevance | path

Searched refs:RELEASE_VERSION (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/scripts/
H A Drelease31 RELEASE_VERSION="v${VERSION}"
54 …emote_tag_exists=$(git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
57 git checkout -q "tags/${RELEASE_VERSION}"
118 git tag --local-user "${KEYID}" --sign "${RELEASE_VERSION}" --message "${RELEASE_VERSION}"
123 if [ "${tag}" != "${RELEASE_VERSION}" ]; then
129 local branch=$(git branch --contains "${RELEASE_VERSION}")
138 git push origin "tags/${RELEASE_VERSION}"
150 ./scripts/release.sh "${RELEASE_VERSION}"
152 ./scripts/build-release.sh "${RELEASE_VERSION}"
198 docker push "quay.io/coreos/etcd:${RELEASE_VERSION}"
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/scripts/
H A Drelease31 RELEASE_VERSION="v${VERSION}"
54 …emote_tag_exists=$(git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
57 git checkout -q "tags/${RELEASE_VERSION}"
118 git tag --local-user "${KEYID}" --sign "${RELEASE_VERSION}" --message "${RELEASE_VERSION}"
123 if [ "${tag}" != "${RELEASE_VERSION}" ]; then
129 local branch=$(git branch --contains "${RELEASE_VERSION}")
138 git push origin "tags/${RELEASE_VERSION}"
150 ./scripts/release.sh "${RELEASE_VERSION}"
152 ./scripts/build-release.sh "${RELEASE_VERSION}"
198 docker push "quay.io/coreos/etcd:${RELEASE_VERSION}"
[all …]
/dports/devel/etcd34/etcd-3.4.18/scripts/
H A Drelease31 RELEASE_VERSION="v${VERSION}"
54 …emote_tag_exists=$(git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
57 git checkout -q "tags/${RELEASE_VERSION}"
118 git tag --local-user "${KEYID}" --sign "${RELEASE_VERSION}" --message "${RELEASE_VERSION}"
123 if [ "${tag}" != "${RELEASE_VERSION}" ]; then
129 local branch=$(git branch --contains "${RELEASE_VERSION}")
138 git push origin "tags/${RELEASE_VERSION}"
150 ./scripts/release.sh "${RELEASE_VERSION}"
152 ./scripts/build-release.sh "${RELEASE_VERSION}"
198 docker push "quay.io/coreos/etcd:${RELEASE_VERSION}"
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/scripts/
H A Drelease31 RELEASE_VERSION="v${VERSION}"
54 …emote_tag_exists=$(git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
57 git checkout -q "tags/${RELEASE_VERSION}"
118 git tag --local-user "${KEYID}" --sign "${RELEASE_VERSION}" --message "${RELEASE_VERSION}"
123 if [ "${tag}" != "${RELEASE_VERSION}" ]; then
129 local branch=$(git branch --contains "${RELEASE_VERSION}")
138 git push origin "tags/${RELEASE_VERSION}"
150 ./scripts/release.sh "${RELEASE_VERSION}"
152 ./scripts/build-release.sh "${RELEASE_VERSION}"
198 docker push "quay.io/coreos/etcd:${RELEASE_VERSION}"
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/scripts/
H A Drelease31 RELEASE_VERSION="v${VERSION}"
53 …emote_tag_exists=$(git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
56 git checkout -q "tags/${RELEASE_VERSION}"
114 git tag --local-user "${KEYID}" --sign "${RELEASE_VERSION}" --message "${RELEASE_VERSION}"
119 if [ "${tag}" != "${RELEASE_VERSION}" ]; then
125 local branch=$(git branch --contains "${RELEASE_VERSION}")
134 git push origin "tags/${RELEASE_VERSION}"
146 ./scripts/release.sh "${RELEASE_VERSION}"
148 ./scripts/build-release.sh "${RELEASE_VERSION}"
180 docker push quay.io/coreos/etcd:${RELEASE_VERSION}
[all …]
/dports/devel/etcd33/etcd-3.3.23/scripts/
H A Drelease31 RELEASE_VERSION="v${VERSION}"
53 …emote_tag_exists=$(git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
56 git checkout -q "tags/${RELEASE_VERSION}"
114 git tag --local-user "${KEYID}" --sign "${RELEASE_VERSION}" --message "${RELEASE_VERSION}"
119 if [ "${tag}" != "${RELEASE_VERSION}" ]; then
125 local branch=$(git branch --contains "${RELEASE_VERSION}")
134 git push origin "tags/${RELEASE_VERSION}"
146 ./scripts/release.sh "${RELEASE_VERSION}"
148 ./scripts/build-release.sh "${RELEASE_VERSION}"
180 docker push quay.io/coreos/etcd:${RELEASE_VERSION}
[all …]
/dports/www/minio-client/etcd-3.5.0/scripts/
H A Drelease55 RELEASE_VERSION="v${VERSION}"
61 log_callout "RELEASE_VERSION=${RELEASE_VERSION}"
96 …e_tag_exists=$(run git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
100 git checkout -q "tags/${RELEASE_VERSION}"
166 if [ "${tag}" != "${RELEASE_VERSION}" ]; then
187 REPOSITORY=$(pwd) ./scripts/build-release.sh "${RELEASE_VERSION}"
244 … manifest create --amend "quay.io/coreos/etcd:${RELEASE_VERSION}" "quay.io/coreos/etcd:${RELEASE_V…
245 …docker manifest annotate "quay.io/coreos/etcd:${RELEASE_VERSION}" "quay.io/coreos/etcd:${RELEASE_V…
247 …ate --amend "gcr.io/etcd-development/etcd:${RELEASE_VERSION}" "gcr.io/etcd-development/etcd:${RELE…
265 …for IMAGE in "quay.io/coreos/etcd:${RELEASE_VERSION}" "gcr.io/etcd-development/etcd:${RELEASE_VERS…
[all …]
/dports/x11-wm/i3-gaps/i3-4.20.1/
H A Drelease.sh6 export RELEASE_VERSION="4.20"
52 cp "${STARTDIR}/RELEASE-NOTES-${RELEASE_VERSION}" "RELEASE-NOTES-${RELEASE_VERSION}"
53 git add RELEASE-NOTES-${RELEASE_VERSION}
60 git tag "${RELEASE_VERSION}" -m "release i3 ${RELEASE_VERSION}" --sign --local-user=0x4AC8EE1D
70 <(tar tf i3-${RELEASE_VERSION}.tar.xz | sed "s,i3-${RELEASE_VERSION}/,,g" | sort) || true
80 git merge --no-ff release-${RELEASE_VERSION} -m "Merge branch 'release-${RELEASE_VERSION}'"
85 git merge --no-ff release-${RELEASE_VERSION} -m "Merge branch 'release-${RELEASE_VERSION}'"
112 COPY i3/i3-${RELEASE_VERSION}.tar.xz /usr/src/i3-wm_${RELEASE_VERSION}.orig.tar.xz
115 WORKDIR /usr/src/i3-${RELEASE_VERSION}
121 WORKDIR /usr/src/i3-${RELEASE_VERSION}
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/scripts/release/
H A Drelease.sh26 RELEASE_VERSION=$1
30 if [ -z "${RELEASE_VERSION}" ]; then
43 if [ "v${RELEASE_VERSION}" == "${CURRENT_VERSION}" ]; then
48 if [ "$(git describe --tags "v${RELEASE_VERSION}" 2>/dev/null)" ]; then
69 if [[ $RELEASE_VERSION != *"-alpha"* && $RELEASE_VERSION != *"-beta"* && $RELEASE_VERSION != *"-rc"…
70 sed -i -E "s|${CLOSEST_VERSION}|${RELEASE_VERSION}|g" README.md
75 sed -i -E "s|v${RELEASE_VERSION}-alpha|v${RELEASE_VERSION}|g" internal/version/version.go
80 git commit -m "Release version v${RELEASE_VERSION}"
86 printf "\033[36m==> %s\033[0m\n" "Tag release v${RELEASE_VERSION}"
87 git tag --annotate --message "v${RELEASE_VERSION} Release" "v${RELEASE_VERSION}"
[all …]
H A Dupdate-choco.sh19 RELEASE_VERSION=$1
21 if [ -z "${RELEASE_VERSION}" ]; then
50 sed -i -E "s|<version>${CLOSEST_VERSION}</version>|<version>${RELEASE_VERSION}</version>|g" "${PWD}…
53 CHECKSUM=$(grep windows-amd64.zip "${PWD}/../../dist/terraform-docs-v${RELEASE_VERSION}.sha256sum" …
56 sed -i -E "s|v${CLOSEST_VERSION}|v${RELEASE_VERSION}|g" "${PWD}/chocolatey-package/tools/chocolatey…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/scripts/
H A Drelease31 RELEASE_VERSION="v${VERSION}"
59 …emote_tag_exists=$(git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
62 git checkout -q "tags/${RELEASE_VERSION}"
115 git tag --local-user "${KEYID}" --sign "${RELEASE_VERSION}" --message "${RELEASE_VERSION}"
119 read -p "Push etcd ${RELEASE_VERSION} tag [y/N]? " confirm
121 git push origin "tags/${RELEASE_VERSION}"
133 ./scripts/release.sh "${RELEASE_VERSION}"
135 ./scripts/build-release.sh "${RELEASE_VERSION}"
149 gsutil -m cp ./release/*.zip gs://etcd/${RELEASE_VERSION}/
167 docker push quay.io/coreos/etcd:${RELEASE_VERSION}
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/scripts/
H A Drelease31 RELEASE_VERSION="v${VERSION}"
64 …emote_tag_exists=$(git ls-remote origin "refs/tags/${RELEASE_VERSION}" | grep -c "${RELEASE_VERSIO…
67 git checkout -q "tags/${RELEASE_VERSION}"
119 git tag --local-user "${KEYID}" --sign "${RELEASE_VERSION}" --message "${RELEASE_VERSION}"
123 read -p "Push etcd ${RELEASE_VERSION} tag [y/N]? " confirm
125 git push origin "tags/${RELEASE_VERSION}"
137 ./scripts/release.sh "${RELEASE_VERSION}"
139 ./scripts/build-release.sh "${RELEASE_VERSION}"
153 gsutil -m cp ./release/*.zip gs://etcd/${RELEASE_VERSION}/
155 gsutil -m cp ./release/*.aci gs://etcd/${RELEASE_VERSION}/
[all …]
/dports/devel/leiningen/leiningen-2.9.8/bin/
H A Drelease10 RELEASE_VERSION=$1
11 CURRENT_VERSION="$RELEASE_VERSION-SNAPSHOT"
22 grep $RELEASE_VERSION NEWS.md || (echo "Add $RELEASE_VERSION to NEWS.md" && exit 1)
27 sed -i s/$CURRENT_VERSION/$RELEASE_VERSION/ $f
49 cp bin/lein /tmp/lein-$RELEASE_VERSION
53 ./lein-$RELEASE_VERSION new test-project
60 time ../lein-$RELEASE_VERSION run -m clojure.main/main -e nil
61 time ../lein-$RELEASE_VERSION run -m clojure.main/main -e nil
79 git commit -a -m "Release $RELEASE_VERSION"
80 git tag -s $RELEASE_VERSION -m "Release $RELEASE_VERSION"
[all …]
/dports/net-mgmt/statsite/statsite-0.8.0/deps/check-0.9.8/
H A DMakefile.am53 RELEASE_VERSION ?= unset macro
56 @if [ "unset" = "${RELEASE_VERSION}" ]; then \
74 …co https://svn.sourceforge.net/svnroot/check/tags/check-${RELEASE_VERSION} check-${RELEASE_VERSION}
82 $(MAKE) -C check-${RELEASE_VERSION} dorelease
83 …release`:`svn st -u check-${RELEASE_VERSION} | grep "Status against revision:" | awk '{ print $4 }…
86 svn ci -m "Merge back release ${RELEASE_VERSION}"
88 rm -rf check-${RELEASE_VERSION}
92 cp NEWS NEWS-${RELEASE_VERSION}.txt
94 @echo "cut out old release news from NEWS-${RELEASE_VERSION}.txt."
98 …sync -e ssh NEWS-${RELEASE_VERSION}.txt ${SF_USERNAME},check@frs.sourceforge.net:/home/frs/project…
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/tooling/release/
H A Dstable-minor-prepare.sh25 RELEASE_VERSION=$(semver -i minor $CURRENT_BETA_VERSION)
28 CMAKE_VERSION=$RELEASE_VERSION
30 echo "Next SemVer version: '${RELEASE_VERSION}' Corresponding CMake project version: '${CMAKE_VERSI…
33 …d-version -t wrapland\@ --skip.commit true --skip.tag true --preMajor --release-as $RELEASE_VERSION
42 git commit -m "build: create minor release ${RELEASE_VERSION}" -m "Update changelog and raise CMake…
43 git tag -a "wrapland@${RELEASE_VERSION}" -m "Create minor release ${RELEASE_VERSION}."
48 …date changelog" -m "Update changelog from branch $BRANCH_NAME at minor release ${RELEASE_VERSION}."
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/ci/release/
H A Dstable-minor-prepare.sh25 RELEASE_VERSION=$(semver -i minor $CURRENT_BETA_VERSION)
28 CMAKE_VERSION=$RELEASE_VERSION
30 echo "Next stable version: '${RELEASE_VERSION}' Corresponding CMake project version: '${CMAKE_VERSI…
33 …ard-version -t disman\@ --skip.commit true --skip.tag true --preMajor --release-as $RELEASE_VERSION
42 git commit -m "build: create minor release ${RELEASE_VERSION}" -m "Update changelog and raise CMake…
43 git tag -a "disman@${RELEASE_VERSION}" -m "Create minor release ${RELEASE_VERSION}."
48 …date changelog" -m "Update changelog from branch $BRANCH_NAME at minor release ${RELEASE_VERSION}."
/dports/x11/kdisplay/kdisplay-b64cf06bf9945b550a965126c750440a6617e4ef/ci/release/
H A Dstable-minor-prepare.sh25 RELEASE_VERSION=$(semver -i minor $CURRENT_BETA_VERSION)
28 CMAKE_VERSION=$RELEASE_VERSION
30 echo "Next stable version: '${RELEASE_VERSION}' Corresponding CMake project version: '${CMAKE_VERSI…
33 …d-version -t kdisplay\@ --skip.commit true --skip.tag true --preMajor --release-as $RELEASE_VERSION
42 git commit -m "build: create minor release ${RELEASE_VERSION}" -m "Update changelog and raise CMake…
43 git tag -a "kdisplay@${RELEASE_VERSION}" -m "Create minor release ${RELEASE_VERSION}."
48 …date changelog" -m "Update changelog from branch $BRANCH_NAME at minor release ${RELEASE_VERSION}."
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/Doc/
H A DmakePDFmanual.sh11 RELEASE_VERSION=$DALTON_VERSION
12 echo "--> User specified release version: $RELEASE_VERSION"
13 elif [ -n "$RELEASE_VERSION" ]; then
14 echo "--> User specified release version: $RELEASE_VERSION"
17 RELEASE_VERSION=`cut -d ' ' -f 1 ${DALTON_VERSION}`
27 DALTON_MANUAL=${RELEASE_VERSION}_manual.pdf
H A DmakeHTMLmanual.sh27 RELEASE_VERSION=$DALTON_VERSION
28 echo "--> User specified release version: $RELEASE_VERSION"
29 elif [ -n "$RELEASE_VERSION" ]; then
30 echo "--> User specified release version: $RELEASE_VERSION"
33 RELEASE_VERSION=`cut -d ' ' -f 1 ${DALTON_VERSION}`
69 …-address "Dalton Manual - Release ${RELEASE_VERSION}" -dir $HTMLDIR Master.tex >& dalton_latex2htm…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker-credential-helpers/moby-0.4.1/
H A DMakefile2 RELEASE_VERSION := $(shell git tag | grep -E "v[0-9\.]+$$" | sort -nr | head -n 1) macro
3 SRCRELEASE := docker-$(RELEASE_VERSION)
4 BINRELEASE := docker-$(RELEASE_VERSION).tgz
45 echo $(RELEASE_VERSION)
48 … -P put $(BINRELEASE) s3://get.docker.io/builds/`uname -s`/`uname -m`/docker-$(RELEASE_VERSION).tgz
58 cd $(SRCRELEASE); git checkout -q $(RELEASE_VERSION)
63 …$(SRCRELEASE); make; cp -R bin docker-$(RELEASE_VERSION); tar -f ../$(BINRELEASE) -zv -c docker-$(
/dports/audio/giada/giada-0.17.1/.github/workflows/
H A Dpackaging.yml37 - name: Prepare RELEASE_VERSION env variable
38 run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
64 asset_path: dist/Giada-${{ env.RELEASE_VERSION }}-x86_64.AppImage
65 asset_name: Giada-${{ env.RELEASE_VERSION }}-x86_64.AppImage
75 - name: Prepare RELEASE_VERSION env variable
77 run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
107 asset_name: giada-${{ env.RELEASE_VERSION }}-x86_64-windows.zip
117 - name: Prepare RELEASE_VERSION env variable
118 run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
144 asset_path: dist/giada-${{ env.RELEASE_VERSION }}-x86_64-macos.zip
[all …]
/dports/cad/fdm_materials/fdm_materials-c7331d5ea/
H A Drelease.sh92 RELEASE_VERSION="${1}"
93 TAG="$(git rev-parse --abbrev-ref HEAD)-v${RELEASE_VERSION}"
95 if echo "${RELEASE_VERSION}" | grep -E '^[0-9]{1,3}+\.[0-9]{1,3}+\.[0-9]{1,3}+(-dev)?$'; then
103 …echo "Successfully triggered release '${RELEASE_VERSION}', follow the build at: http://34.90.73.76…
110 echo "Invalid release version: '${RELEASE_VERSION}' given."
/dports/net/libcharon/libCharon-4.8.0/
H A Drelease.sh92 RELEASE_VERSION="${1}"
93 TAG="$(git rev-parse --abbrev-ref HEAD)-v${RELEASE_VERSION}"
95 if echo "${RELEASE_VERSION}" | grep -E '^[0-9]{1,3}+\.[0-9]{1,3}+\.[0-9]{1,3}+(-dev)?$'; then
103 …echo "Successfully triggered release '${RELEASE_VERSION}', follow the build at: http://34.90.73.76…
110 echo "Invalid release version: '${RELEASE_VERSION}' given."
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/.circleci/
H A Dconfig.yml44 export RELEASE_VERSION;
45 RELEASE_VERSION=$RELEASE_VERSION.${CIRCLE_BUILD_NUM}
46 export RELEASE_VERSION;
47 echo $RELEASE_VERSION
53 git tag -a ${RELEASE_VERSION} -m "Release Version"
54 git push origin ${RELEASE_VERSION}
/dports/devel/spark/spark-2.1.1/dev/create-release/
H A Drelease-tag.sh31 RELEASE_VERSION - Version used in pom files for release
44 for env in ASF_USERNAME ASF_PASSWORD RELEASE_VERSION RELEASE_TAG NEXT_VERSION GIT_EMAIL GIT_NAME GI…
62 $MVN versions:set -DnewVersion=$RELEASE_VERSION | grep -v "no value" # silence logs
64 sed -i".tmp1" 's/Version.*$/Version: '"$RELEASE_VERSION"'/g' R/pkg/DESCRIPTION
66 sed -i".tmp1" 's/SPARK_VERSION:.*$/SPARK_VERSION: '"$RELEASE_VERSION"'/g' docs/_config.yml
67 sed -i".tmp2" 's/SPARK_VERSION_SHORT:.*$/SPARK_VERSION_SHORT: '"$RELEASE_VERSION"'/g' docs/_config.…
68 sed -i".tmp3" 's/__version__ = .*$/__version__ = "'"$RELEASE_VERSION"'"/' python/pyspark/version.py

1234567891011