head	1.2;
access;
symbols
	First_releng:1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.2
date	2003.09.02.02.44.37;	author dschaefer;	state dead;
branches;
next	1.1;

1.1
date	2003.07.24.20.27.32;	author dschaefer;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Deleted the old build system that wasn't working so well.
@
text
@cd results

# Update the build page

export CDT_VERSION=`cat version.txt`
export CDT_LOGS=`echo org.*.html`

../workspace/org.eclipse.cdt.releng/edit.pl $CDT_VERSION $CDT_LOGS < index.html > index2.html
mv index2.html index.html
cd ..

# Upload to build page using eclipse

./eclipse -nosplash -application org.eclipse.cdt.releng.postResults \
	-version $CDT_VERSION -logs $CDT_LOGS \
	-vmargs -Dcdt.build.user=$CDT_USER -Dcdt.build.passwd=$CDT_PASSWD
@


1.1
log
@Added automatic upload of the test result reports.
@
text
@@

