mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Joel Grunbaum
2019-08-23 21283a3625b0402044943a142fb6e0469afcca82
build.sh
@@ -5,7 +5,7 @@
#remote details
RUSER=joelgrun
RLOC=35.225.177.191
RPATH=/var/www/joelg.cf/html/x86_64/
RPATH=/var/www/joelg.cf/html/
function newest_matching_file
{
@@ -143,13 +143,9 @@
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
<<<<<<< HEAD
rsync -ah x86_64 $RUSER@$RLOC:$RPATH
=======
rsync -ah --delete x86_64 $RUSER@$RLOC:$RPATH
>>>>>>> 019ddc4837c10dc233d49bd517b6f08ef1e53519
#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