diff --git a/tools/download-dependencies-companion-app/download-compiletimetracker.sh b/tools/download-dependencies-companion-app/download-compiletimetracker.sh index 71195f964..eb85048a9 100644 --- a/tools/download-dependencies-companion-app/download-compiletimetracker.sh +++ b/tools/download-dependencies-companion-app/download-compiletimetracker.sh @@ -15,8 +15,7 @@ git config core.sparsecheckout true echo "CompileTimeTracker/*" >> .git/info/sparse-checkout echo "README.md" >> .git/info/sparse-checkout # commit from 1st October 2019: 276095b3b212d7c33106b53d71b93b5a72d1e1d3 -git pull --depth=100 origin master -git checkout 276095b3b212d7c33106b53d71b93b5a72d1e1d3 +git pull --depth=1 origin 276095b3b212d7c33106b53d71b93b5a72d1e1d3 echo "Moving downloaded files to correct position for this project..." mv -v CompileTimeTracker/* ./ diff --git a/tools/download-dependencies-companion-app/download-fullserializer.sh b/tools/download-dependencies-companion-app/download-fullserializer.sh index 4a45f332a..30ef6a45e 100644 --- a/tools/download-dependencies-companion-app/download-fullserializer.sh +++ b/tools/download-dependencies-companion-app/download-fullserializer.sh @@ -13,9 +13,8 @@ git init git remote add origin https://github.com/jacobdufault/fullserializer.git git config core.sparsecheckout true echo "Assets/FullSerializer/Source/*" >> .git/info/sparse-checkout -git pull --depth=100 origin master # commit from 30 Mar 2017: c01db302f337205696585daa72e7d7baea922e44 -git checkout c01db302f337205696585daa72e7d7baea922e44 +git pull --depth=1 origin c01db302f337205696585daa72e7d7baea922e44 echo "Moving downloaded files to correct position for this project..." mv -v Assets/FullSerializer/* ./ diff --git a/tools/download-dependencies-companion-app/download-leantween.sh b/tools/download-dependencies-companion-app/download-leantween.sh index 8bb07d5e2..5fb42cc98 100644 --- a/tools/download-dependencies-companion-app/download-leantween.sh +++ b/tools/download-dependencies-companion-app/download-leantween.sh @@ -18,8 +18,7 @@ echo "Assets/LeanTween/Documentation/*" >> .git/info/sparse-checkout echo "Assets/LeanTween/License.txt" >> .git/info/sparse-checkout echo "Assets/LeanTween/ReadMe.txt" >> .git/info/sparse-checkout # commit of 18th September 2020: ea745c3f94d8682327c912030dfc6b65cbe1ced5 -git pull --depth=100 origin master -git checkout ea745c3f94d8682327c912030dfc6b65cbe1ced5 +git pull --depth=1 origin ea745c3f94d8682327c912030dfc6b65cbe1ced5 echo "Moving downloaded files to correct position for this project..." mv -v ./Assets/LeanTween/* ./ diff --git a/tools/download-dependencies-companion-app/download-serilog.sh b/tools/download-dependencies-companion-app/download-serilog.sh index 9e98eb1f6..26b06f30a 100644 --- a/tools/download-dependencies-companion-app/download-serilog.sh +++ b/tools/download-dependencies-companion-app/download-serilog.sh @@ -14,9 +14,8 @@ git remote add origin https://github.com/serilog/serilog.git git config core.sparsecheckout true echo "LICENSE" >> .git/info/sparse-checkout echo "src/Serilog/*" >> .git/info/sparse-checkout -git pull --depth=500 origin main # Commit from 13 October 2019 (release 2.9.0): 655778f74384f682d2c8705ab4883c39ef17e44d -git checkout 655778f74384f682d2c8705ab4883c39ef17e44d +git pull --depth=1 origin 655778f74384f682d2c8705ab4883c39ef17e44d echo "Moving downloaded files to correct position for this project..." mv -v src/Serilog/* ./ @@ -43,9 +42,8 @@ git remote add origin https://github.com/serilog/serilog-sinks-file.git git config core.sparsecheckout true echo "LICENSE" >> .git/info/sparse-checkout echo "src/Serilog.Sinks.File/*" >> .git/info/sparse-checkout -git pull --depth=500 origin main # Commit from 17 October 2019 (release 4.1.0): 272085f4c9440e62448b65829ad35cc3dea15ab1 -git checkout 272085f4c9440e62448b65829ad35cc3dea15ab1 +git pull --depth=1 origin 272085f4c9440e62448b65829ad35cc3dea15ab1 echo "Moving downloaded files to correct position for this project..." mv -v src/Serilog.Sinks.File/* ./ @@ -55,4 +53,4 @@ rm Properties/AssemblyInfo.cs cd "$old_dir" echo "Downloading Serilog.Sinks.File done" -echo "" \ No newline at end of file +echo "" diff --git a/tools/download-dependencies-companion-app/download-sharpziplib.sh b/tools/download-dependencies-companion-app/download-sharpziplib.sh index bb75db103..5a9f3b613 100644 --- a/tools/download-dependencies-companion-app/download-sharpziplib.sh +++ b/tools/download-dependencies-companion-app/download-sharpziplib.sh @@ -19,9 +19,8 @@ echo "src/ICSharpCode.SharpZipLib/Encryption/*" >> .git/info/sparse-checkout echo "src/ICSharpCode.SharpZipLib/BZip2/*" >> .git/info/sparse-checkout echo "src/ICSharpCode.SharpZipLib/Zip/*" >> .git/info/sparse-checkout echo "src/ICSharpCode.SharpZipLib/Tar/*" >> .git/info/sparse-checkout -git pull --depth=100 origin master # Commit from 19 October 2020: d0efee019d5c1b21f8c6957cb6742d28fc60eef7 -git checkout d0efee019d5c1b21f8c6957cb6742d28fc60eef7 +git pull --depth=1 origin d0efee019d5c1b21f8c6957cb6742d28fc60eef7 echo "Moving downloaded files to correct position for this project..." mv -v src/* ./ diff --git a/tools/download-dependencies-companion-app/download-unirx.sh b/tools/download-dependencies-companion-app/download-unirx.sh index 73099a1fc..69aa40028 100644 --- a/tools/download-dependencies-companion-app/download-unirx.sh +++ b/tools/download-dependencies-companion-app/download-unirx.sh @@ -15,8 +15,7 @@ git config core.sparsecheckout true echo "Assets/Plugins/UniRx/Scripts/*" >> .git/info/sparse-checkout echo "Assets/Plugins/UniRx/ReadMe.txt" >> .git/info/sparse-checkout # commit from 1st July 2019: 66205df49631860dd8f7c3314cb518b54c944d30 -git pull --depth=100 origin master -git checkout 66205df49631860dd8f7c3314cb518b54c944d30 +git pull --depth=1 origin 66205df49631860dd8f7c3314cb518b54c944d30 echo "Moving downloaded files to correct position for this project..." mv -v Assets/Plugins/UniRx/* ./ diff --git a/tools/download-dependencies-main-game/download-compiletimetracker.sh b/tools/download-dependencies-main-game/download-compiletimetracker.sh index 8e5f701c0..ade9dee95 100644 --- a/tools/download-dependencies-main-game/download-compiletimetracker.sh +++ b/tools/download-dependencies-main-game/download-compiletimetracker.sh @@ -15,8 +15,7 @@ git config core.sparsecheckout true echo "CompileTimeTracker/*" >> .git/info/sparse-checkout echo "README.md" >> .git/info/sparse-checkout # commit from 1st October 2019: 276095b3b212d7c33106b53d71b93b5a72d1e1d3 -git pull --depth=100 origin master -git checkout 276095b3b212d7c33106b53d71b93b5a72d1e1d3 +git pull --depth=1 origin 276095b3b212d7c33106b53d71b93b5a72d1e1d3 echo "Moving downloaded files to correct position for this project..." mv -v CompileTimeTracker/* ./ diff --git a/tools/download-dependencies-main-game/download-csharpsynthforunity.sh b/tools/download-dependencies-main-game/download-csharpsynthforunity.sh index 391079762..f664b8680 100644 --- a/tools/download-dependencies-main-game/download-csharpsynthforunity.sh +++ b/tools/download-dependencies-main-game/download-csharpsynthforunity.sh @@ -14,9 +14,8 @@ git remote add origin https://github.com/UltraStar-Deluxe/CSharpSynthForUnity.gi git config core.sparsecheckout true echo "Assets/*" >> .git/info/sparse-checkout # UltraStar-Play-subset is a dedicated branch for the UltraStar Play project -git pull --depth=100 origin UltraStar-Play-subset # Commit from 12 October 2020: 0e1163517a9e5561cd6862ecd0d032803dea8f51 -git checkout 0e1163517a9e5561cd6862ecd0d032803dea8f51 +git pull --depth=1 origin 0e1163517a9e5561cd6862ecd0d032803dea8f51 echo "Moving downloaded files to correct position for this project..." mv -v Assets/* ./ diff --git a/tools/download-dependencies-main-game/download-dynamicqueryable.sh b/tools/download-dependencies-main-game/download-dynamicqueryable.sh index 822804991..defe42157 100644 --- a/tools/download-dependencies-main-game/download-dynamicqueryable.sh +++ b/tools/download-dependencies-main-game/download-dynamicqueryable.sh @@ -13,9 +13,8 @@ git init git remote add origin https://github.com/umutozel/DynamicQueryable.git git config core.sparsecheckout true echo "src/DynamicQueryable/*" >> .git/info/sparse-checkout -git pull --depth=100 origin master # Commit from 19 Nov 2020: c4832d4a69127074699b8d4a6c8d897fff644bdb -git checkout c4832d4a69127074699b8d4a6c8d897fff644bdb +git pull --depth=1 origin c4832d4a69127074699b8d4a6c8d897fff644bdb echo "Moving downloaded files to correct position for this project..." mv -v src/DynamicQueryable/* ./ diff --git a/tools/download-dependencies-main-game/download-fullserializer.sh b/tools/download-dependencies-main-game/download-fullserializer.sh index 73ed1f435..8a5d16983 100644 --- a/tools/download-dependencies-main-game/download-fullserializer.sh +++ b/tools/download-dependencies-main-game/download-fullserializer.sh @@ -13,9 +13,8 @@ git init git remote add origin https://github.com/jacobdufault/fullserializer.git git config core.sparsecheckout true echo "Assets/FullSerializer/Source/*" >> .git/info/sparse-checkout -git pull --depth=100 origin master # commit from 30 Mar 2017: c01db302f337205696585daa72e7d7baea922e44 -git checkout c01db302f337205696585daa72e7d7baea922e44 +git pull --depth=1 origin c01db302f337205696585daa72e7d7baea922e44 echo "Moving downloaded files to correct position for this project..." mv -v Assets/FullSerializer/* ./ diff --git a/tools/download-dependencies-main-game/download-jokenizer.sh b/tools/download-dependencies-main-game/download-jokenizer.sh index 1efc99241..82f5f2243 100644 --- a/tools/download-dependencies-main-game/download-jokenizer.sh +++ b/tools/download-dependencies-main-game/download-jokenizer.sh @@ -14,9 +14,8 @@ git init git remote add origin https://github.com/umutozel/Jokenizer.Net.git git config core.sparsecheckout true echo "src/Jokenizer.Net/*" >> .git/info/sparse-checkout -git pull --depth=100 origin master # Commit from 10 Feb 2020: 8fb6452eea609f5de46911be73d982056080e658 -git checkout 8fb6452eea609f5de46911be73d982056080e658 +git pull --depth=1 origin 8fb6452eea609f5de46911be73d982056080e658 echo "Moving downloaded files to correct position for this project..." mv -v src/Jokenizer.Net/* ./ diff --git a/tools/download-dependencies-main-game/download-leantween.sh b/tools/download-dependencies-main-game/download-leantween.sh index 14f99da8c..0ec2cc584 100644 --- a/tools/download-dependencies-main-game/download-leantween.sh +++ b/tools/download-dependencies-main-game/download-leantween.sh @@ -18,8 +18,7 @@ echo "Assets/LeanTween/Documentation/*" >> .git/info/sparse-checkout echo "Assets/LeanTween/License.txt" >> .git/info/sparse-checkout echo "Assets/LeanTween/ReadMe.txt" >> .git/info/sparse-checkout # commit of 18th September 2020: ea745c3f94d8682327c912030dfc6b65cbe1ced5 -git pull --depth=100 origin master -git checkout ea745c3f94d8682327c912030dfc6b65cbe1ced5 +git pull --depth=1 origin ea745c3f94d8682327c912030dfc6b65cbe1ced5 echo "Moving downloaded files to correct position for this project..." mv -v ./Assets/LeanTween/* ./ diff --git a/tools/download-dependencies-main-game/download-serilog.sh b/tools/download-dependencies-main-game/download-serilog.sh index 81fbb8d5d..c927d8926 100644 --- a/tools/download-dependencies-main-game/download-serilog.sh +++ b/tools/download-dependencies-main-game/download-serilog.sh @@ -14,9 +14,8 @@ git remote add origin https://github.com/serilog/serilog.git git config core.sparsecheckout true echo "LICENSE" >> .git/info/sparse-checkout echo "src/Serilog/*" >> .git/info/sparse-checkout -git pull --depth=500 origin main # Commit from 13 October 2019 (release 2.9.0): 655778f74384f682d2c8705ab4883c39ef17e44d -git checkout 655778f74384f682d2c8705ab4883c39ef17e44d +git pull --depth=1 origin 655778f74384f682d2c8705ab4883c39ef17e44d echo "Moving downloaded files to correct position for this project..." mv -v src/Serilog/* ./ @@ -43,9 +42,8 @@ git remote add origin https://github.com/serilog/serilog-sinks-file.git git config core.sparsecheckout true echo "LICENSE" >> .git/info/sparse-checkout echo "src/Serilog.Sinks.File/*" >> .git/info/sparse-checkout -git pull --depth=500 origin main # Commit from 17 October 2019 (release 4.1.0): 272085f4c9440e62448b65829ad35cc3dea15ab1 -git checkout 272085f4c9440e62448b65829ad35cc3dea15ab1 +git pull --depth=1 origin 272085f4c9440e62448b65829ad35cc3dea15ab1 echo "Moving downloaded files to correct position for this project..." mv -v src/Serilog.Sinks.File/* ./ @@ -55,4 +53,4 @@ rm Properties/AssemblyInfo.cs cd "$old_dir" echo "Downloading Serilog.Sinks.File done" -echo "" \ No newline at end of file +echo "" diff --git a/tools/download-dependencies-main-game/download-sharpziplib.sh b/tools/download-dependencies-main-game/download-sharpziplib.sh index 9fec53a50..52de58dec 100644 --- a/tools/download-dependencies-main-game/download-sharpziplib.sh +++ b/tools/download-dependencies-main-game/download-sharpziplib.sh @@ -19,9 +19,8 @@ echo "src/ICSharpCode.SharpZipLib/Encryption/*" >> .git/info/sparse-checkout echo "src/ICSharpCode.SharpZipLib/BZip2/*" >> .git/info/sparse-checkout echo "src/ICSharpCode.SharpZipLib/Zip/*" >> .git/info/sparse-checkout echo "src/ICSharpCode.SharpZipLib/Tar/*" >> .git/info/sparse-checkout -git pull --depth=100 origin master # Commit from 19 October 2020: d0efee019d5c1b21f8c6957cb6742d28fc60eef7 -git checkout d0efee019d5c1b21f8c6957cb6742d28fc60eef7 +git pull --depth=1 origin d0efee019d5c1b21f8c6957cb6742d28fc60eef7 echo "Moving downloaded files to correct position for this project..." mv -v src/* ./ diff --git a/tools/download-dependencies-main-game/download-unirx.sh b/tools/download-dependencies-main-game/download-unirx.sh index ce28bc19d..0d470df79 100644 --- a/tools/download-dependencies-main-game/download-unirx.sh +++ b/tools/download-dependencies-main-game/download-unirx.sh @@ -15,8 +15,7 @@ git config core.sparsecheckout true echo "Assets/Plugins/UniRx/Scripts/*" >> .git/info/sparse-checkout echo "Assets/Plugins/UniRx/ReadMe.txt" >> .git/info/sparse-checkout # commit from 1st July 2019: 66205df49631860dd8f7c3314cb518b54c944d30 -git pull --depth=100 origin master -git checkout 66205df49631860dd8f7c3314cb518b54c944d30 +git pull --depth=1 origin 66205df49631860dd8f7c3314cb518b54c944d30 echo "Moving downloaded files to correct position for this project..." mv -v Assets/Plugins/UniRx/* ./