From f9958bf7b1694b7a3dd1b431323b798debf46281 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Fri, 23 Aug 2019 06:17:03 +0000
Subject: [PATCH] glob adding didn't work

---
 build.sh |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/build.sh b/build.sh
index 8c1b213..02e42f0 100755
--- a/build.sh
+++ b/build.sh
@@ -111,7 +111,7 @@
 	else
 		cd ..
 	fi
-	#	repo-add ../Chizi123.db.tar.xz ../x86_64/$latest
+	repo-add ../Chizi123.db.tar.xz ../x86_64/$latest
 done
 cd ..
 
@@ -139,13 +139,12 @@
 	else
 		cd ..
 	fi
-	#	repo-add ./Chizi123.db.tar.xz x86_64/$latest
+	repo-add ./Chizi123.db.tar.xz x86_64/$latest
 done
 
-repo-add Chizi123.db.tar.xz x86_64/*
-ln Chizi123.db.tar.xz x86_64/Chizi123.db
-ln Chizi123.files.tar.xz x86_64/Chizi123.files
-git add x86_64
-git commit -m "'$(date +%d/%m/%y-%H:%M)'"
-git push
-rsync -ah --delete x86_64 $RUSER@$RLOC:$RPATH
+#ln Chizi123.db.tar.xz x86_64/Chizi123.db
+#ln Chizi123.files.tar.xz x86_64/Chizi123.files
+#git add x86_64
+#git commit -m "'$(date +%d/%m/%y-%H:%M)'"
+#git push
+rsync -aL --delete x86_64 $RUSER@$RLOC:$RPATH

--
Gitblit v1.9.3