
// where the files lie in the filesystem. Important so the hash can be generated.
{
    use esmith::ConfigDB;
    my $c = esmith::ConfigDB->open_ro('Mozus');
    my $mirrordir = $c->get('Mozus')->prop('mirrordir') || "/opt/mozilla-updates/mirror";
    $OUT .= "\$updates_path = '$mirrordir"."';";
}