Skip to content

Commit

Permalink
change upstream version for nightlies as well
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jan 15, 2021
1 parent 374b64d commit a2d32b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/CPackDebUploadPPA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(NOT CPACK_DEBIAN_MARKDOWN)
endif()

# hack from sconscript
if(DEB_UPLOAD_PPA MATCHES "mixxxbetas")
if(DEB_UPLOAD_PPA MATCHES "mixxxbetas" OR DEB_UPLOAD_PPA MATCHES "nightlies")
string(REGEX MATCH "^.*(~git[0-9]*).*$" GITVERSION "${CPACK_DEBIAN_DEBIAN_VERSION_EXTRA}")
set(CPACK_DEBIAN_UPSTREAM_VERSION "${CPACK_DEBIAN_UPSTREAM_VERSION}${CMAKE_MATCH_1}")
endif()
Expand Down

0 comments on commit a2d32b2

Please sign in to comment.