Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDT LSP 1.1.0 download files #714

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions releng/download/releases/cdt-lsp-1.1/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='CDT LSP 1.1.0 Update Site'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s%3N -->
<property name='p2.timestamp' value='1708507323000'/>
</properties>
<children size='1'>
<child location='cdt-lsp-1.1.0'/>
</children>
</repository>
12 changes: 12 additions & 0 deletions releng/download/releases/cdt-lsp-1.1/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='CDT LSP 1.1.0 Update Site'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s%3N -->
<property name='p2.timestamp' value='1708507323000'/>
</properties>
<children size='1'>
<child location='cdt-lsp-1.1.0'/>
</children>
</repository>
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s%3N -->
<property name='p2.timestamp' value='1695074948699'/>
<property name='p2.timestamp' value='1708507323000'/>
</properties>
<children size='1'>
<child location='../cdt-lsp-1.0'/>
<child location='../cdt-lsp-1.1'/>
</children>
</repository>
4 changes: 2 additions & 2 deletions releng/download/releases/cdt-lsp-latest/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='1'>
<!-- timestamp made with date +%s%3N -->
<property name='p2.timestamp' value='1695074948699'/>
<property name='p2.timestamp' value='1708507323000'/>
</properties>
<children size='1'>
<child location='../cdt-lsp-1.0'/>
<child location='../cdt-lsp-1.1'/>
</children>
</repository>
1 change: 1 addition & 0 deletions releng/scripts/promote-files-to-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $ECHO $SCP ./releng/download/releases/11.4/* "${SSHUSER}:${DOWNLOAD}/releases/11
$ECHO $SSH mkdir -p "${DOWNLOAD}/releases/cdt-lsp-latest/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-latest/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-latest/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-1.0/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-1.0/"
$ECHO $SCP ./releng/download/releases/cdt-lsp-1.1/* "${SSHUSER}:${DOWNLOAD}/releases/cdt-lsp-1.1/"

# Issue #235 - some of the old archived releases had bad composites. For those
# ones we started maintaining the files here as it was the easiest way to edit
Expand Down
Loading