Skip to content

Commit

Permalink
Allow snapshot builds in hirte-0.3.z branch
Browse files Browse the repository at this point in the history
Allow snapshot builds in hirte-0.3.z branch, so each PR merged into the
branch will produce RPMs, which can upgrade RPMs from any previous
commit.

Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Jun 20, 2023
1 parent da8dee6 commit 7596eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-scripts/build-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ git config --global --add safe.directory $(pwd)
# Package release
#
# Use following for official releases
RELEASE="1"
#RELEASE="1"
# Use following for nightly builds
#RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short ${GITHUB_SHA:-HEAD})"
RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short ${GITHUB_SHA:-HEAD})"


# Set version and release
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project(
'hirte',
'c',
version: '0.3.0',
version: '0.3.1',
license: 'GPL-2.0-or-later',
default_options: [
'c_std=gnu17', # Adds "-std=gnu17". Includes GNU 17 extensions.
Expand Down

0 comments on commit 7596eb5

Please sign in to comment.