Skip to content

Commit

Permalink
Merge pull request #3068 from witekest/15.6
Browse files Browse the repository at this point in the history
Add Leap 15.6 to access metrics
  • Loading branch information
dirkmueller committed May 7, 2024
2 parents de9a894 + 79b913c commit eabce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/access/aggregate.php
Expand Up @@ -13,7 +13,7 @@
const VHOST = 'download.opensuse.org';
const FILENAME = 'download.opensuse.org-%s-access_log.xz';
const IPV6_PREFIX = 'ipv6.';
const PRODUCT_PATTERN = '/^(10\.[2-3]|11\.[0-4]|12\.[1-3]|13\.[1-2]|42\.[1-3]|15\.[0-5]|tumbleweed)$/';
const PRODUCT_PATTERN = '/^(10\.[2-3]|11\.[0-4]|12\.[1-3]|13\.[1-2]|42\.[1-3]|15\.[0-6]|tumbleweed)$/';

$begin = new DateTime();
// Skip the current day since the logs are incomplete and not compressed yet.
Expand Down

0 comments on commit eabce5f

Please sign in to comment.