summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild_tools/bin/kmsync.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build_tools/bin/kmsync.sh b/build_tools/bin/kmsync.sh
index c15bef4..f8e9168 100755
--- a/build_tools/bin/kmsync.sh
+++ b/build_tools/bin/kmsync.sh
@@ -40,7 +40,9 @@ function sync_dirs {
update_db_repo.sh $LOCAL $3
#push the database back
- unison km-up -logfile /tmp/unison-up.log -auto -batch -numericids ssh://reposync@knoppmyth.net/$REMOTE $LOCAL
+ echo "Pushing the pkg database to knoppmyth.net"
+ scp $LOCAL/*.db.tar.gz reposync@knoppmyth.net:$REMOTE/
+
echo "-------------------------------------------------------"
echo "----------- Finished with $3 -----------"
echo "-------------------------------------------------------"