Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
authorvlorenzo2012-06-15 10:03:42 +0000
committervlorenzo2012-06-15 10:03:42 +0000
commit707e094816ab507915591a623dc08042adf96fce (patch)
tree67a52cd14fa9e7329329777d5b3b36eb09d3a5d1 /readme
parentbdadb0bc7cb6cc4135cc57e26fced0cbfbf4cb86 (diff)
downloadorg.eclipse.papyrus-707e094816ab507915591a623dc08042adf96fce.tar.gz
org.eclipse.papyrus-707e094816ab507915591a623dc08042adf96fce.tar.xz
org.eclipse.papyrus-707e094816ab507915591a623dc08042adf96fce.zip
Modify the script to push the generated psf files in the papyrus download area
Diffstat (limited to 'readme')
-rw-r--r--readme/scripts/create_psf_files.sh (renamed from readme/create_psf_files.sh)2
-rw-r--r--readme/scripts/update_psf_files_script.sh13
2 files changed, 14 insertions, 1 deletions
diff --git a/readme/create_psf_files.sh b/readme/scripts/create_psf_files.sh
index e0d53d2d2bc..7c9a271c070 100644
--- a/readme/create_psf_files.sh
+++ b/readme/scripts/create_psf_files.sh
@@ -193,7 +193,7 @@ do
cp -v $generated_psf_folder/$aFile $psf_trunk_dest
done
-#rm -R -f $psf_workspace
+
end=$(date +'%T')
echo "began at: "$begin
echo "ended at: "$end
diff --git a/readme/scripts/update_psf_files_script.sh b/readme/scripts/update_psf_files_script.sh
new file mode 100644
index 00000000000..71a195956d3
--- /dev/null
+++ b/readme/scripts/update_psf_files_script.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+#All rights reserved. This program and the accompanying materials
+#are made available under the terms of the Eclipse Public License v1.0
+#which accompanies this distribution, and is available at
+#http://www.eclipse.org/legal/epl-v10.html
+# Vincent Lorenzo (CEA-LIST) vincent.lorenzo@cea.fr - Initial API and Implementation
+
+#This script downlaod the last version of the script create_psf_file.sh
+#on the papyrus svn and replace the existing version on build.eclipse.org
+path_on_svn="http://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papyrus/trunk/readme/scripts"
+cd /opt/public/modeling/mdt/papyrus/
+wget $path_on_svn

Back to the top