"HEAD" now defaults to CS
Add "HEADBC" to get BC.
This commit is contained in:
parent
75751ba27d
commit
e290db2a0a
|
@ -51,17 +51,17 @@ DL_BASE="https://www.cs.utah.edu/plt/installers"
|
||||||
## HEAD_BASE="https://plt.eecs.northwestern.edu/snapshots/current"
|
## HEAD_BASE="https://plt.eecs.northwestern.edu/snapshots/current"
|
||||||
HEAD_BASE="https://www.cs.utah.edu/plt/snapshots/current"
|
HEAD_BASE="https://www.cs.utah.edu/plt/snapshots/current"
|
||||||
|
|
||||||
if [[ "$RACKET_VERSION" = "HEAD" ]]; then
|
if [[ "$RACKET_VERSION" = "HEADBC" ]]; then
|
||||||
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
||||||
URL="${HEAD_BASE}/installers/min-racket-current-x86_64-linux-precise.sh"
|
URL="${HEAD_BASE}/installers/racket-minimal-current-x86_64-linux-precise-bc.sh"
|
||||||
else
|
else
|
||||||
URL="${HEAD_BASE}/installers/racket-current-x86_64-linux-precise.sh"
|
URL="${HEAD_BASE}/installers/racket-current-x86_64-linux-precise-bc.sh"
|
||||||
fi
|
fi
|
||||||
elif [[ "$RACKET_VERSION" = "HEADCS" ]]; then
|
elif [[ "$RACKET_VERSION" = "HEADCS" || "$RACKET_VERSION" = "HEAD" ]]; then
|
||||||
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
||||||
URL="${HEAD_BASE}/installers/min-racket-current-x86_64-linux-cs-xenial.sh"
|
URL="${HEAD_BASE}/installers/racket-minimal-current-x86_64-linux-xenial.sh"
|
||||||
else
|
else
|
||||||
URL="${HEAD_BASE}/installers/racket-current-x86_64-linux-cs-xenial.sh"
|
URL="${HEAD_BASE}/installers/racket-current-x86_64-linux-xenial.sh"
|
||||||
fi
|
fi
|
||||||
elif [[ "$RACKET_VERSION" = 5.3* ]]; then
|
elif [[ "$RACKET_VERSION" = 5.3* ]]; then
|
||||||
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
if [[ "$RACKET_MINIMAL" = "1" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user