Skip to content

Commit

Permalink
Begin staging for 2024-12
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Sep 11, 2024
1 parent 62dad75 commit 4b62bea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
}

environment {
TRAIN_NAME = "2024-09"
TRAIN_NAME = "2024-12"
STAGING_DIR = "/home/data/httpd/download.eclipse.org/staging/${TRAIN_NAME}"
}

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile-reporeports
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
timeout(time: 2, unit: 'HOURS')
}
environment {
TRAIN_NAME = "2024-09"
TRAIN_NAME = "2024-12"
STAGING_DIR = "/home/data/httpd/download.eclipse.org/staging/${TRAIN_NAME}"
}
stages {
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<packaging>pom</packaging>
<properties>
<tycho-version>4.0.8</tycho-version>
<trainName>2024-09</trainName>
<referenceRepo>releases/2024-06/202406121000</referenceRepo>
<trainName>2024-12</trainName>
<referenceRepo>releases/2024-09/202409111000</referenceRepo>
<download.eclipse.org>https://download.eclipse.org</download.eclipse.org>
<eclipse.repo.url>https://download.eclipse.org/eclipse/updates/4.32/R-4.32-202406010610</eclipse.repo.url>
<eclipse.repo.url>https://download.eclipse.org/eclipse/updates/4.33/R-4.33-202409030240</eclipse.repo.url>
<simrel.aggregator.repo.url.relative>nightly/latest</simrel.aggregator.repo.url.relative>
<simrel.aggregator.repo.url>${download.eclipse.org}/cbi/updates/p2-aggregator/products/${simrel.aggregator.repo.url.relative}</simrel.aggregator.repo.url>
<cbi.analyzers.repo.url>${download.eclipse.org}/cbi/updates/p2-analyzers/products/nightly/latest</cbi.analyzers.repo.url>
Expand Down
2 changes: 1 addition & 1 deletion simrel.aggr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ASCII"?>
<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" description="Aggregation files used for the Eclipse Simultaneous Release (quarterly &quot;release train&quot;)." buildmaster="//@contacts[email='[email protected]']" buildmasterBackup="//@contacts[email='[email protected]']" label="2024-09" buildRoot="buildresults" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false" includeSources="true">
<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" description="Aggregation files used for the Eclipse Simultaneous Release (quarterly &quot;release train&quot;)." buildmaster="//@contacts[email='[email protected]']" buildmasterBackup="//@contacts[email='[email protected]']" label="2024-12" buildRoot="buildresults" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false" includeSources="true">
<validationSets label="main">
<contributions href="ep.aggrcon#/"/>
<contributions href="emf-emf.aggrcon#/"/>
Expand Down

0 comments on commit 4b62bea

Please sign in to comment.