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

Joel Grunbaum
2019-08-23 2ea4062c8dd6d9406132d29979163c11c3560823
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
{
@@ -96,7 +96,7 @@
   fi
   cd $d
   #update package to latest from AUR
   git pull
   git pull -f
   makepkg -si --noconfirm
   if [ $? = 0 ]; then
      latest=$(newest_matching_file '*.pkg.tar.xz')
@@ -124,7 +124,7 @@
   fi
   cd $d
   #update package to latest from AUR
   git pull
   git pull -f
   makepkg -s --noconfirm
   if [ $? = 0 ]; then
      latest=$(newest_matching_file '*.pkg.tar.xz')
@@ -143,9 +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
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