From 4ba17432217432e57abb81fc681d95e494434e4c Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 12 Jan 2015 22:24:04 -0500 Subject: [PATCH 1/4] Updated for bitbucket --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index daab3dd..7dec88e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/hhlib"] path = src/hhlib - url = git@github.com:team2059/hhlib.git + url = git@bitbucket.com:hitchhikers2059/hhlib.git From 87bce536e3c1743aab6b45c35424b9a574d82700 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 13 Jan 2015 11:07:34 -0500 Subject: [PATCH 2/4] Removed Debug directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5761abc..12a4c4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.o +Debug From 276d1534b41c1e528e65f47609b963669f0263fb Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 16 Jan 2015 19:54:09 -0500 Subject: [PATCH 3/4] Reverted back to github --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7dec88e..daab3dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/hhlib"] path = src/hhlib - url = git@bitbucket.com:hitchhikers2059/hhlib.git + url = git@github.com:team2059/hhlib.git From 10dc74300241f318986071beda80bcf1977d4e27 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 25 Jan 2015 08:44:43 -0500 Subject: [PATCH 4/4] Removed src folder --- src/HHBase.cpp => HHBase.cpp | 0 src/HHBase.h => HHBase.h | 0 src/HHRobot.cpp => HHRobot.cpp | 0 src/HHRobot.h => HHRobot.h | 0 src/hhlib | 1 - 5 files changed, 1 deletion(-) rename src/HHBase.cpp => HHBase.cpp (100%) rename src/HHBase.h => HHBase.h (100%) rename src/HHRobot.cpp => HHRobot.cpp (100%) rename src/HHRobot.h => HHRobot.h (100%) delete mode 160000 src/hhlib diff --git a/src/HHBase.cpp b/HHBase.cpp similarity index 100% rename from src/HHBase.cpp rename to HHBase.cpp diff --git a/src/HHBase.h b/HHBase.h similarity index 100% rename from src/HHBase.h rename to HHBase.h diff --git a/src/HHRobot.cpp b/HHRobot.cpp similarity index 100% rename from src/HHRobot.cpp rename to HHRobot.cpp diff --git a/src/HHRobot.h b/HHRobot.h similarity index 100% rename from src/HHRobot.h rename to HHRobot.h diff --git a/src/hhlib b/src/hhlib deleted file mode 160000 index 17606cc..0000000 --- a/src/hhlib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 17606cc482c4cdde363c96fda0b6efd92ccdbad9