Sandro Bonazzola has uploaded a new change for review. Change subject: build: post ovirt-engine-3.4.0 ......................................................................
build: post ovirt-engine-3.4.0 Change-Id: Id75dec817a32c0a27e2daafe824b7192c81c0f3f Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-engine.spec.in M version.mak 2 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/25086/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 9a8fdae..8d0fc6d 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -149,7 +149,7 @@ Group: %{ovirt_product_group} License: ASL 2.0 URL: http://www.ovirt.org -Source0: http://ovirt.org/releases/stable/src/@PACKAGE_NAME@-@[email protected] +Source0: http://resources.ovirt.org/pub/ovirt-3.4-snapshot/src/@PACKAGE_NAME@-@[email protected] BuildArch: noarch diff --git a/version.mak b/version.mak index 0c26c58..9a817fa 100644 --- a/version.mak +++ b/version.mak @@ -4,7 +4,7 @@ # Fix release is manually specified, # increment after releasing/branching -FIX_RELEASE=0 +FIX_RELEASE=1 # Milestone is manually specified, # example for ordering: @@ -21,15 +21,15 @@ # - master # - <none> # -MILESTONE= +MILESTONE=master # RPM release is manually specified, # For pre-release: -# RPM_RELEASE=0.N.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S) +# RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S) # While N is incremented when milestone is changed. # # For release: # RPM_RELEASE=N # while N is incremented each re-release # -RPM_RELEASE=1 +RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S) -- To view, visit http://gerrit.ovirt.org/25086 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id75dec817a32c0a27e2daafe824b7192c81c0f3f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
