You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@hyperreal.org on 1999/11/19 23:41:55 UTC

cvs commit: jakarta-tools/buildscripts env-i386-FreeBSD taz-nightly env-i386-Linux env-sparc-Linux env-sparc-solaris2.4

costin      99/11/19 14:41:54

  Modified:    buildscripts taz-nightly
  Added:       buildscripts env-i386-FreeBSD
  Removed:     buildscripts env-i386-Linux env-sparc-Linux
                        env-sparc-solaris2.4
  Log:
  -removed unused files
  -native goes to integrated
  -mail to myself till everything is fixed
  
  Revision  Changes    Path
  1.7       +16 -23    jakarta-tools/buildscripts/taz-nightly
  
  Index: taz-nightly
  ===================================================================
  RCS file: /x3/home/cvs/jakarta-tools/buildscripts/taz-nightly,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- taz-nightly	1999/11/17 19:04:23	1.6
  +++ taz-nightly	1999/11/19 22:41:53	1.7
  @@ -3,24 +3,33 @@
   # This is the script that is run on taz every night to collect the
   # builds from various locations
   
  -export TYEAR=`date +%Y`
  -export TMONTH=`date +%m`
  -export TDAY=`date +%d`
  -export TDSTRING=$TYEAR$TMONTH$TDAY
  +export TDSTRING=`date +%Y``date +%m``date +%d`
   
  -cd /x3/www/jakarta.apache.org/builds/tomcat/standalone/nightly
  -
   # Get Canonical Unix build
  +cd /x3/www/jakarta.apache.org/builds/tomcat/standalone/nightly
   
   ftp ftp://tokyo.javasoft.com/pub/tomcat/tomcat-$TDSTRING.tar.Z
   ftp ftp://tokyo.javasoft.com/pub/tomcat/tomcat-sun4u-SunOS-$TDSTRING.log
  -ftp ftp://tokyo.javasoft.com/pub/tomcat/apache-1.3.9-sun4u-SunOS.tar.Z
   
   # Get Canoncial Windows build
   
  +
  +## Post processing
  +# cat tomcat-sparc-solaris2.4-$TDSTRING.log | mail -s "Unix Standalone Build $TDSTRING" tomcat-dev@jakarta.apache.org 
  +cat tomcat-sun4u-SunOS-$TDSTRING.log | mail -s "Unix Standalone Build $TDSTRING" costin@eng.sun.com
  +
  +# Re-Compress of standard Java builds
  +uncompress -c tomcat-$TDSTRING.tar.Z >tomcat-$TDSTRING.tar
  +bzip2 --stdout tomcat-$TDSTRING.tar > tomcat-$TDSTRING.tar.bz2
  +uncompress -c tomcat-$TDSTRING.tar.Z |  gzip -c tomcat-$TDSTRING.tar.gz
  +
  +
   # Get Integrated Builds
  +cd /x3/www/jakarta.apache.org/builds/tomcat/integrated/nightly
   
   # Solaris Sparc
  +ftp ftp://tokyo.javasoft.com/pub/tomcat/apache-1.3.9-sun4u-SunOS.tar.Z
  +ftp ftp://tokyo.javasoft.com/pub/tomcat/mod_ajp23-sun4u-SunOS-${TDSTRING}.Z  
   
   # Solaris Intel
   
  @@ -35,20 +44,4 @@
   ftp ftp://osaka.javasoft.com/pub/tomcat/mod_ajp23-i686-Linux-${TDSTRING}.Z  
   
   # FBSD Intel
  -
  -# Windows NT
  -
  -
  -
  -## Post processing
  -cat tomcat-sparc-solaris2.4-$TDSTRING.log | mail -s "Unix Standalone Build $TDSTRING" tomcat-dev@jakarta.apache.org 
  -
  -# XXX mv tomcat-$TDSTRING.log tomcat-$TDSTRING-sparc-sol-7-jdk117.log
  -
  -# Re-Compress of standard Java builds
  -cp tomcat-$TDSTRING.tar.Z tomcat-foo.tar.Z
  -uncompress tomcat-foo.tar.Z
  -mv tomcat-foo.tar tomcat-$TDSTRING.tar
  -bzip2 --stdout tomcat-$TDSTRING.tar > tomcat-$TDSTRING.bz2
  -gzip tomcat-$TDSTRING.tar
   
  
  
  
  1.1                  jakarta-tools/buildscripts/env-i386-FreeBSD
  
  Index: env-i386-FreeBSD
  ===================================================================
  FTP_DIR=/home/ftp/pub/tomcat
  
  export FTP_DIR OSTYPE HOSTTYPE