Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorEd Willink2013-11-14 11:53:07 +0000
committerEd Willink2013-11-14 11:54:08 +0000
commit2f92eab0475c93c04afb826ad4db763cf6921018 (patch)
treef51792db2ac4c5f62752b8949eb3a951e101a3d0 /releng
parent4494de0e12217a941ac0728dbf637f87628ee6bb (diff)
downloadorg.eclipse.qvtd-2f92eab0475c93c04afb826ad4db763cf6921018.tar.gz
org.eclipse.qvtd-2f92eab0475c93c04afb826ad4db763cf6921018.tar.xz
org.eclipse.qvtd-2f92eab0475c93c04afb826ad4db763cf6921018.zip
[releng] Update for no cron jobs
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.qvtd.releng.buckminster/README.txt20
-rw-r--r--releng/org.eclipse.qvtd.releng.buckminster/cron/README.txt24
-rw-r--r--releng/org.eclipse.qvtd.releng.buckminster/cron/crontab.txt2
3 files changed, 20 insertions, 26 deletions
diff --git a/releng/org.eclipse.qvtd.releng.buckminster/README.txt b/releng/org.eclipse.qvtd.releng.buckminster/README.txt
new file mode 100644
index 000000000..1632855cc
--- /dev/null
+++ b/releng/org.eclipse.qvtd.releng.buckminster/README.txt
@@ -0,0 +1,20 @@
+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/0.11.0/S201311111636
+
+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/0.11.0
+ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=S201210020848
+
+(This can be checked by installing new software from e.g. http://download.eclipse.org/mmt/qvtd/updates/milestones/0.11.0)
+
+##The Luna aggregator is configured by GIT\org.eclipse.simrel.build\mdt-ocl.b3aggrcon to use an explicit milestone entry
+
+##So edit mdt-ocl.b3aggrcon to update
+##location="http://download.eclipse.org/modeling/mdt/ocl/updates/milestones/4.2.0/S201311111636"
+##push to upstream master and start a new build at https://hudson.eclipse.org/hudson/job/simrel.luna.runaggregator/ \ No newline at end of file
diff --git a/releng/org.eclipse.qvtd.releng.buckminster/cron/README.txt b/releng/org.eclipse.qvtd.releng.buckminster/cron/README.txt
deleted file mode 100644
index 560e8c93a..000000000
--- a/releng/org.eclipse.qvtd.releng.buckminster/cron/README.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-The crontab.txt file contains the commands that must be daily executed (via cron) to promote our last successful build.
-
-(Alternatively a single promotion can be done by just pasting the ant command to the build.eclipse.org console.)
-
-This is a release engineer task. To configure that:
-1. Connect to build.eclipse.org via an ssh connection.
-2. Create a "logs" folder in your home directory (if you haven't done it, yet).
-3. Type "crontab -e" and copy-paste the contents of the aforementioned file.
-
-A new milestone build may be explitly promoted by:
-
-logon to build.eclipse.org
-ant -f /shared/jobs/qvtd-luna/lastSuccessful/archive/publishroot/publisher.ant -Dbuild.archives=/shared/jobs/qvtd-luna/lastSuccessful/archive &> logs/qvtd-publishing-luna.log
-
-A new milestone build can be added to the composite repository by:
-
-logon to build.eclipse.org
-cd downloads/mmt/qvtd/updates/milestones/0.11.0
-ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=S201210020848
-
-Check that Install New Software from http://download.eclipse.org/mmt/qvtd/updates/milestones/0.11.0 shows the new build.
-
-[Not yet on Simultaneous Release -- The Kepler aggregator is configured by GIT\org.eclipse.simrel.build\mmt-qvtd.b3aggrcon to use the milestones repo
-so no further action is needed there.] \ No newline at end of file
diff --git a/releng/org.eclipse.qvtd.releng.buckminster/cron/crontab.txt b/releng/org.eclipse.qvtd.releng.buckminster/cron/crontab.txt
deleted file mode 100644
index 5200a87f5..000000000
--- a/releng/org.eclipse.qvtd.releng.buckminster/cron/crontab.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-#qvtd publishing
-30 3 * * * ant -f /shared/jobs/qvtd-luna/lastSuccessful/archive/publishroot/publisher.ant -Dbuild.archives=/shared/jobs/qvtd-luna/lastSuccessful/archive &> logs/qvtd-publishing-luna.log

Back to the top