mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[releng] fix comment about version check
This commit is contained in:
parent
7650ebafce
commit
85f852f21a
1 changed files with 3 additions and 3 deletions
|
@ -77,9 +77,9 @@ if [ ${TYPE} = test ]; then
|
|||
cp -R $DIR/plugins .
|
||||
fi
|
||||
fi
|
||||
# CHECK VERSION CORRECTNESS for MICRO UPDATES only
|
||||
# Minor/major version updates are not allowed.
|
||||
# Update of "qualifier" requires also updating "micro"
|
||||
# CHECK VERSION CORRECTNESS for MICRO or MINOR UPDATES only
|
||||
# Major version updates are not allowed.
|
||||
# Update of "qualifier" requires also updating "micro" or "minor"
|
||||
echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.2"
|
||||
ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt
|
||||
ls ../updates/3.2/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue