Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
175197d
)
Update versioning after split (add 2000)
95/3895/1
author
Maros Marsalek
<
[email protected]
>
Mon, 21 Nov 2016 12:02:29 +0000
(13:02 +0100)
committer
Maros 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
patch
|
blob
|
history
diff --git
a/packaging/rpm/release
b/packaging/rpm/release
index
c4bf723
..
751ee04
100755
(executable)
--- a/
packaging/rpm/release
+++ b/
packaging/rpm/release
@@
-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