From 3f8abb53686089b678e9ba4709acdbe619786bba Mon Sep 17 00:00:00 2001 From: Robert Soule Date: Tue, 24 Oct 2017 07:29:07 -0700 Subject: [PATCH] Don't checkout SIGCOMM branch. (#62) * Created new subdirectory for Fall developer day. * Created vm directory for P4D2_2017_Fall. Fixed emacs permission problem. * Remove checkout of SIGCOMM branch. --- P4D2_2017_Fall/vm/user-bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/P4D2_2017_Fall/vm/user-bootstrap.sh b/P4D2_2017_Fall/vm/user-bootstrap.sh index 408ca3d..551e500 100644 --- a/P4D2_2017_Fall/vm/user-bootstrap.sh +++ b/P4D2_2017_Fall/vm/user-bootstrap.sh @@ -38,7 +38,6 @@ cd .. pip install crcmod git clone https://github.com/p4lang/tutorials cd tutorials -git checkout sigcomm_17 cd .. sudo mv tutorials /home/p4 sudo chown -R p4:p4 /home/p4/tutorials