From 4a297e7812781c4a9168ee054a0b090000e67fa1 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Mon, 2 Dec 2013 00:59:06 -0600 Subject: [PATCH] library repo name has changed at launchpad, and will soon be switched to github. --- scripts/kicad-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/kicad-install.sh b/scripts/kicad-install.sh index a8a7fc661d..7b6e2f764d 100755 --- a/scripts/kicad-install.sh +++ b/scripts/kicad-install.sh @@ -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 ../