MS Windows installers signing removed for 71 Beta. release71_beta
authorPGebauer <pgebauer@netbeans.org>
Fri, 30 Sep 2011 01:31:17 +0200
branchrelease71_beta
changeset 209625cc02f0a60d65
parent 209557 25254b06f860
MS Windows installers signing removed for 71 Beta.
nbbuild/newbuild/build-nbi.sh
     1.1 --- a/nbbuild/newbuild/build-nbi.sh	Thu Sep 29 13:53:16 2011 +0200
     1.2 +++ b/nbbuild/newbuild/build-nbi.sh	Fri Sep 30 01:31:17 2011 +0200
     1.3 @@ -157,13 +157,13 @@
     1.4      exit 1;
     1.5  fi
     1.6  
     1.7 -find $DIST/ml/bundles -name "netbeans-*-windows.exe" | xargs -t -I [] java -Xmx1024m -jar $SIGN_CLIENT/Client.jar -file_to_sign [] -user $SIGN_USR -pass $SIGN_PASS -signed_location $DIST/bundles -sign_method microsoft
     1.8 -ERROR_CODE=$?
     1.9 -
    1.10 -if [ $ERROR_CODE != 0 ]; then
    1.11 -    echo "ERROR: $ERROR_CODE - Signing failed"
    1.12 -    exit $ERROR_CODE;
    1.13 -fi
    1.14 +# find $DIST/ml/bundles -name "netbeans-*-windows.exe" | xargs -t -I [] java -Xmx1024m -jar $SIGN_CLIENT/Client.jar -file_to_sign [] -user $SIGN_USR -pass $SIGN_PASS -signed_location $DIST/bundles -sign_method microsoft
    1.15 +# ERROR_CODE=$?
    1.16 +#
    1.17 +# if [ $ERROR_CODE != 0 ]; then
    1.18 +#     echo "ERROR: $ERROR_CODE - Signing failed"
    1.19 +#     exit $ERROR_CODE;
    1.20 +# fi
    1.21  
    1.22  cd $DIST
    1.23  bash ${SCRIPTS_DIR}/files-info.sh bundles zip zip/moduleclusters