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

Chizi123
2019-06-09 0969d00b2b2b220fd409a78d048e71909047721b
added repo dir
1 files added
1 files renamed
11 ■■■■■ changed files
.gitignore 2 ●●●●● patch | view | raw | blame | history
repo/build.sh 9 ●●●● patch | view | raw | blame | history
.gitignore
New file
@@ -0,0 +1,2 @@
repo
!repo/build.sh
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