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

Chizi123
2020-10-15 7ac53faa1544a9c8ace058a2721647f368b059a6
Merge branch 'master' of https://github.com/Chizi123/Arch-autobuild-repo into master
1 files modified
4 ■■■ changed files
main.sh 4 ●●● patch | view | raw | blame | history
main.sh
@@ -70,7 +70,8 @@
    source PKGBUILD
    pkgs=()
    for i in ${pkgname[@]}; do
        pkgs+=("$i-$pkgver-$pkgrel")
        #pkgs+=("$i-$pkgver-$pkgrel")
        pkgs+=("$i")
    done
    #Move package to repodir and add to repo db
@@ -117,6 +118,7 @@
            break
        else
            if [[ -z "$(grep $1 $REPODIR/.waitlist)" ]]; then
                # Not on waitlist for some reason, need to readd
                if [[ $(cat $REPODIR/.waitlist.lck) == 1 ]]; then
                    sleep 1
                else