root-odJJhXpcy38dnm+
2012-01-21 01:02:55 UTC
Revision: 2736
Author: pterjan
Date: 2012-01-21 02:02:54 +0100 (Sat, 21 Jan 2012)
Log Message:
-----------
Fix what seems to be a bug, this condition can never be true
Modified Paths:
--------------
build_system/web/index.php
Modified: build_system/web/index.php
===================================================================
--- build_system/web/index.php 2012-01-21 00:43:42 UTC (rev 2735)
+++ build_system/web/index.php 2012-01-21 01:02:54 UTC (rev 2736)
@@ -166,7 +166,7 @@
if ($ext == '.src.rpm.info') {
preg_match("!^(?:@\d+:)?(.*)!", $data, $name);
$pkgs[$key]['package'] = $name[1];
- } else if ($ext == '.src') {
+ } else if ($ext == '.src.rpm') {
$pkgs[$key]['status']['src'] = 1;
} else if ($ext == '.youri') {
$pkgs[$key]['status']['youri'] = 1;
Author: pterjan
Date: 2012-01-21 02:02:54 +0100 (Sat, 21 Jan 2012)
Log Message:
-----------
Fix what seems to be a bug, this condition can never be true
Modified Paths:
--------------
build_system/web/index.php
Modified: build_system/web/index.php
===================================================================
--- build_system/web/index.php 2012-01-21 00:43:42 UTC (rev 2735)
+++ build_system/web/index.php 2012-01-21 01:02:54 UTC (rev 2736)
@@ -166,7 +166,7 @@
if ($ext == '.src.rpm.info') {
preg_match("!^(?:@\d+:)?(.*)!", $data, $name);
$pkgs[$key]['package'] = $name[1];
- } else if ($ext == '.src') {
+ } else if ($ext == '.src.rpm') {
$pkgs[$key]['status']['src'] = 1;
} else if ($ext == '.youri') {
$pkgs[$key]['status']['youri'] = 1;