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


##########
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:
   We still have the further artemis component subdir as before under the TLP 
dir, to separate the main broker/client release content from other component 
release content such as the console (dirs already in place under 
https://archive.apache.org/dist/artemis/)



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