From d28d41e11cb1a22cab17899a8de127d07432f05c Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 10 Nov 2006 12:23:36 +0000 Subject: [PATCH] Automatically update signedUpdates as part of the i-build --- releng/org.eclipse.rse.build/bin/doit_ibuild.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/releng/org.eclipse.rse.build/bin/doit_ibuild.sh b/releng/org.eclipse.rse.build/bin/doit_ibuild.sh index cf8b54b6191..d7fe7700750 100755 --- a/releng/org.eclipse.rse.build/bin/doit_ibuild.sh +++ b/releng/org.eclipse.rse.build/bin/doit_ibuild.sh @@ -61,10 +61,13 @@ if [ "$FILES" != "" ]; then mv -f RSE-SDK-I${daystamp}*.zip RSE-SDK-latest.zip fi -#Update the testUpdates site +#Update the testUpdates sites if [ "$FILES" != "" ]; then sg dsdp-tm-rse -c "echo \"Refreshing update site\" " cd $HOME/downloads-tm/testUpdates/bin ./mkTestUpdates.sh + sg dsdp-tm-rse -c "echo \"Refreshing signedUpdates site\" " + cd $HOME/downloads-tm/signedUpdates/bin + ./mkTestUpdates.sh cd "$curdir" fi