mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 19:45:22 +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 .
|
cp -R $DIR/plugins .
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# CHECK VERSION CORRECTNESS for MICRO UPDATES only
|
# CHECK VERSION CORRECTNESS for MICRO or MINOR UPDATES only
|
||||||
# Minor/major version updates are not allowed.
|
# Major version updates are not allowed.
|
||||||
# Update of "qualifier" requires also updating "micro"
|
# Update of "qualifier" requires also updating "micro" or "minor"
|
||||||
echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.2"
|
echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.2"
|
||||||
ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt
|
ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt
|
||||||
ls ../updates/3.2/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt
|
ls ../updates/3.2/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue