Change in vdsm[master]: version: upstream dirty is nightly

fsimonce at redhat.com fsimonce at redhat.com
Tue May 21 16:02:21 UTC 2013


Federico Simoncelli has uploaded a new change for review.

Change subject: version: upstream dirty is nightly
......................................................................

version: upstream dirty is nightly

Previously the upstream dirty builds were released using a pre-release
versioning (prefixing a 0). This doesn't fit the release process in
which the upstream builds are nightly.

More information on pre-releases at:

http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages

Change-Id: Ibbf52173ccaa4a4eb0de5aa2cf61f821ba1fa215
Signed-off-by: Federico Simoncelli <fsimonce at redhat.com>
---
M build-aux/pkg-version
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/54/14954/1

diff --git a/build-aux/pkg-version b/build-aux/pkg-version
index 346ad23..f72431d 100755
--- a/build-aux/pkg-version
+++ b/build-aux/pkg-version
@@ -14,14 +14,14 @@
 # tags and output releases:
 #   - v4.9.0   => 0 (upstream clean)
 #   - v4.9.0-1 => 1 (downstream clean)
-#   - v4.9.0-2-g34e62f1   => 0.2.git34e62f1 (upstream dirty)
+#   - v4.9.0-2-g34e62f1   => 2.git34e62f1 (upstream dirty)
 #   - v4.9.0-1-2-g34e62f1 => 1.2.git34e62f1 (downstream dirty)
 AWK_RELEASE='
     BEGIN { FS="-"; OFS="." }
     /^v[0-9]/ {
       if (NF == 1) print 0
       else if (NF == 2) print $2
-      else if (NF == 3) print 0, $2, "git" substr($3, 2)
+      else if (NF == 3) print $2, "git" substr($3, 2)
       else if (NF == 4) print $2, $3, "git" substr($4, 2)
     }'
 


--
To view, visit http://gerrit.ovirt.org/14954
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbf52173ccaa4a4eb0de5aa2cf61f821ba1fa215
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimonce at redhat.com>


More information about the vdsm-patches mailing list