summaryrefslogtreecommitdiffstats
path: root/packaging/rpm/release
blob: 751ee04f2225b7d85639958fdd4a56be60ac3a7d (plain)
1
2
3
4
5
#!/bin/bash
# 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)