File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
url=$2
3
3
justj21=$3
4
4
5
+ echo " Include JustJ bit: ${justj21} "
6
+
5
7
rm -f ./compositeArtifacts.xml
6
8
rm -f ./compositeContent.xml
7
9
rm -f ./p2.index
@@ -13,7 +15,7 @@ echo " type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArt
13
15
echo " <properties size='1'>" >> compositeArtifacts.xml
14
16
echo " <property name='p2.timestamp' value='${val} '/>" >> compositeArtifacts.xml
15
17
echo " </properties>" >> compositeArtifacts.xml
16
- if [ " ${jusstj21 } " = true ] ; then
18
+ if [ " ${justj21 } " = true ] ; then
17
19
echo " <children size='2'>" >> compositeArtifacts.xml
18
20
echo " <child location='${url} '/>" >> compositeArtifacts.xml
19
21
echo " <child location='https://download.eclipse.org/justj/jres/21/updates/release/latest/'/>" >> compositeArtifacts.xml
@@ -32,7 +34,7 @@ echo " type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMet
32
34
echo " <properties size='1'>" >> compositeContent.xml
33
35
echo " <property name='p2.timestamp' value='${val} '/>" >> compositeContent.xml
34
36
echo " </properties>" >> compositeContent.xml
35
- if [ " ${jusstj21 } " = true ] ; then
37
+ if [ " ${justj21 } " = true ] ; then
36
38
echo " <children size='2'>" >> compositeContent.xml
37
39
echo " <child location='${url} '/>" >> compositeContent.xml
38
40
echo " <child location='https://download.eclipse.org/justj/jres/21/updates/release/latest/'/>" >> compositeContent.xml
Original file line number Diff line number Diff line change 44
44
run : |
45
45
echo "Akamai S3 Aggregate Update Sites Creation..."
46
46
dirs=`aws s3 ls s3://tools-spring-io/release/TOOLS/sts4/update/${{ inputs.version }}/`
47
+ echo "${dirs}"
47
48
pattern='^e[0-9]+.[0-9]+/$'
48
49
invalid_urls=""
49
50
for dir in $dirs
You can’t perform that action at this time.
0 commit comments