From: Todd Lyons Date: Mon, 28 Oct 2013 21:11:52 +0000 (-0700) Subject: Update scripts, templates, add ldap logo X-Git-Url: https://git.exim.org/buildfarm-server.git/commitdiff_plain/27ace0abeeae4d62caecfeb4926f76bf7f91b26b Update scripts, templates, add ldap logo --- diff --git a/htdocs/img/openldap_logo.jpg b/htdocs/img/openldap_logo.jpg new file mode 100644 index 0000000..1a4cff5 Binary files /dev/null and b/htdocs/img/openldap_logo.jpg differ diff --git a/htdocs/index.html b/htdocs/index.html index b3dba34..c0a3608 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -53,8 +53,8 @@ the Registration Page. We are particularly interested in unusual platforms or combinations of architecture, operating system and compiler.

-

To see what is involved in running a buildfarm member, please read the -Client Installationinstructions. +

To see what is involved in running a buildfarm member, please read the +Client Installation instructions. Per the instructions, the client code should be checked out with git and run using the run_cron.sh wrapper script. This will allow auto-update of itself when changes are made to the Exim Build Farm Client diff --git a/scripts/approve_system.pl b/scripts/approve_system.pl index 32e2321..55424c9 100755 --- a/scripts/approve_system.pl +++ b/scripts/approve_system.pl @@ -35,7 +35,7 @@ my $sth = $db->prepare(q[ ]); $sth->execute(); -sub send_welcome_message +sub send_welcome_email { my $row = shift() or return; my $msg = new Mail::Send; diff --git a/templates/index.tt b/templates/index.tt index 2b8e820..2d5af1e 100644 --- a/templates/index.tt +++ b/templates/index.tt @@ -34,8 +34,8 @@ the Registration Page. We are particularly interested in unusual platforms or combinations of architecture, operating system and compiler.

-

To see what is involved in running a buildfarm member, please read the -Client Installationinstructions. +

To see what is involved in running a buildfarm member, please read the +Client Installation instructions. Per the instructions, the client code should be checked out with git and run using the run_cron.sh wrapper script. This will allow auto-update of itself when changes are made to the Exim Build Farm Client diff --git a/templates/status.tt b/templates/status.tt index 0a027cb..6c66ccd 100644 --- a/templates/status.tt +++ b/templates/status.tt @@ -12,6 +12,7 @@ See accompanying License file for license details gnutls => '/img/gnutls_icon.gif', mysql => '/img/mysql_logo.png', pgsql => '/img/postgresql-icon-32.png', + ldap => '/img/openldap_logo.jpg', #python => '/img/python.png', #debug => '/img/bug.png', #pam => '/img/pam.png',