File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020# It does not require to tag and push OpenVPN sources again
2121# It also does not require to re-build linux packages
2222# With MSI_BUILD_ONLY="YES" we can skip all that steps
23- MSI_BUILD_ONLY=" NO "
23+ MSI_BUILD_ONLY=" YES "
2424
2525# Version numbers
2626OPENVPN_PREVIOUS_VERSION=" ${OPENVPN_PREVIOUS_VERSION:- 2.7_alpha1} "
@@ -38,11 +38,11 @@ OPENVPN_DCO_CURRENT_VERSION="${OPENVPN_DCO_CURRENT_VERSION:-6.15.0.2025061700}"
3838OPENVPN_DCO_CURRENT_TAG=" ${OPENVPN_DCO_CURRENT_TAG:- refs/ tags/ ovpn-net-next/ main-6.15.0-2025061700} "
3939OPENVPN_DCO_PREVIOUS_TAG=" ${OPENVPN_DCO_PREVIOUS_TAG:- refs/ tags/ ovpn-net-next/ main-6.15.0-rc5-2025052802} "
4040
41- INSTALLER_BUILD=1
41+ INSTALLER_BUILD=2
4242INSTALLER_VERSION=" I" $( printf " %03d\n" $INSTALLER_BUILD )
4343# Debian packaging scripts do not allow underscores (e.g "2.4_alpha2")
4444DEBIAN_UPSTREAM_VERSION=` echo $OPENVPN_CURRENT_VERSION | sed s/" _" /" ~" /g`
45- DEBIAN_PACKAGE_VERSION=" 1 "
45+ DEBIAN_PACKAGE_VERSION=" 2 "
4646DEBIAN_PACKAGE_BUILD_ARCHS=" amd64 arm64"
4747# Which Debian repos to publish to
4848FREIGHT_REPOS=" testing release_27"
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ define([PRODUCT_NAME], [OpenVPN])
3636define ( [ PRODUCT_PUBLISHER] , [ OpenVPN, Inc.] )
3737
3838dnl The package version as displayed by UI and used in filenames (no spaces, please).
39- define ( [ PACKAGE_VERSION] , [ 2.7_alpha2-I001 ] )
39+ define ( [ PACKAGE_VERSION] , [ 2.7_alpha2-I002 ] )
4040
4141dnl The MSI product version in the form of n[.n[.n]] (numbers only).
4242dnl The third field is 100*openvpn bugfix release + MSI build number.
4343dnl So for the 2nd MSI build for OpenVPN 2.6.3 use 2.6.302
44- define ( [ PRODUCT_VERSION] , [ 2.7.001 ] )
44+ define ( [ PRODUCT_VERSION] , [ 2.7.002 ] )
4545
4646dnl The MSI product code MUST change on each product release.
47- define ( [ PRODUCT_CODE] , [ {A0097D79-2894-4501-A914-492B62BF619A }] )
47+ define ( [ PRODUCT_CODE] , [ {2C7DFCA5-0685-407B-B8F7-F7FDA03EC166 }] )
4848
4949dnl The MSI upgrade codes MUST persist for all versions of the same product line.
5050dnl Please use own upgrade codes when deploying a non-official OpenVPN release.
You can’t perform that action at this time.
0 commit comments