shithub: rgbds

Download patch

ref: 16fac50db455b5a94ef4b6342345ae677ea7f7cd
parent: 5cb6c4af4bdf4f9cbcab531fa85f9a07130f3dd9
author: Antonio Niño Díaz <antonio_nd@outlook.com>
date: Sun Dec 2 18:39:09 EST 2018

Fix clone of external repository

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>

--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -38,10 +38,10 @@
 popd
 
 if [ ! -d ucity ]; then
-	git clone https://github.com/AntonioND/ucity.git --shallow-since=2018-06-05 --single-branch
+	git clone https://github.com/AntonioND/ucity.git --shallow-since=2017-07-13 --single-branch
 fi
 pushd ucity
 git fetch
-git checkout 9fc8f27
+git checkout 3315601
 make -j
 popd