]> git.pld-linux.org Git - projects/buildlogs.git/blobdiff - pld-buildlogs/scripts/addlog.php
i486 replaced with x32 (baggins?)
[projects/buildlogs.git] / pld-buildlogs / scripts / addlog.php
index 0c1ae30f1549835173d52a08151471c859f28f68..24dd189ee39a0a1597492e20c1ef20cf878ab63b 100644 (file)
@@ -30,6 +30,8 @@ $ok = $result[$matches[3]];
 $size = filesize($argv[1]);
 $mtime = filemtime($argv[1]);
 
+#print "name $name, id $id, dist $dist, arch $arch, ok $ok, size, $size, mtime $mtime\n";
+
 try {
        $dbh = new PDO("$database");
 } catch (PDOException $e) {
This page took 0.179373 seconds and 4 git commands to generate.