]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
i486 replaced with x32 (baggins?)
authorElan Ruusamäe <glen@delfi.ee>
Mon, 8 Jun 2015 18:13:40 +0000 (21:13 +0300)
committerroot <root@buildlogs.pld-linux.org>
Mon, 8 Jun 2015 18:14:06 +0000 (21:14 +0300)
buildlogs.inc
pld-buildlogs/scripts/addlog.php

index b3bd3ee37cb8e319430f0afba5ee55d186a8f1ac..4b4a94bc4e672edfedb6575d302aa125f97a4b56 100644 (file)
@@ -3,7 +3,7 @@ $database_file = "/home/services/httpd/html/pld-buildlogs/db/buildlogs2.db";
 $database = "sqlite:$database_file";
 $root_directory = "/home/services/ftp/pub/pld-buildlogs";
 $addr = array(
-       "th" => array("SRPMS", "i486", "i686", "x86_64"),
+       "th" => array("SRPMS", "x32", "i686", "x86_64"),
        "ac" => array("SRPMS", "i386", "i586", "i686", "alpha", "amd64", "athlon",
                "ppc", "sparc", "sparc64")
 );
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.194857 seconds and 4 git commands to generate.