diff options
author | Ed Willink | 2015-04-26 12:08:26 +0000 |
---|---|---|
committer | Ed Willink | 2015-04-26 13:11:06 +0000 |
commit | 03aaa76a041177f75d5d736b9a64625f427772b8 (patch) | |
tree | 391e7c0cb5dd855697f7aec0d7b80799c17b7166 /releng/org.eclipse.qvtd.releng.buckminster/README.txt | |
parent | d38d32fb8afad0d5aa44079738be392b188f0252 (diff) | |
download | org.eclipse.qvtd-03aaa76a041177f75d5d736b9a64625f427772b8.tar.gz org.eclipse.qvtd-03aaa76a041177f75d5d736b9a64625f427772b8.tar.xz org.eclipse.qvtd-03aaa76a041177f75d5d736b9a64625f427772b8.zip |
[releng] Revert to version 0.12.0 for Mars
Diffstat (limited to 'releng/org.eclipse.qvtd.releng.buckminster/README.txt')
-rw-r--r-- | releng/org.eclipse.qvtd.releng.buckminster/README.txt | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/releng/org.eclipse.qvtd.releng.buckminster/README.txt b/releng/org.eclipse.qvtd.releng.buckminster/README.txt index bd440d243..8a6269a41 100644 --- a/releng/org.eclipse.qvtd.releng.buckminster/README.txt +++ b/releng/org.eclipse.qvtd.releng.buckminster/README.txt @@ -1,23 +1,28 @@ The Buckminster build automatically promotes downloads and updates, so no cron job help is necessary. The updates can be checked by looking for the new entry on http://www.eclipse.org/mmt/downloads/?project=qvtd -or installing new software from e.g. http://download.eclipse.org/mmt/qvtd/updates/milestones/1.0.0/S201408191819 +or installing new software from e.g. http://download.eclipse.org/mmt/qvtd/updates/milestones/0.12.0/S201408191819 However operations on composite repositories are not automated, partly because they are sufficiently important to deserve manual attention. A new milestone build can be added to the composite repository by: logon to build.eclipse.org -cd downloads/mmt/qvtd/updates/milestones/1.0.0 -ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=S201408191819 -Dcomposite.name="QVTd 1.0.0 milestones" +cd downloads/mmt/qvtd/updates/milestones/0.12.0 +ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=S201408191819 -Dcomposite.name="QVTd 0.12.0 milestones" -(This can be checked by installing new software from e.g. http://download.eclipse.org/mmt/qvtd/updates/milestones/1.0.0) +(This can be checked by installing new software from e.g. http://download.eclipse.org/mmt/qvtd/updates/milestones/0.12.0) The Mars aggregator is configured by GIT\org.eclipse.simrel.build\qvtd.b3aggrcon to use an explicit milestone entry So edit qvtd.b3aggrcon to update -location="http://download.eclipse.org/mmt/qvtd/updates/milestones/1.0.0/S201408191819" +location="http://download.eclipse.org/mmt/qvtd/updates/milestones/0.12.0/S201408191819" push to upstream master and start a new build at https://hudson.eclipse.org/hudson/job/simrel.mars.runaggregator/ -Once a relese has been promoted update qvtd.b3aggrcon to the final release -location="http://download.eclipse.org/mmt/qvtd/updates/releases/1.0.0" +Once a release has been promoted update qvtd.b3aggrcon to the final release +location="http://download.eclipse.org/mmt/qvtd/updates/releases/0.12.0" + +After each first repo contribution, remember to update the aggregates e.g. +cd downloads/mmt/qvtd/updates/milestones +ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=0.12.0 + |