瀏覽代碼

subprojects: Switch inih to a properly managed git submodule

This allows us to correctly manage inih version by manually updating it,
as opposed to relying on `HEAD` which will render each build unable to
reproduce across changes.

Additionally with submodules we can look to distribute complete tarballs
of the repository to facilitate build systems that ban networking for
security reasons (i.e. Solus).

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
Ikey Doherty 7 年之前
父節點
當前提交
17efeaa699
共有 3 個文件被更改,包括 4 次插入1 次删除
  1. 0 1
      .gitignore
  2. 3 0
      .gitmodules
  3. 1 0
      subprojects/inih

+ 0 - 1
.gitignore

@@ -1,3 +1,2 @@
 build/
-subprojects/inih/
 *.swp

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "subprojects/inih"]
+	path = subprojects/inih
+	url = https://github.com/FeralInteractive/inih.git

+ 1 - 0
subprojects/inih

@@ -0,0 +1 @@
+Subproject commit 745ada6724038cde32ff6390b32426cbdd5e532b