feature/checkForNewerPackagesAndDatabases #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/checkForNewerPackagesAndDatabases"
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?
Added a lot of new functionality
Getting package names and versions
Packages names and versions are easily get by getting the folder names in /var/lib/pacman/local
Every package has their own folder. The folder names are the package name plus their current version
Figured out how to know if a database was updated
By getting the access time of each database and writing it into a file it is possible to figure out which database was updated
New test framework
Added fluentassertions to make testing easier