This commit is contained in:
nyyu 2021-09-25 10:01:50 +02:00
parent 4f270326bf
commit e77eaa338e

View File

@ -47,4 +47,4 @@ while read -r p; do
cd ..
done <aur.txt
repo-remove -s /repo/nyyu.db.tar.zst $(git --no-pager diff HEAD~1 aur.txt | tail -n +4 | grep -E '^-' | cut -c2-)
repo-remove -s /repo/nyyu.db.tar.zst $(git --no-pager diff HEAD~$DRONE_COMMIT_BEFORE aur.txt | tail -n +4 | grep -E '^-' | cut -c2-)