Grab modified files from git #25
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Once all PKGBUILD's got checked once, ALHP can grab updates from git log oldhash...HEAD.
This will cut down on disk load and speed up checking for updates significantly.
I decided to go with hashing (Blake3) each PKGBUILD instead.
Comparing these hashes with the database is much faster then parsing almost every PKGBUILD with makepkg, which is really slow.
Extracting from git had the disadvantage that I needed to keep track if all packages up to commit X where build (and not delayed due to dep. not up to date), which is a huge pita.
Feel free to suggest something more effective as this. I'm always open to improvements.