Commit 1f3c9750 authored by Greg Williams's avatar Greg Williams
Browse files

Moved project-specific goodies into config folder. Relocated kinetic-protocol into vendor folder

parent 7c6d25e4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
[submodule "kinetic-protocol"]
	path = kinetic-protocol
	path = vendor/kinetic-protocol
	url = https://github.com/Seagate/kinetic-protocol.git
	branch = 2.0.4
[submodule "vendor/ceedling"]
	path = vendor/ceedling
	url = https://github.com/ThrowTheSwitch/Ceedling.git
[submodule "vendor/protobuf-c"]
	path = vendor/protobuf-c
	url = https://github.com/protobuf-c/protobuf-c
+0 −0

File moved.

+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@ do
        echo Skipping ${file}
    else
        echo Applying license to ${file}...
        cat license_template $file > tmp && mv tmp $file
        cat ./config/license_template $file > tmp && mv tmp $file
    fi
done
+0 −0

File moved.

Loading