Move git clone f sbcl to shell script
This commit is contained in:
parent
697831f877
commit
1d8ba21558
1 changed files with 1 additions and 3 deletions
|
@ -312,9 +312,6 @@ write_files:
|
||||||
defer: True
|
defer: True
|
||||||
content: |
|
content: |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Clone the SBCL repository for a specific branch and depth.
|
|
||||||
# Version is equal to the sbcl version available in ubuntu apt-get repo.
|
|
||||||
git clone --depth 1 --branch sbcl-2.3.10 git://git.code.sf.net/p/sbcl/sbcl /home/cl/sbcl
|
|
||||||
# Clone the SLIME repository for a specific branch and depth
|
# Clone the SLIME repository for a specific branch and depth
|
||||||
git clone --depth 1 --branch v2.28 https://github.com/slime/slime.git /home/cl/slime
|
git clone --depth 1 --branch v2.28 https://github.com/slime/slime.git /home/cl/slime
|
||||||
|
|
||||||
|
@ -439,6 +436,7 @@ write_files:
|
||||||
# wget http://prdownloads.sourceforge.net/sbcl/sbcl-2.3.10-source.tar.bz2
|
# wget http://prdownloads.sourceforge.net/sbcl/sbcl-2.3.10-source.tar.bz2
|
||||||
# Extract it
|
# Extract it
|
||||||
# tar -xjf sbcl-2.3.10-source.tar.bz2
|
# tar -xjf sbcl-2.3.10-source.tar.bz2
|
||||||
|
git clone --depth 1 --branch sbcl-2.3.10 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl
|
||||||
# Change into the directory
|
# Change into the directory
|
||||||
cd sbcl
|
cd sbcl
|
||||||
# Compile and install
|
# Compile and install
|
||||||
|
|
Loading…
Add table
Reference in a new issue