Update versioning after split (add 2000) 95/3895/1
authorMaros Marsalek <[email protected]>
Mon, 21 Nov 2016 12:02:29 +0000 (13:02 +0100)
committerMaros Marsalek <[email protected]>
Mon, 21 Nov 2016 12:02:29 +0000 (13:02 +0100)
Change-Id: If4c5befba0729194d1bea8b616a7cbc818e1d534
Signed-off-by: Maros Marsalek <[email protected]>
packaging/rpm/release

index c4bf723..751ee04 100755 (executable)
@@ -1,2 +1,5 @@
 #!/bin/bash
-echo $BUILD_NUMBER
+# Increasing the build number by a certain margin.
+# Necessary due to honeycomb - hc2vpp split. Build_number counter was reset
+# rewriting older packages
+echo $(expr $BUILD_NUMBER + 2000)
\ No newline at end of file