From d9fcf8512bb029bdf7b83e20e26f384e5073d674 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 24 Aug 2019 08:04:48 +0000
Subject: [PATCH] changed for rsync usage instead of git

---
 build.sh |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.sh b/build.sh
index 062b269..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,10 +139,9 @@
 	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

--
Gitblit v1.10.0