From: František Dvořák Date: Mon, 26 Nov 2012 22:21:49 +0000 (+0100) Subject: Basic support for notes in dashboard. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f626da5a5ac6cc49b6a8cf9796eb5ec574657483;p=meta-dashboard.git Basic support for notes in dashboard. --- diff --git a/dashboard.pl b/dashboard.pl index 13ca3c7..bc32cb7 100755 --- a/dashboard.pl +++ b/dashboard.pl @@ -328,6 +328,23 @@ if ( $colsforeach != 4 ) { $excls = "$excls."; } +if ( $installs and -f 'install.html.in') { + print "

Install Notes:
"; + system 'cat install.html.in'; +} +if ( $upgrades and -f 'minor-upgrade.html.in') { + print "

Upgrade Notes:
"; + system 'cat minor-upgrade.html.in'; +} +if ( $distupgrades and -f 'upgrade.html.in') { + print "

Dist Upgrade Notes:
"; + system 'cat upgrade.html.in'; +} +if ( $doubledistupgrades and -f 'upgrade-double.html.in') { + print "

Dbl. Dist Upgrade Notes:
"; + system 'cat upgrade-double.html.in'; +} + print qq{