gemmellr commented on code in PR #6171:
URL: https://github.com/apache/artemis/pull/6171#discussion_r2683139417


##########
artemis-docker/prepare-docker.sh:
##########
@@ -129,8 +129,8 @@ if [ -n "${FROM_RELEASE}" ]; then
 
   # Check if the release is already available locally, if not try to download 
it
   if [ -z "$(ls -A ${ARTEMIS_DIST_DIR})" ]; then
-    CDN="$(curl -s 
https://www.apache.org/dyn/closer.cgi\?preferred=true)activemq/activemq-artemis/${ARTEMIS_VERSION}/"
-    
ARCHIVE="https://archive.apache.org/dist/activemq/activemq-artemis/${ARTEMIS_VERSION}/";
+    CDN="$(curl -s 
https://www.apache.org/dyn/closer.cgi\?preferred=true)artemis/${ARTEMIS_VERSION}/"
+    ARCHIVE="https://archive.apache.org/dist/artemis/${ARTEMIS_VERSION}/";

Review Comment:
   Actually I am forgetting things since it was about a month ago. Previously 
we actually had 'activemq/activemq-artemis' etc so its not the same subdir as 
before, and they would be changing more than just the project name already.



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


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

Reply via email to