added aursync

dev-docs
Moritz Böhme 2021-06-03 15:10:35 +02:00
parent 096a1ae71f
commit 1e9aa9b8d7
1 changed files with 13 additions and 0 deletions

13
bin/aursync Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
cd ~/custom-repo/x64_86
repo-add -q custom.db.tar.gz *.pkg.*
if [[ "$#" -eq 1 ]]
then
aur sync --repo custom --root "$(pwd)" --no-view "$1" > /dev/null
fi
aur sync --repo custom --root "$(pwd)" --no-view -u > /dev/null
mv custom.db.tar.gz custom.db
mv custom.files.tar.gz custom.files
git add .
git commit -a -q -m "$(date +"%F %T")"
git push -q