summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/release.yml
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2017-04-11 17:37:41 +0530
committerNigel Babu <nigelb@redhat.com>2017-04-11 08:14:16 -0400
commitee768e5cad83c9f0588042462cbc87ff22e19e16 (patch)
tree5b5d770d48603702f946353f7226a80c063246fe /build-gluster-org/jobs/release.yml
parentfcb96461b6d0b66782e81daa7b39044e5afdf65c (diff)
Remove the option for rpm builds from release jobs
Change-Id: I7988cfa31e9db676d308159b929275fedbe1fa9b
Diffstat (limited to 'build-gluster-org/jobs/release.yml')
-rw-r--r--build-gluster-org/jobs/release.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/build-gluster-org/jobs/release.yml b/build-gluster-org/jobs/release.yml
index 662b9fd..1990605 100644
--- a/build-gluster-org/jobs/release.yml
+++ b/build-gluster-org/jobs/release.yml
@@ -9,20 +9,15 @@
parameters:
- string:
- default: v3.7.0
+ default: v3.10.0
description: Refspec to "git checkout" as the release code snapshot. Typically
a git annotated tag like "v3.7.0". Specifying a branch name will use the
current HEAD of that branch.
name: GERRIT_REFSPEC
- string:
- default: 3.7.0
+ default: 3.10.0
description: Version name to be assigned to the release.
name: RELEASE_VERSION
- - bool:
- default: false
- description: Build and upload RPMs? Normally not needed, package
- maintainers will build 'correct' RPMs.
- name: BUILD_RPMS
- string:
default: packaging@gluster.org,maintainers@gluster.org
description: Mail addresses to send the announcement of the tarball too.