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 05:41:45 UTC

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

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


##########
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:
   thanks, I will fix this.



-- 
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