peggable checkout version in scripts/kicad-install.sh
This commit is contained in:
parent
e797c489d1
commit
8c2da5f51c
|
@ -220,7 +220,7 @@ install_or_update()
|
||||||
|
|
||||||
echo "step 3) checking out the source code from launchpad repo..."
|
echo "step 3) checking out the source code from launchpad repo..."
|
||||||
if [ ! -d "$WORKING_TREES/kicad.bzr" ]; then
|
if [ ! -d "$WORKING_TREES/kicad.bzr" ]; then
|
||||||
bzr checkout $SRCS_REPO kicad.bzr
|
bzr checkout -r $REVISION $SRCS_REPO kicad.bzr
|
||||||
echo " source repo to local working tree."
|
echo " source repo to local working tree."
|
||||||
else
|
else
|
||||||
cd kicad.bzr
|
cd kicad.bzr
|
||||||
|
|
Loading…
Reference in New Issue