From: Jason Self Date: Tue, 27 Aug 2019 03:50:24 +0000 (-0700) Subject: Add informlib as a submodule X-Git-Url: https://jxself.org/git/?p=the-server-room.git;a=commitdiff_plain;h=9d3dbfa1172854e10e644478e2c25cc1aea68efe Add informlib as a submodule Also add a build script. --- diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dc70f3a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib"] + path = lib + url = https://jxself.org/git/informlib.git diff --git a/build.sh b/build.sh old mode 100755 new mode 100644 index e7ad751..44fa505 --- a/build.sh +++ b/build.sh @@ -2,10 +2,10 @@ # # Copyright (C) 2019 Jason Self # -# You can redistribute it and/or modify this file under the terms of -# the GNU Affero General Public License as published by the Free -# Software Foundation, either version 3 of the License, or (at your -# option) any later version. +# You can redistribute and/or modify this file under the terms of the +# GNU Affero General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any +# later version. # # This file is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,7 +13,7 @@ # Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public -# License along with this file. If not, see +# License along with this file. If not, see # . inform +include_path=lib the-server-room.inf \ No newline at end of file diff --git a/lib b/lib new file mode 160000 index 0000000..aec9e41 --- /dev/null +++ b/lib @@ -0,0 +1 @@ +Subproject commit aec9e4131b092ed33213b9891e1dc2b9574edf99