DVNWJXWWZAR4LGE3FGGY64EW5U6GWH6MXXAALWPO3EMI4NO42ZXAC K5BEBWKMPMTXDZTZECMJ32LCL354WMOM3RPEFWGHJFB3QH7FH6WAC TWURROKCCLM4VOGVBX74ZW3UR4Q3ZSU3HDHU3CIOQUJ55PFOD7GQC PHX2HIVGHHKCAX6VNN2WXD4LRGSA74KQMJCCTMHK7HS6JPELVECAC M552HLIAP52D42AVXVC5SGROAYN2TBCEUZOXESWEMBBUX7G3U6TAC J5UVLXOK6EDIL5I7VKWH4V2QDS4DPD7FHRK6XBWSXFRQS4JKXFZQC VCOSLZRPLRS3ITD2JIPKZPMTCEPHN4WEFKTE5TKH3RAZ7WJKMQ4AC X27GNHDV5KPZ5GSH6DCAJMNCEMZLCP7M43JWF2X3O5QWXMOX273AC UVMFS73TI6RARMAAGY2UVS5LCPZUKLQECXQQVER4F7S4BNUXQQ3AC E2ZY5TE5XVR6DQNMNMAE4AOFZGRXGDWUB6F2HWVAFX2TZ5OZNTWAC N22GPKYTOLZLBGTGDATQDVZ4R5APZEAOIA7L32X4UXBH4XNI7MWAC T7AHGVGMWWB3BDSY3SDB4KTSSQMKAJYEUL3QHVMM436LKH4LZSBQC # Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZDtFSXPegKbVEAoM+svosg
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GBvbApjpjiwkUQsdZg1PLg
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YwyZF3sTsIWvkKAQ5fPtMQ
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vLByOFOHkwwHa6hf8nC1Jg
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:m2mxFOI2ZgjLoAzbNhiDlw
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4exGa1a3mCSv3b8Lqwu7Hw
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jcNXcVLLxMEddBCUkq5aYg
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xsDBmgfas2tM/Dn9PE/eXQ
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YK+TrYs5Zk+8q+66b3kOUw
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8fi3nwRY3VrwApBAW6XrQQ
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H0KE/7kJ23s4RKFDVRIyUQ
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0uYHZfy1ZXCTLc3AsFWI0w
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7JksbkRjqTKzHQkOvUkt2g
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:g1LPc13y/7/ngDzFqL5jXQ
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:F3bS3Kbsxhp9G6klfVPRmg
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fIpNlZNqqGDGGWd6EORCAA
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-06 19:19:17# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DQCaurV1oArj0odoPHR+zw
# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-11-07 17:44:37# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WdXbmj1/EvPeU107AjY6zw
[% CASE "file" %][% SWITCH product.subtype %][% CASE "source-dist" %]<img src="/static/images/source-dist.png" alt="Source" /> Source distribution <tt>[% product.path %]</tt>[% CASE "rpm" %]<img src="/static/images/rpm-fedora.png" alt="RPM" /> RPM package <tt>[% product.path %]</tt>[% CASE DEFAULT %]File <tt>[% product.path %]</tt> of type <tt>[% product.subtype %]</tt>[% END %][% CASE DEFAULT %]Something of type <tt>[% product.type %]</tt>
);create table jobQueue (id integer primary key autoincrement not null,timestamp integer not null, -- time this build was added to the db (in Unix time)-- Info about the inputs.project text not null, -- !!! foreign keyjobSet text not null, -- !!! foreign keyattrName text not null,-- What this job will build.description text,drvPath text not null,outPath text not null,system text not null
});}}if (-e "$outPath/nix-support/hydra-build-products") {open LIST, "$outPath/nix-support/hydra-build-products" or die;while (<LIST>) {/^(\w+)\s+([\w-]+)\s+(\S+)$/ or die;my $type = $1;my $subtype = $2;my $path = $3;die unless -e $path;$db->resultset('Buildproducts')->create({ buildid => $build->id, productnr => $productnr++, type => $type, subtype => $subtype, path => $path