From 27ace0abeeae4d62caecfeb4926f76bf7f91b26b Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 28 Oct 2013 14:11:52 -0700 Subject: [PATCH] Update scripts, templates, add ldap logo --- htdocs/img/openldap_logo.jpg | Bin 0 -> 1494 bytes htdocs/index.html | 4 ++-- scripts/approve_system.pl | 2 +- templates/index.tt | 4 ++-- templates/status.tt | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 htdocs/img/openldap_logo.jpg diff --git a/htdocs/img/openldap_logo.jpg b/htdocs/img/openldap_logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1a4cff53c2e09c183338a6ac5ef33d0f12dbb1fe GIT binary patch literal 1494 zcmY*W2T)U46#XF(S}6IDLMVw8Mfh1r1QJ|!=m?<aYu?1ESjAqXNH5f_av zC@e!FEz}isMj!@7WD)5|R=|RY8fhX3+0QuR%)U40y?5_@@18T~$;MfNT;t2PmTyF(9a=t*MRG#^SI9JOPU*7+|$=M7%x$N7gsMlJrd>J)(&oiAbSR zsMZu3jY=TfyVyWMPyg$^o^X0@Upc~L;H2T^;!;k$T zarf*`&HFd6hLeAJ^ed?pXX8uh&W@Z4Y4@`$#UD-fvP{6Ivxx_z2t2iu$M@=+9b*!Z zukm=HG3L~*uZdS?VuK*M;EYS)g$ip9&vPqz-$?teTwzs`l|SeckBd>cqQ~1kogs#9 zlS`5srZgf;H{Ygk>ibSDuSPL={-_!%kNa+kbdU0IhfFH z>PPp}%Dv|x*2cBh9WidJ{JRr6Vf}U@05DH+_Q?ol7L>7BOAkU~O2xJW#ojLiTfC6x z;m)Z;!90GrSmS=H4bJvebEU%Ut>-OygR29wV9&Qa;yADX+mW^`5alt4F!I%6NQU6PWqfnwfB z(`0P76IG?kga@uwUP|)RmRt}x*lJuh9f)sfS*cHOoDAq$jJ_dV<8lf#>sr%(Ca`t+ znV(yhg}8T4<1%0!y>>pjdpcMRs#`R7uM?xI&pPxbv->bZ``JO2n~E@ z_EN>L^?<~=OLF&kMO3DZ&;w2WzSuYD9b;IXW0aoO3ZwhJ*KkEG$JaC7# zevBWHz^PEHM5g4a@AYrHz`xVbPS>#ReB)ixa_{4Zp@9aIe8Cg_-a?WOt6fqR)o^%E zj)VA3q~plSlZO(|g_u9bJEW4O@mYy#x@$YPcT+9Q_lU5>x8`uN#gMwehTrXaa}UF_ ze=$oev2M=g@BI(a^c4?zDV+#7SlMl^SEDxEF}zPYsv(XbMX=U_ss~$`(%H7wbAvSD zS`f`1Of2&R_HLSOsAZp}q0@u9#G*t=)kF!u-?T^xbWd5yC@Q4PuaJnx`C)uvp``u; hi5Nb-**)viV(yDXKOQm=U*q!Bhr&W#fzz__{{YzZW!(S( literal 0 HcmV?d00001 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', -- 2.30.2