Changeset 1238
- Timestamp:
- Jul 3, 2009, 3:47:04 AM (15 years ago)
- Location:
- branches/fc11-dev
- Files:
-
- 4 deleted
- 7 edited
- 5 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev
- Property svn:mergeinfo changed
/trunk merged: 1227,1230-1231,1233-1237
- Property svn:mergeinfo changed
-
branches/fc11-dev/locker/bin/fix-php-ini
r1083 r1238 8 8 if [ -f php.ini ]; then 9 9 echo "Creating php.ini symlinks in child directories..." 10 athrun scripts gfind . -mindepth 1 -type d -exec sh -c 'ln -sf "`echo "$1" | sed '\''s,[^/],,g; s,/,../,g'\''`php.ini" "$1/"' -- {} \;10 athrun scripts gfind . -mindepth 1 -type d \( -not -name .svn -not -name .git -or -not -prune \) -exec sh -c 'ln -sf "`echo "$1" | sed '\''s,[^/],,g; s,/,../,g'\''`php.ini" "$1/"' -- {} \; 11 11 echo "Done!" 12 12 else -
branches/fc11-dev/server/common/oursrc/php_scripts/php_scripts-config.m4
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/fc11-dev/server/doc/install-howto.sh
r1218 r1238 59 59 sed -i 's/^(# *)*store-passwords.*/store-passwords = no/' /root/.subversion/config 60 60 sed -i 's/^(# *)*store-auth-creds.*/store-auth-creds = no/' /root/.subversion/config 61 # The same tweaks should be made on /home/scripts-build/.subversion/config 62 # once it exists (do something with svn as scripts-build) 61 63 62 64 chown -R scripts-build /srv/repository … … 212 214 # as the only diff 213 215 # ezyang: I got exim installed as another package 216 217 # Check out the scripts /usr/vice/etc configuration 218 cd /root 219 mkdir vice 220 cd vice 221 svn co svn://scripts.mit.edu/trunk/server/fedora/config/usr/vice/etc etc 222 \cp -a etc /usr/vice 214 223 215 224 # Install the full list of perl modules that users expect to be on the … … 263 272 echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth 264 273 265 # Build and install the scripts php module that enhances error logging info266 # XXX This thing really ought to be packaged267 cp -r /srv/repository/server/common/oursrc/php_scripts /root268 cd /root/php_scripts269 ./build.sh270 cp test/modules/scripts.so /usr/lib64/php/modules271 272 274 # Install the credentials. There are a lot of things to remember here: 273 275 # o This will be different if you're setting up our build/update server. -
branches/fc11-dev/server/fedora/Makefile
r1220 r1238 21 21 upstream_yum = krb5 httpd openssh php 22 22 upstream = openafs $(upstream_yum) 23 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr nss-ldapd nss-ldapd.i586 athrun scripts-base23 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr nss-ldapd nss-ldapd.i586 athrun php_scripts scripts-base 24 24 allsrc = $(upstream) $(oursrc) 25 25 oursrcdir = ${PWD}/../common/oursrc … … 180 180 # The following packages are needed for our packages 181 181 basic-deps = kernel-devel rpm-build rpmdevtools gcc autoconf patch krb5-workstation glibc-devel.i586 glibc-devel libtool libgcc.i586 182 oursrc-deps = hesinfo openldap-clients openldap-devel.i586 182 oursrc-deps = hesinfo openldap-clients openldap-devel.i586 php-devel 183 183 httpdmods-deps = httpd-devel 184 184 httpd-deps = xmlto db4-devel expat-devel zlib-devel libselinux-devel apr-devel apr-util-devel pcre-devel openssl-devel distcache-devel -
branches/fc11-dev/server/fedora/config/etc/postfix/main.cf
r1179 r1238 31 31 virtual_alias_maps = hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_re 32 32 data_directory = /var/lib/postfix 33 authorized_submit_users = ! reuter, static:all33 authorized_submit_users = !/etc/postfix/blocked_users, static:all -
branches/fc11-dev/server/fedora/config/usr/vice/etc/CellServDB.local
r1078 r1238 17 17 18.90.0.123 #sangeet.mit.edu. 18 18 >grand.central.org #GCO Public CellServDB 07 Nov 2008 19 18.9 2.0.108 #grand-opening.mit.edu19 18.9.48.14 #grand.mit.edu. 20 20 128.2.203.61 #penn.central.org 21 21 130.237.48.87 #andrew.e.kth.se … … 255 255 129.186.6.243 #afsdb-2.iastate.edu 256 256 129.186.142.243 #afsdb-3.iastate.edu 257 >soap.mit.edu #MIT School Of Architecture & Planning258 18.89.1.204 #crypt.mit.edu259 18.89.1.209 #grotto.mit.edu260 18.89.2.156 #ac.mit.edu261 257 >msu.edu #Michigan State University Main Cell 262 258 35.9.7.10 #afsdb0.cl.msu.edu -
branches/fc11-dev/server/fedora/specs/scripts-base.spec
r1140 r1238 9 9 Source: %{name}.tar.gz 10 10 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root 11 Requires: accountadm, execsys, scripts-kmod-openafs, scripts-krb5-libs, scripts-httpd, scripts-mod_ssl, openafs, scripts-openafs-client, scripts-openafs-authlibs, scripts-openafs-devel, scripts-openafs-krb5, openafs-docs, scripts-openssh-server, sql-signup, tokensys, whoisd, logview, nss-ldapd, scripts-php 11 Requires: accountadm, execsys, scripts-kmod-openafs, scripts-krb5-libs, scripts-httpd, scripts-mod_ssl, openafs, scripts-openafs-client, scripts-openafs-authlibs, scripts-openafs-devel, scripts-openafs-krb5, openafs-docs, scripts-openssh-server, sql-signup, tokensys, whoisd, logview, nss-ldapd, scripts-php, php_scripts 12 12 %define debug_package %{nil} 13 13
Note: See TracChangeset
for help on using the changeset viewer.