Skip to content

Commit

Permalink
Merge pull request #429 from Tuupertunut/master
Browse files Browse the repository at this point in the history
Fix build failing in dependency setup
  • Loading branch information
basisbit authored Dec 29, 2023
2 parents 18869a3 + 425e940 commit eb95584
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
8 changes: 3 additions & 5 deletions tools/download-dependencies-companion-app/download-serilog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand All @@ -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/* ./
Expand All @@ -55,4 +53,4 @@ rm Properties/AssemblyInfo.cs

cd "$old_dir"
echo "Downloading Serilog.Sinks.File done"
echo ""
echo ""
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
3 changes: 1 addition & 2 deletions tools/download-dependencies-companion-app/download-unirx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
3 changes: 1 addition & 2 deletions tools/download-dependencies-main-game/download-jokenizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
3 changes: 1 addition & 2 deletions tools/download-dependencies-main-game/download-leantween.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
8 changes: 3 additions & 5 deletions tools/download-dependencies-main-game/download-serilog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand All @@ -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/* ./
Expand All @@ -55,4 +53,4 @@ rm Properties/AssemblyInfo.cs

cd "$old_dir"
echo "Downloading Serilog.Sinks.File done"
echo ""
echo ""
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down
3 changes: 1 addition & 2 deletions tools/download-dependencies-main-game/download-unirx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/* ./
Expand Down

0 comments on commit eb95584

Please sign in to comment.