Skip to content

Commit

Permalink
subprojects: Switch inih to a properly managed git submodule
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ikeydoherty authored and mdiluz committed Apr 10, 2018
1 parent b8316ff commit 17efeaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
build/
subprojects/inih/
*.swp
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "subprojects/inih"]
path = subprojects/inih
url = https://github.com/FeralInteractive/inih.git
1 change: 1 addition & 0 deletions subprojects/inih
Submodule inih added at 745ada

0 comments on commit 17efeaa

Please sign in to comment.