summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-12-18 00:48:32 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-12-18 00:48:32 +0100
commit58860d34d6d90e4baafde5253b5c8696024b3da4 (patch)
tree332731ddc444c99a3b8746a1fc6fb270b454107f /README.md
parentb238f10d9441afe1565cf698c54b69a58bbc4a45 (diff)
downloadApp-ArchLinux-PackagerTools-58860d34d6d90e4baafde5253b5c8696024b3da4.tar.gz
App-ArchLinux-PackagerTools-58860d34d6d90e4baafde5253b5c8696024b3da4.tar.xz
WIP Add maintainer filtering
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03523a9..570ff7a 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,12 @@ Accepts a package name and returns the maintainers of the package.
Accepts a list of packages (hashes with the pkgname key) and returns a list
with the maintainer key added to each package.
+### filter\_by\_maintainer
+
+ my $filtered_packages = $app->filter_by_maintainer($packages);
+
+Filter a list of packages to the maintainers whitelisted in the config file.
+
# LICENSE
Copyright (C) 2018 Florian Pritz <bluewind@xinu.at>