feature/checkForNewerPackagesAndDatabases #2
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Merge
Dev
Merge
Main
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ProfessionalUwU/pacserver#2
Loading…
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