Skip to content

Commit

Permalink
Ensure that there always exists a staging repository (#151)
Browse files Browse the repository at this point in the history
Fixes #142
  • Loading branch information
jonahgraham committed May 2, 2024
1 parent e53ace2 commit fe3bd82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions releng/org.eclipse.epp.config/tools/promote-a-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ else
TOUCHDIRS="${REPO}/${RELEASE_DIR} ${DOWNLOADS}/${RELEASE_DIR}"
fi

# Restore the staging p2 repo - see https://github.com/eclipse-packaging/packages/issues/142
# Note we copy it back rather than not mv it in the first place (done above)
# as this was simpler for the author to write at the time.
$ECHO $SSH mkdir -p ${EPP_DOWNLOADS}/staging/repository
$ECHO $SSH cp -rpvf ${REPO}/${RELEASE_DIR}/* ${EPP_DOWNLOADS}/staging/repository/

# ----------------------------------------------------------------------------------------------
# Update the release.xml for Web team to consume and create the entries in https://www.eclipse.org/downloads/packages/
# The other consumer of this is some external packagers, see Bug 577659 Comment 3 for an example
Expand Down

0 comments on commit fe3bd82

Please sign in to comment.