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

Chizi123
2019-08-23 d1c03ced34502125fa49bceb0a284d6a6d6f5789
build.sh
@@ -2,6 +2,10 @@
#Number of old packages to store, should be at least 1
NUM_BACK=5
#remote details
RUSER=joelgrun
RLOC=35.225.177.191
RPATH=/var/www/joelg.cf/html/
function newest_matching_file
{
@@ -92,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')
@@ -120,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')
@@ -144,3 +148,4 @@
git add x86_64
git commit -m "'$(date +%d/%m/%y-%H:%M)'"
git push
rsync -ah --delete x86_64 $RUSER@$RLOC:$RPATH