-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Description
https://oracle.github.io/macaron/pages/installation.html#download references the wrong URL for downloading the run_macaron.sh
script.
Steps to Reproduce
- Step 1: Visit https://oracle.github.io/macaron/pages/installation.html#download
- Step 2: Attempt to follow the
curl -O...
example with tag valuev0.17.0
- Step 3: Observe that GitHub returns unexpected content / not the desired script
Expected Behavior
Download the script
Actual Behavior
curl https://raw.githubusercontent.com/oracle/macaron/v0.17.0//scripts/release_scripts/run_macaron.sh
<a href="/oracle/macaron/v0.17.0/scripts/release_scripts/run_macaron.sh">Moved Permanently</a>.
Debug Information
Please run the command again with the --verbose
option to provide debug information. This will help us diagnose the issue more effectively. You can add this option to the command like this:
./run_macaron.sh --verbose [other options]
Attach the debug output here if possible.
Environment Information
To assist with troubleshooting, please provide the following information about your environment:
Operating System: (e.g., Ubuntu 20.04, macOS 11.2)
CPU architecture information (e.g., x86-64 (AMD64))
Bash Version: (Run bash --version to get the version)
Docker or Podman Version: (Run docker --version to get the version)
If you are using Macaron as a Python package, please indicate that in your environment details and specify the Python version you are using.
Macaron version or commit hash where the issue occurs.
Additional Information: (Any other relevant details, such as hardware or network environment, such as proxies)
Screenshots or Logs
If applicable, please provide screenshots or logs that illustrate the bug.
Additional Information
Any other information that might be useful to identify or fix the bug. For example:
Any steps that worked around the issue
Specific configurations or files that may be relevant