@config_flags = grep {! m/=/ } @config_flags;
map {s/\s+//g; $_=qq("$_"); } @config_flags;
push @config_flags,'git' if $client_conf->{scm} eq 'git';
+ push(@config_flags, 'doc')
+ if (defined $client_conf->{'optional_steps'}->{'make-doc'});
+ push(@config_flags, 'test')
+ if (defined $client_conf->{'optional_steps'}->{'test'});
$config_flags = '{' . join(',',@config_flags) . '}' ;
}
mysql => '/img/mysql_logo.png',
pgsql => '/img/postgresql-icon-32.png',
ldap => '/img/openldap_logo.jpg',
+ doc => '/img/doc.png',
+ test => '/img/hammer.jpeg',
#python => '/img/python.png',
#debug => '/img/bug.png',
#pam => '/img/pam.png',