Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
AgeCommit message (Collapse)AuthorFilesLines
2014-09-11Update build configuration for 4.4.1RC3 (Luna SR1 RC3)Markus Knauer2-2/+2
Change-Id: Ie15502ff52ffbc08a9389c83b75d18155268f73a Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-09-02Re-enable all build platforms, including Windows and LinuxMarkus Knauer1-2/+0
Change-Id: I5bb665e26ec8208afab856dd6770a795f172b63c Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-09-02Update build configuration for 4.4.1RC2 (Luna SR1 RC2)Markus Knauer2-2/+4
Change-Id: Iddfdc72328d078b1ef0052163987cf79d5f295ff Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-08-21Update packages_map.txt file from HEAD to LUNA branchMarkus Knauer1-27/+27
2014-08-21Set Simultaneous Release ID to 'luna-SR1-RC1' in parent pom.xmlMarkus Knauer2-2/+2
Change-Id: Ia4b7f860757dbfc0ed378148deac3a830abf4e53 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-08-07Upgrade configuration files for Luna SR1 based on Platform 4.4.1Markus Knauer2-5/+5
Change-Id: I59b2fa88e64ff62b5f3ee8c0a1753c31642533c3 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-06-24Update XSL stylesheet for adding p2 download stats to artifacts metadataMarkus Knauer1-161/+161
Change-Id: I7fbb2d61956f5fe2b9fb5e0b2081783077bfe3de Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-06-11Use release naming scheme for file names and about dialogMarkus Knauer1-2/+2
Change-Id: I3b275c1eb9f4d776246bd6bf2491b03b1949c4cd Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-06-08Updates for Luna RC4Markus Knauer1-2/+2
Change-Id: I3be7cc4046d3502a5dd8ed3c226d5aff54316415 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-05-30Updates for Luna RC3Markus Knauer1-2/+2
Change-Id: I6fa418d7c96b6ded8e2f4c1f94fdaf85ad871205 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-05-24Updates for Luna RC2Markus Knauer1-2/+2
Change-Id: I3737507f185eef97356b387d60aa4795411e9e0c Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-05-23Allow to set an additional wormhole p2 repository for test buildsMarkus Knauer1-0/+25
By enabling the p2.wormhole profile it is possible to contribute an additional p2 repository for testing purposes. This profile is activated by a Java property that defines at the same time the URL of the additional p2 repository. The additional wormhole repository may be a composite p2 repository. Example: -Depp.wormhole.repository=file:///tmp/my.own.p2.repo/ Change-Id: I53075a6ebbb33b8d666e715d1c21c52cddfa0b2e Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-05-18Updates for Luna RC1Markus Knauer1-2/+2
Change-Id: Ie0518c39022d859b5b1fc3c96408053d0e41fde9 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-05-13Create script that creates a Gerrit verification job settings.xmlMarkus Knauer1-0/+112
When running a Gerrit build verification job, it is the goal to build only those packages that are affected by a particular change. The shell script createSettings.sh builds a list with the affected packages based on the last HEAD commit in the Git repository and creates a special settings.xml that activates only those packages. - Changes in packages/ directory will trigger a rebuild of the package with a change. - Changes in 'packages/*common*' lead to a full rebuild. - Changes in other areas than in the packages/ directory lead to a full rebuild. Change-Id: Ia4670058ad5025c34e053521d5db324f7340109e Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-04-26Update packages to new SUA (2014)Markus Knauer1-0/+5
- Use new CBI-based License Feature mechanism - Remove license.html files from all features - Update feature.properties, including moving the package description from the feature.xml to a property in this file - Update the feature.xml with the new license-feature properties - Include a copyright notice Bug 433568: Need to update the SUA (Software User Agreement) https://bugs.eclipse.org/bugs/show_bug.cgi?id=433568 Change-Id: Ie8f370d829c25ec6f41876110d91a288a0e3cfdf Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-04-26Update configuration for Luna M7Markus Knauer1-3/+3
Change-Id: I243e99313a25539abd1733a3bc7472065b9f3e80 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-03-12Added the (accidentially removed) build property to the parent pomMarkus Knauer1-0/+1
Change-Id: Idb026a0c609524c0074bef15173bcee94b576cbd Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-03-07Solve symbolic link in Mac OSX .tar archivesMarkus Knauer2-9/+13
The solution replaces the tycho-p2-director:archive-products with a Bash shell script that uses the native tar + gzip + zip implementations. See bug 424769: Symbolic link missing from "Mac packages" https://bugs.eclipse.org/bugs/show_bug.cgi?id=424769 Change-Id: Ie65f98015ab8350e708b102357fa8dbe88962f66 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-03-07Solve symbolic link issue for RCP/RAP package (draft)Markus Knauer2-0/+47
This first implementation uses a shell script for creating the zip/tar archives instead of the built-in Tycho product build version that is not able to create simple symbolic links. The Bash shell script uses internally the native (Unix/Linux) implementations of zip and tar. With this addition we loose the ability to run the EPP build on systems without Bash, zip, tar, gzip. This is a commit in an early development stage to see if the approach works on the eclipse.org build servers. More clean-up and the change of the other packages is required. See bug 424769: symbolic link missing from "Mac packages" https://bugs.eclipse.org/bugs/show_bug.cgi?id=424769 Change-Id: I8a4cb60e92492455970ebd0e2d1a99e85e7cf731 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2014-03-06Add EPP/Platform version to About dialog of all EPP packagesMarkus Knauer1-1/+1
287707: [About] About dialog is missing version number https://bugs.eclipse.org/bugs/show_bug.cgi?id=287707 Change-Id: I8a8cc2720474d45f89ef6d8262900ed4fd882aa3
2014-03-03Update version strings to Luna M6Markus Knauer1-2/+2
Change-Id: Iddd189ea75b3df92799fd5989948e97715125ed0
2014-01-30Refactor naming of epp specific build propertiesMarkus Knauer1-1/+5
2014-01-30Set package version in about dialog during buildMarkus Knauer1-1/+1
With this change, the version string ("Version: Luna Release") is now externalised, and can be set during build time. This allows a better information in the about dialog, e.g. use the milestone in the release name ("Version: Luna M5 Release").
2014-01-20Update version for Luna M5Markus Knauer2-3/+3
2013-12-19Add php to packages_map.txtMarkus Knauer1-0/+3
2013-12-16Use new EPP version 4.4.0 in all placesMarkus Knauer2-2/+2
Bug 423771 - Next version number of EPP for Luna: 2.1.0? 3.0.0? 4.4.0? 8.0? https://bugs.eclipse.org/bugs/show_bug.cgi?id=423771
2013-12-16Adjust build behaviour to old systemMarkus Knauer1-5/+38
- mirror EPP IUs to a single local EPP p2 repository - create download archives according to old naming conventions
2013-12-15Update web config files to Luna M4Markus Knauer2-4/+1
2013-11-28Update fill-in in about.mappings with build timestamp during buildMarkus Knauer1-0/+59
The implementation uses the maven-resources-plugin and has been ported from the Eclipse Platform Git repository platform/eclipse.platform.releng.aggregator.git from their pom at /plain/eclipse-platform-parent/pom.xml
2013-11-28Introduce project specific settings (UTF-8, Unix LF) in all projectsMarkus Knauer2-0/+4
2013-11-25Update copyright date (headers and about text) to 2014Markus Knauer2-2/+2
2013-11-17Enable all but the Parallel package in Tycho buildMarkus Knauer1-1/+1
2013-11-17Ignore optional dependencies in Tycho build in all packagesMarkus Knauer1-0/+8
2013-11-15To be honest, I do not quite remember everything I changed here today.Markus Knauer1-1/+1
But it is all good, I tell ya.
2013-11-15Set timestampProvider to jgit.dirtyWorkingTreeMarkus Knauer1-0/+1
2013-11-15Fix tycho-pack200b-plugin versionMarkus Knauer1-1/+1
2013-11-15Use Tycho 0.19.0 instead 0.18.1Markus Knauer1-1/+1
2013-11-15Extract parent pom into its own file and add more configurationMarkus Knauer1-0/+272
2013-11-03Prepare for Luna M3Markus Knauer1-1/+1
2013-10-01Prepare for Luna M2Markus Knauer1-1/+1
2013-08-26Re-add content in empty packages_map.txt fileMarkus Knauer1-0/+45
2013-08-17Upgrade from Kepler to LunaMarkus Knauer7-63/+18
- Update feature.xml, epp.product, MANIFEST.MF, p2.inf, plugin.xml, epp.website.xml, pom.xml, ... from EPP 2.0 to 2.1 and adjust "Kepler" with new "Luna" - Update build scripts, map files, etc. - Create .project files for new virtual Tycho product projects
2013-08-17Clean up after release: Remove outdated mobile packageMarkus Knauer1-44/+0
2013-06-25Update download stats XSL for Kepler and include Standard packageMarkus Knauer1-1/+9
2013-06-10Update website files and config to Kepler RC4Markus Knauer1-1/+1
2013-06-02Update website files and config to Kepler RC3Markus Knauer1-1/+1
2013-06-02Update renamed classic->standard package to map fileMarkus Knauer1-2/+5
2013-05-28Clean up old SDK/Classic entries in packaging scriptsMarkus Knauer2-70/+0
2013-05-28Standard updates from Kepler RC1 -> RC2Markus Knauer2-3/+3
2013-05-19Update scripts and XML files to Kepler RC1Markus Knauer2-3/+3

Back to the top