library repo name has changed at launchpad, and will soon be switched to github.

This commit is contained in:
Dick Hollenbeck 2013-12-02 00:59:06 -06:00
parent 56e2df79f6
commit 4a297e7812
1 changed files with 3 additions and 1 deletions

View File

@ -148,10 +148,12 @@ install_or_update()
echo "step 4) checking out the libraries from launchpad repo..." echo "step 4) checking out the libraries from launchpad repo..."
if [ ! -d "$WORKING_TREES/kicad-lib.bzr" ]; then if [ ! -d "$WORKING_TREES/kicad-lib.bzr" ]; then
bzr checkout lp:~kicad-lib-committers/kicad/library kicad-lib.bzr bzr checkout lp:~dickelbeck/kicad/library-read-only kicad-lib.bzr
echo ' kicad-lib checked out.' echo ' kicad-lib checked out.'
else else
cd kicad-lib.bzr cd kicad-lib.bzr
# change the name of the repo this checkout is bound to
bzr bind lp:~dickelbeck/kicad/library-read-only
bzr up bzr up
echo ' kicad-lib repo updated.' echo ' kicad-lib repo updated.'
cd ../ cd ../