mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
Move PRODUCT_MICRO_VERSION_OVERRIDE to branding (#1706)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
5e2fe55771
commit
c9932a49a1
@ -30,6 +30,14 @@
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
|
||||
#==============================================================
|
||||
#Micro version override - please keep at the top of the script
|
||||
#==============================================================
|
||||
#Set and uncomment this to override the 3rd value of the product number
|
||||
#normally fetched from branding
|
||||
#
|
||||
#PRODUCT_MICRO_VERSION_OVERRIDE=<My override value here>
|
||||
|
||||
# bring versions from the server branding repo
|
||||
ROOT="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )/../.." && pwd )"
|
||||
OUTPUT_DIR=${ROOT}/output
|
||||
|
@ -32,14 +32,6 @@
|
||||
|
||||
set -ex
|
||||
|
||||
#==============================================================
|
||||
#Micro version override - please keep at the top of the script
|
||||
#==============================================================
|
||||
#Set and uncomment this to override the 3rd value of the product number
|
||||
#normally fetched from branding
|
||||
#
|
||||
#PRODUCT_MICRO_VERSION_OVERRIDE=<My override value here>
|
||||
|
||||
SET_ENV_FILE="/cygdrive/c/env.sh"
|
||||
if [ -f ${SET_ENV_FILE} ]; then
|
||||
. ${SET_ENV_FILE}
|
||||
|
Loading…
Reference in New Issue
Block a user