Commit 4a297e78 authored by Dick Hollenbeck's avatar Dick Hollenbeck

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

parent 56e2df79
......@@ -148,10 +148,12 @@ install_or_update()
echo "step 4) checking out the libraries from launchpad repo..."
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.'
else
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
echo ' kicad-lib repo updated.'
cd ../
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment