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

Joel Grunbaum
2019-08-22 e03b2cccebb837a0376e4527670878a46b9a739f
build.sh
@@ -94,6 +94,7 @@
   #update package to latest from AUR
   git pull
   makepkg -si --noconfirm
   if [ $? = 0 ]; then
   latest=$(newest_matching_file '*.pkg.tar.xz')
   while [ $NUM_BACK \< $(find . -name "*.pkg.tar.xz" | wc -l) ]
   do
@@ -101,8 +102,12 @@
      rm $oldest
   done
   cd ..
      rm ../x86_64/"$d"*".pkg.tar.xz"
   ln $d/$latest ../x86_64/$latest
   repo-add ../Chizi123.db.tar.xz ../x86_64/$latest
   else
      cd ..
   fi
   #  repo-add ../Chizi123.db.tar.xz ../x86_64/$latest
done
cd ..
@@ -117,6 +122,7 @@
   #update package to latest from AUR
   git pull
   makepkg -s --noconfirm
   if [ $? = 0 ]; then
   latest=$(newest_matching_file '*.pkg.tar.xz')
   while [ $NUM_BACK \< $(find . -name "*.pkg.tar.xz" | wc -l) ]
   do
@@ -124,10 +130,15 @@
      rm $oldest
   done
   cd ..
      rm x86_64/"$d"*".pkg.tar.xz"
   ln $d/$latest x86_64/$latest
   repo-add ./Chizi123.db.tar.xz x86_64/$latest
   else
      cd ..
   fi
   #  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