pan3793 commented on code in PR #908:
URL: https://github.com/apache/bigtop/pull/908#discussion_r1125403332
##########
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}" = "ppc64le" ];then
+RPM_DOWNLOAD_URL="https://nightlies.puppetlabs.com/yum/puppet7-nightly"
+APT_DOWNLOAD_URL="https://nightlies.puppetlabs.com/apt/puppet7-nightly"
+NIGHTLY="-nightly"
Review Comment:
does it[1][2] mean puppet7 is ready for ppc64le now?
[1] https://apt.puppet.com/dists/focal/puppet7/index.html
[2] https://yum.puppet.com/puppet7/el/8/index.html
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]