Submodules!

This commit is contained in:
Tad 2017-11-28 12:28:55 -05:00
parent 30e0d5e980
commit 8e7e492c04
5 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -2,5 +2,3 @@ Signing_Keys/
Builds/
Build/
Repos/
Patches/DivestOS_Wallpapers
Patches/Linux_CVEs/00LinuxIncrementals

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "Patches/DivestOS_Wallpapers"]
path = Patches/Wallpapers
url = ssh://git@10.0.1.5:2222/DivestOS/Wallpapers.git
[submodule "Patches/Linux"]
path = Patches/Linux
url = ssh://git@10.0.1.5:2222/DivestOS/Linux_Patches.git

1
Patches/Linux Submodule

@ -0,0 +1 @@
Subproject commit e6706835a0b1be4e8e665a05bd22778ae6aab74a

1
Patches/Wallpapers Submodule

@ -0,0 +1 @@
Subproject commit a5c0ae86bea5ada42f503a6cc8f8a61afc2ee9e7

View File

@ -24,8 +24,8 @@ export base=$androidWorkspace"Build/LineageOS-14.1/";
#export OTA_PACKAGE_SIGNING_KEY=$SIGNING_KEY_DIR"/releasekey"
export patches=$androidWorkspace"Patches/LineageOS-14.1/";
export cvePatches=$androidWorkspace"Patches/Linux_CVEs/";
export dosWallpapers=$androidWorkspace"Patches/DivestOS_Wallpapers/";
export cvePatches=$androidWorkspace"Patches/Linux/";
export dosWallpapers=$androidWorkspace"Patches/Wallpapers/";
export scripts=$androidWorkspace"Scripts/LineageOS-14.1/";
export cveScripts=$scripts"CVE_Patchers/";