rtaneja1 edited a comment on issue #1052: [NETBEANS-1671] Donation 3 - Include 
installer sources
URL: 
https://github.com/apache/incubator-netbeans/pull/1052#issuecomment-460595205
 
 
   
   
   
   `BASE_DIR=`pwd`
   NB_ALL=$BASE_DIR
   export BASE_DIR NB_ALL
   
   DIST=$BASE_DIR/dist
   export DIST
   
   if [ -d $DIST ] ; then
       rm -rf $DIST
   fi
   
   mkdir -p $DIST/zip/moduleclusters
   mkdir -p $DIST/logs
   
   cp 
/scratch/downloads/NetBeans-dev-incubator-netbeans-linux-996-on-20190203-release.zip
 $DIST/zip/moduleclusters
   
   NB_BUILD_NUMBER=2019
   BASENAME_PREFIX=Apache-Netbeans-11.0-bin
   BUILD_DESC=$BASENAME_PREFIX
   BUILDNUMBER=2019
   DATESTAMP=$BUILDNUMBER
   
   export BUILDNUMBER BASENAME_PREFIX NB_BUILD_NUMBER DATESTAMP BUILD_DESC
   
   LOCALES=ja,zh_CN,pt_BR,ru
   export LOCALES
   JDK11_BUILDS_PATH=artifactory/re-release-local/jdk/11.0.1/13/bundles/
   export JDK7_BUILDS_PATH JDK8_BUILDS_PATH JDK11_BUILDS_PATH
   
   MAC_SIGN_CLIENT=
   MAC_SIGN_USER=
   MAC_SIGN_GUID=
   CODESIGNBUREAU_CREDFILE=
   
   export MAC_SIGN_CLIENT
   export MAC_SIGN_USER
   export MAC_SIGN_GUID
   export CODESIGNBUREAU_CREDFILE
   
   
   NATIVE_MAC_MACHINE=reemataneja@<hostip>
   MAC_PATH=/Users/reemataneja/installer/
   export NATIVE_MAC_MACHINE
   export MAC_PATH
   
   MAC_LOG_NEW=$DIST/logs/native_mac-$BUILDNUMBER.log
   export MAC_LOG_NEW
   BUILD_NB=1
   BUILD_NETBEANS=0
   BUILD_NBJDK6=0
   BUILD_NBJDK7=0
   BUILD_NBJDK8=0
   BUILD_NBJDK11=0
   
   export BUILD_NETBEANS BUILD_NB
   export BUILD_NBJDK6 BUILD_NBJDK7 BUILD_NBJDK8 BUILD_NBJDK11
   BUNDLE_JDK_PLATFORM=
   export BUNDLE_JDK_PLATFORM
   
   OUTPUT_DIR=${NB_ALL}/dist/installers
   export OUTPUT_DIR
   
   DONT_SIGN_INSTALLER=y
   export DONT_SIGN_INSTALLER
   
   
   bash -x $NB_ALL/nbbuild/newbuild/build-nbi.sh
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to