From e8a134a945cfcb23a7e9208350dbe8b783de48c2 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Mon, 10 Jun 2013 00:51:01 -0700 Subject: [PATCH] buildstep as a submodule --- .gitmodules | 3 +++ buildstep | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 buildstep diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..2890340b8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "buildstep"] + path = buildstep + url = https://github.com/progrium/buildstep.git diff --git a/buildstep b/buildstep new file mode 160000 index 000000000..9427d1644 --- /dev/null +++ b/buildstep @@ -0,0 +1 @@ +Subproject commit 9427d1644142677b10e2e0487a4c16413a61b4a3