shithub: rgbds

Download patch

ref: 4ee2eb845b6343ce761126afb5f7926b02b06cb3
parent: 3fdf01c0f53297e4e8d2d7a19040abc594d75abf
author: Rangi <[email protected]>
date: Tue Apr 27 13:27:23 EDT 2021

Clone test repositories with earlier --shallow-since dates

The previous dates were not reliably downloading the
necessary commit IDs for checkout to work.

--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -24,7 +24,7 @@
 # When adding new ones, don't forget to add them to the .gitignore!
 
 if [ ! -d pokecrystal ]; then
-	git clone https://github.com/pret/pokecrystal.git --shallow-since=2021-04-19 --single-branch
+	git clone https://github.com/pret/pokecrystal.git --shallow-since=2021-04-01 --single-branch
 fi
 pushd pokecrystal
 git fetch
@@ -34,7 +34,7 @@
 popd
 
 if [ ! -d pokered ]; then
-	git clone --recursive https://github.com/pret/pokered.git --shallow-since=2021-04-19 --single-branch
+	git clone --recursive https://github.com/pret/pokered.git --shallow-since=2021-04-01 --single-branch
 fi
 pushd pokered
 git fetch
@@ -44,7 +44,7 @@
 popd
 
 if [ ! -d ucity ]; then
-	git clone https://github.com/AntonioND/ucity.git --shallow-since=2020-11-11 --single-branch
+	git clone https://github.com/AntonioND/ucity.git --shallow-since=2020-11-01 --single-branch
 fi
 pushd ucity
 git fetch