Skip to content

Commit

Permalink
Merge pull request #36 from eclipse/v1.4.1.IT5
Browse files Browse the repository at this point in the history
[releng] Update TP for 1.4.1.IT5 and Fix Jenkinsfile
  • Loading branch information
arnauddieumegard authored Jun 25, 2020
2 parents f1ab31b + 06b7630 commit 15e0a0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pipeline {
echo "deploy update sites"
DEST_DIR=/home/data/httpd/download.eclipse.org/kitalpha/updates/nightly
VERSION=1.4.x
ssh [email protected] rm -rf ${DEST_DIR}
ssh [email protected] rm -rf ${DEST_DIR}/component/${VERSION}
ssh [email protected] rm -rf ${DEST_DIR}/runtime/${VERSION}
ssh [email protected] rm -rf ${DEST_DIR}/runtimecore/${VERSION}
Expand All @@ -38,7 +37,7 @@ pipeline {
scp -r releng/plugins/org.polarsys.kitalpha.releng.samplecomponent.updatesite/target/repository/* [email protected]:${DEST_DIR}/component/${VERSION}
scp -r releng/plugins/org.polarsys.kitalpha.releng.runtime.updatesite/target/repository/* [email protected]:${DEST_DIR}/runtime/${VERSION}
scp -r releng/plugins/org.polarsys.kitalpha.releng.runtime.core.updatesite/target/repository/* [email protected]:${DEST_DIR}/runtimecore/${VERSION}
scp -r releng/plugins/org.polarsys.kitalpha.releng.targets/* [email protected]:${DEST_DIR}/runtimecore/${VERSION}/targets
scp -r releng/plugins/org.polarsys.kitalpha.releng.targets/*.target* [email protected]:${DEST_DIR}/runtimecore/${VERSION}/targets
scp -r releng/plugins/org.polarsys.kitalpha.releng.sdk.updatesite/target/repository/* [email protected]:${DEST_DIR}/sdk/${VERSION}
echo "deploy product"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
<target name="kitapha" sequenceNumber="1584984246">
<target name="kitapha" sequenceNumber="1593076391">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.m2e.feature.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -104,7 +104,7 @@
<unit id="org.eclipse.sirius.samples.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sirius.specifier.properties.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sirius.specifier.feature.group" version="0.0.0"/>
<repository id="sirius" location="https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200602-082939/2019-06/"/>
<repository id="sirius" location="https://download.eclipse.org/sirius/updates/milestones/6.3.2rc1/2019-06/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.acceleo.doc" version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ location GMF-Runtime-1.13.0 "https://download.eclipse.org/modeling/gmp/gmf-runti
org.eclipse.gmf.runtime.thirdparty.feature.group lazy
}

location sirius "https://download.eclipse.org/sirius/updates/stable/6.3.1-S20200602-082939/2019-06/" {
location sirius "https://download.eclipse.org/sirius/updates/milestones/6.3.2rc1/2019-06/" {
org.eclipse.sirius.doc.feature.feature.group lazy
org.eclipse.sirius.runtime.source.feature.group lazy
org.eclipse.sirius.runtime.acceleo.feature.group lazy
Expand Down

0 comments on commit 15e0a0d

Please sign in to comment.