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 4: Line 4:
 
#* Update splash screen
 
#* Update splash screen
 
#* Update update version number in VM Arguments: -Declipse.buildId= (this is needed for AERI)
 
#* Update update version number in VM Arguments: -Declipse.buildId= (this is needed for AERI)
# Prepare git repos
+
# Prepare git repositories
#* For Major and bugfix releases merge release branch to master
+
#* For Major and bug fix releases merge release branch to master
 
#* 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
Line 11: Line 11:
 
#* 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
# clone anonymous git :
+
#* clone anonymous git :
# change to release branch
+
#* change to release branch
# zip forte and name it forte-incubation_version.zip
+
#* zip forte and name it forte-incubation_version.zip
 +
# 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/...)

Revision as of 12:31, 14 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
    • currently local build using Tycho
    • 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/...)

Back to the top