summaryrefslogtreecommitdiffstats
path: root/checkpkgist.php
diff options
context:
space:
mode:
Diffstat (limited to 'checkpkgist.php')
-rwxr-xr-xcheckpkgist.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/checkpkgist.php b/checkpkgist.php
index 5a37bfc..2fd55ac 100755
--- a/checkpkgist.php
+++ b/checkpkgist.php
@@ -68,6 +68,11 @@ class PkgClient {
function run($name, $rpm) {
global $quiet, $verb, $client;
+ list($owner, $library) = explode('/', $name, 2);
+ if ($owner == 'horde') {
+ return;
+ }
+
if (!$quiet) {
printf(" %-40s\r", $rpm);
}