Author: benm
Date: 2005-06-14 20:10:20 -0400 (Tue, 14 Jun 2005)
New Revision: 45999

Removed:
   trunk/release/scripts/build-packages.sh
   trunk/release/scripts/prepare-release
Log:
remove very out of date stuff

Deleted: trunk/release/scripts/build-packages.sh
===================================================================
--- trunk/release/scripts/build-packages.sh     2005-06-15 00:07:22 UTC (rev 
45998)
+++ trunk/release/scripts/build-packages.sh     2005-06-15 00:10:20 UTC (rev 
45999)
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-## Script to submit a mono tarball to repoman, 
-## update module version in conf file,
-## and submit a build request to the BB daemon
-
-DATE=`date +'%Y%m%d'`
-SNAPSHOT=/tmp/snapshot/$DATE
-export CVS_RSH=/home/skumar/bin/ssh_wrapper
-export [EMAIL PROTECTED]:/cvs/helix-gnome
-export BB_REPODIR=/nfs/release/source_repository/
-. ./build-package.settings
-
-cd $SNAPSHOT
-MONOTAR=`ls mono-*.tar.gz`
-echo Mono daily tarball: $MONOTAR
-
-# Submit a tarball to repoman
-#bb_submit $MONOTAR || echo Could not submit tarball ; exit 1
-
-# get version
-VERSION=`echo $MONOTAR | sed "s/mono-\(.*\)\.tar\.gz/\1/"`
-echo Verion: $VERSION
-
-mkdir -p $SNAPSHOT/tmp
-cd $SNAPSHOT/tmp
-
-# check out mono-conf module
-cvs -z3 co mono-conf/mono
-
-cd mono-conf/mono
-
-# Update version in conf file
-perl -pi -e "s,<version>.*</version>,<version>$VERSION</version>," 
ximian-build.conf
-
-# Update source file in mono-conf
-perl -pi -e "s,<i>mono-.*\.tar\.gz.*</i>,<i>$MONOTAR-1</i>," ximian-build.conf
-
-# commit the update version to cvs
-cvs commit -m "Update version in conf file" ximian-build.conf
-
-# Remove the tmp dir
-cd $SNAPSHOT
-rm -rf tmp
-
-# submit request to BB to build mono rpms
-bb_client -m $BUILD_MASTER -t redhat-9-i386 -u $USER -p $PASSWORD --cvsroot 
'[EMAIL PROTECTED]:/cvs/helix-gnome' --cvsmodule mono-conf mono > jobid

Deleted: trunk/release/scripts/prepare-release
===================================================================
--- trunk/release/scripts/prepare-release       2005-06-15 00:07:22 UTC (rev 
45998)
+++ trunk/release/scripts/prepare-release       2005-06-15 00:10:20 UTC (rev 
45999)
@@ -1,41 +0,0 @@
-#!/bin/sh
-
-CHECKDIR=/tmp/co
-PREFIX=/tmp/prefix
-VERSION=0.31
-
-rm -rf $CHECKDIR $PREFIX
-
-mkdir $CHECKDIR
-cd $CHECKDIR
-echo > log
-cvs co mcs mono 2>&1 >> log
-cp -a mcs mcs-$VERSION
-
-#
-# Build MCS
-#
-echo Building MCS
-(cd $CHECKDIR/mcs; ./configure --profile=default --prefix=$PREFIX; make || 
exit 1) 2>&1 >> log
-
-#
-# Build Mono
-#
-echo Building Mono
-(cd $CHECKDIR/mono; ./autogen.sh --prefix=$PREFIX; make && make install) 2>&1 
>> log
-
-echo Running make distcheck
-(cd $CHECKDIR/mono && make distcheck) 2>&1 >> log
-
-echo Packaging MCS
-tar czf mcs-$VERSION.tar.gz mcs-$VERSION 2>&1 >> log
-
-cp mcs-$VERSION.tar.gz /tmp/
-cp mono/mono-$VERSION.tar.gz /tmp
-
-echo -------------------------------
-echo - The files:
-echo -------------------------------
-
-ls -l /*$VERSION.tar.gz
-

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to