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

Chizi123
2019-08-23 46a733bf8137cf574ab3ce84cff220cef3e1c7ea
Merge branch 'master' of https://github.com/Chizi123/Arch-autobuild-repo
1 files modified
8 ■■■■ changed files
build.sh 8 ●●●● patch | view | raw | blame | history
build.sh
@@ -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')
@@ -148,4 +148,8 @@
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