Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse 4diac Wiki/Development/4diac Releng"

Line 8: Line 8:
 
#* Tag commit with release (e.g., 1.9.0.M1, 1.10.1)
 
#* Tag commit with release (e.g., 1.9.0.M1, 1.10.1)
 
# Build 4diac-ide
 
# Build 4diac-ide
#* currently local build using Tycho
+
#* Trigger build in 4diac Hipp instance
 +
#* Download build results
 
#* rename output files according to release: 4diac-ide-incubation_version_platform.ending (e.g., 4diac-ide-incubation_1.9.0.M2_linux.gtk.x86.tar.gz, 4diac-ide-incubation_1.10.1_win32.x86_64.zip)
 
#* rename output files according to release: 4diac-ide-incubation_version_platform.ending (e.g., 4diac-ide-incubation_1.9.0.M2_linux.gtk.x86.tar.gz, 4diac-ide-incubation_1.10.1_win32.x86_64.zip)
 
# Assemble FORTE
 
# Assemble FORTE
Line 17: Line 18:
 
#* Connect to build.eclipse.org (sftp username@build.eclipse.org)
 
#* Connect to build.eclipse.org (sftp username@build.eclipse.org)
 
#* go into release dir (e.g., /home/data/httpd/download.eclipse.org/4diac/...)
 
#* go into release dir (e.g., /home/data/httpd/download.eclipse.org/4diac/...)
 +
#* Update release specific update sites
 
# Update download web site
 
# Update download web site
 
# Prepare news for:
 
# Prepare news for:

Revision as of 09:40, 17 December 2017

Short checklist for 4diac releases:

  1. prepare branding
    • Update splash screen
    • Update update version number in VM Arguments: -Declipse.buildId= (this is needed for AERI)
  2. Prepare git repositories
    • For Major and bug fix releases merge release branch to master
    • Tag commit with release (e.g., 1.9.0.M1, 1.10.1)
  3. Build 4diac-ide
    • Trigger build in 4diac Hipp instance
    • Download build results
    • rename output files according to release: 4diac-ide-incubation_version_platform.ending (e.g., 4diac-ide-incubation_1.9.0.M2_linux.gtk.x86.tar.gz, 4diac-ide-incubation_1.10.1_win32.x86_64.zip)
  4. Assemble FORTE
    • clone anonymous git :
    • change to release branch
    • zip forte and name it forte-incubation_version.zip
  5. Put it onto eclipse download site
    • Connect to build.eclipse.org (sftp username@build.eclipse.org)
    • go into release dir (e.g., /home/data/httpd/download.eclipse.org/4diac/...)
    • Update release specific update sites
  6. Update download web site
  7. Prepare news for:
    • 4diac webseite, mirror on sourceforge
  8. Announce it on
    • LinkedIn
    • Xing
    • Freshcode

Back to the top