Skip to content

Commit

Permalink
Move PRODUCT_MICRO_VERSION_OVERRIDE to branding (xenserver#1706)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihaela Stoica <[email protected]>
  • Loading branch information
MihaelaStoica authored and Stephen Turner committed Jul 20, 2017
1 parent 5e2fe55 commit c9932a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions Branding/branding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions mk/xenadmin-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c9932a4

Please sign in to comment.