Github user shivaram commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16014#discussion_r91583848
  
    --- Diff: dev/create-release/release-build.sh ---
    @@ -172,11 +172,30 @@ if [[ "$1" == "package" ]]; then
         MVN_HOME=`$MVN -version 2>&1 | grep 'Maven home' | awk '{print $NF}'`
     
     
    -    if [ -z "$BUILD_PIP_PACKAGE" ]; then
    -      echo "Creating distribution without PIP package"
    +    if [ -z "$BUILD_PACKAGE" ]; then
    +      echo "Creating distribution without PIP/R package"
           ./dev/make-distribution.sh --name $NAME --mvn $MVN_HOME/bin/mvn 
--tgz $FLAGS \
             -DzincPort=$ZINC_PORT 2>&1 >  ../binary-release-$NAME.log
           cd ..
    +    elif [[ "$BUILD_PACKAGE" == "withr" ]]; then
    +      echo "Creating distribution with R package"
    +      ./dev/make-distribution.sh --name $NAME --mvn $MVN_HOME/bin/mvn 
--tgz --r $FLAGS \
    +        -DzincPort=$ZINC_PORT 2>&1 >  ../binary-release-$NAME.log
    +      cd ..
    +
    +      echo "Copying and signing R source package"
    +      R_DIST_NAME=SparkR_$SPARK_VERSION.tar.gz
    --- End diff --
    
    Just to clarify this is the tgz that we will upload to CRAN right ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to