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

MDT/OCL/Dev/Releng/Cheatsheet/promote-M.properties

# source dir
sourceZipsDir=/home/data/httpd/download-staging.priv/modeling/mdt/ocl/

# target dir
targetZipsDir=/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/downloads/drops/3.0.2

# group owner of new files
targetGroup=mdtadmin

# type(s) to copy (N, I, M, S, R; default to all)
buildTypes=M

# synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch)
synchMethod=add

# if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents
targetUpdateDir=/home/data/httpd/download.eclipse.org/modeling/mdt/ocl/updates/releases/3.0.2

Back to the top