Changeset 1234


Ignore:
Timestamp:
Jul 3, 2009, 2:03:02 AM (15 years ago)
Author:
mitchb
Message:
Package the php scripts.so logging module
stupid_server_install_kludges--;
Location:
trunk/server
Files:
3 added
3 deleted
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/install-howto.sh

    r1190 r1234  
    172172# echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth
    173173
    174 # Build and install the scripts php module that enhances error logging info
    175 # XXX This thing really ought to be packaged
    176 # cp -r /srv/repository/server/common/oursrc/php_scripts /root
    177 # cd /root/php_scripts
    178 # ./build.sh
    179 # cp test/modules/scripts.so /usr/lib64/php/modules
    180 
    181174# Install the credentials.  There are a lot of things to remember here:
    182175#   o You probably installed the machine keytab long ago
  • trunk/server/fedora/Makefile

    r1219 r1234  
    2121upstream_yum    = krb5 httpd openssh pysvn php
    2222upstream        = openafs $(upstream_yum)
    23 oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd mit-zephyr nss-ldapd nss-ldapd.i386 athrun scripts-base
     23oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i386 whoisd mit-zephyr nss-ldapd nss-ldapd.i386 athrun php_scripts scripts-base
    2424allsrc          = $(upstream) $(oursrc)
    2525oursrcdir       = ${PWD}/../common/oursrc
Note: See TracChangeset for help on using the changeset viewer.