mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
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>
This commit is contained in:

committed by
Marc Di Luzio

parent
b8316ffafb
commit
17efeaa699
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
build/
|
||||
subprojects/inih/
|
||||
*.swp
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "subprojects/inih"]
|
||||
path = subprojects/inih
|
||||
url = https://github.com/FeralInteractive/inih.git
|
1
subprojects/inih
Submodule
1
subprojects/inih
Submodule
Submodule subprojects/inih added at 745ada6724
Reference in New Issue
Block a user