You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/06/11 04:20:45 UTC

[GitHub] [bigtop] iwasakims commented on a diff in pull request #908: BIGTOP-3691. Bump Puppet to Puppet7

iwasakims commented on code in PR #908:
URL: https://github.com/apache/bigtop/pull/908#discussion_r894974510


##########
bigtop_toolchain/bin/puppetize.sh:
##########
@@ -20,51 +20,74 @@ if [ -f /etc/os-release ]; then
     . /etc/os-release
 fi
 
+RPM_DOWNLOAD_URL="https://yum.puppet.com/puppet7"
+APT_DOWNLOAD_URL="https://apt.puppet.com/puppet7"
+NIGHTLY=""
+
+if [ "${ARCH}" != "aarch64" -a "${ARCH}" != ""];then

Review Comment:
   needs space before `]`.
   
   ```
   /tmp/puppetize.sh: line 27: [: too many arguments
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org