diff options
author | Sravan Kumar Lakkimsetti | 2019-10-31 08:26:55 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2019-10-31 08:26:55 +0000 |
commit | 941db02b67449bb058208b8f9d898bc68c60e0de (patch) | |
tree | 6c7743c756fd486a1333db4db5d9337b94f5188c | |
parent | 92e4fcdb579a933dc766697c535c676098d26423 (diff) | |
download | eclipse.platform.releng.aggregator-941db02b67449bb058208b8f9d898bc68c60e0de.tar.gz eclipse.platform.releng.aggregator-941db02b67449bb058208b8f9d898bc68c60e0de.tar.xz eclipse.platform.releng.aggregator-941db02b67449bb058208b8f9d898bc68c60e0de.zip |
Bug 552552 - Develop scripts to add to repo and delete from repo for JIRO use
Change-Id: Icf05654fe90fedbb655bc5a90c1391e26d455ed0
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-x | cje-production/scripts/getEclipsePlatform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/scripts/getEclipsePlatform.sh b/cje-production/scripts/getEclipsePlatform.sh index cdbbe0ada..c2d3b7c62 100755 --- a/cje-production/scripts/getEclipsePlatform.sh +++ b/cje-production/scripts/getEclipsePlatform.sh @@ -21,6 +21,6 @@ downloadPath=/home/data/httpd/download.eclipse.org/eclipse/downloads/drops4 epRelDir=$(ls -d --format=single-column ${downloadPath}/R-*|sort|tail -1) #get eclipse platform product -cp $epRelDir}/eclipse-platform-*-linux-gtk-x86_64.tar.gz . +cp ${epRelDir}/eclipse-platform-*-linux-gtk-x86_64.tar.gz . tar xzf eclipse-platform-*-linux-gtk-x86_64.tar.gz |