Skip to content

Commit

Permalink
Include timestamp in stage debian package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode committed Aug 15, 2024
1 parent 7084334 commit 883bd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/.debian-ci/build_source/build-script
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tardir="${tardir%%/}"
dir_version="${tardir##${pkg}-}"

build_version="${dir_version}"
if [ "$pkg_env" = "dev" ] || [ "$pkg_env" = "unstable-dev" ]; then
if [ "$pkg_env" = "stage" ] || [ "$pkg_env" = "dev" ] || [ "$pkg_env" = "unstable-dev" ]; then
build_version="${dir_version}-${ts}"
fi

Expand Down

0 comments on commit 883bd7d

Please sign in to comment.