Remove the longDescription field

It's not useful and takes up a lot of space.
This commit is contained in:
Eelco Dolstra
2014-09-30 15:43:32 +02:00
parent f4acc9a522
commit 9b38b5f134
8 changed files with 3 additions and 19 deletions

View File

@ -531,7 +531,6 @@ sub checkBuild {
$build = $job->builds->create(
{ timestamp => $time
, description => $buildInfo->{description}
, longdescription => $buildInfo->{longDescription}
, license => $buildInfo->{license}
, homepage => $buildInfo->{homepage}
, maintainers => $buildInfo->{maintainers}