Skip to content

Commit

Permalink
Improve generated repository composite names.
Browse files Browse the repository at this point in the history
For writeComposites.shh it should be Eclipse SimRel 2024-06,
i.e., the release name

eclipse-simrel/simrel.build#286
  • Loading branch information
merks committed Mar 12, 2024
1 parent 2916c3b commit e69ff0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions promoteUtils/writeComposites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ write_header() {
cat > "${outfile}" <<EOL
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='${name}' type='org.eclipse.equinox.internal.p2.metadata.repository.${type}' version='1.0.0'>
<repository name='Eclipse SimRel ${name}' type='org.eclipse.equinox.internal.p2.metadata.repository.${type}' version='1.0.0'>
<properties size='3'>
<property name='p2.timestamp' value='${timestamp}'/>
<property name='p2.compressed' value='true'/>
Expand Down Expand Up @@ -74,7 +74,7 @@ write_composite_repo() {
local type="$3"
local maxChildren="$4"
local release="$5"
local repo_name="Eclipse Repository"
local repo_name="Eclipse SimRel ${name}"

write_header "${outfile}" "${type}" "${repo_name}"

Expand Down

0 comments on commit e69ff0e

Please sign in to comment.