Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: dropping date from tarball ......................................................................
packaging: dropping date from tarball Dropping date from tarball, it's causing only issues in jenkins without any real benefit. Change-Id: I002fca0de044f154ee68fc291eed3184f19547a5 Signed-off-by: Sandro Bonazzola <[email protected]> --- M configure.ac 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/54/26754/1 diff --git a/configure.ac b/configure.ac index 79df37e..a6a75bd 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_RELEASE], [0.0]) -define([VERSION_SUFFIX], [master.][m4_esyscmd([date -u +%Y%m%d%H%M%S | tr -d '\n'])]) +define([VERSION_SUFFIX], [master]) AC_INIT([ovirt-hosted-engine-setup], [VERSION_NUMBER[-]VERSION_RELEASE[.]VERSION_SUFFIX]) PACKAGE_RPM_VERSION="VERSION_NUMBER" -- To view, visit http://gerrit.ovirt.org/26754 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I002fca0de044f154ee68fc291eed3184f19547a5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
