Skip to content

Commit

Permalink
set_it_up script: fix up repos
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Nov 5, 2012
1 parent dc53790 commit 3ca32d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/set_it_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ cd work/
WORK_TREES="driver-core staging tty usb char-misc"

# First, clone Linus's tree in --bare mode as we are going to work off of that:
#git clone --bare git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git torvalds
git clone --bare git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git torvalds

# for local testing, to make it faster...
git clone --bare gregkh@clark:linux/work/torvalds torvalds
#git clone --bare gregkh@clark:linux/work/torvalds torvalds

# now make clones of it for the different work types
for TREE in ${WORK_TREES}
Expand Down

0 comments on commit 3ca32d0

Please sign in to comment.