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

Chizi123
2019-06-09 0969d00b2b2b220fd409a78d048e71909047721b
repo/build.sh
File was renamed from build.sh
@@ -36,11 +36,18 @@
for d in 'emacs-git'
do
   if [ "$d" = "x86_64" ]; then
      continue
   fi
   cd $d
   git pull
   makepkg
   latest=$(newest_matching_file '*.pkg.tar.xz')
   cd ..
   repo-add ./repo.db.tar.xz $d/$latest
   rsync $d/$latest x86_64/$latest
   repo-add ./repo.db.tar.xz x86_64/$latest
done
git add x86_64
git commit -m "'$(date +%d/%m/%y)'"
git push