summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-12-25 10:21:01 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-12-25 10:21:01 +0100
commit28eab23842118e6fe7aa61c8dc8fb6219f53d1ac (patch)
tree80cecc829c72c901dd330125967eda5159dca9f6 /README.md
parent3aedf7a4e2380b9e96b2b68bfd9fb13a33774c5d (diff)
downloadApp-ArchLinux-PackagerTools-28eab23842118e6fe7aa61c8dc8fb6219f53d1ac.tar.gz
App-ArchLinux-PackagerTools-28eab23842118e6fe7aa61c8dc8fb6219f53d1ac.tar.xz
Make script logic testable by moving to main package
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 570ff7a..d36d1c2 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,14 @@ with the maintainer key added to each package.
Filter a list of packages to the maintainers whitelisted in the config file.
+### get\_filtered\_updateable\_packages
+
+ my $pkgs = $app->get_filtered_updateable_packages();
+
+High-level method that returns a list of packages from the repository that have
+updates available. The list is filtered to only include packages of allowed
+maintainers.
+
# LICENSE
Copyright (C) 2018 Florian Pritz <bluewind@xinu.at>