mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
Add version update check for mkTestUpdates.sh
This commit is contained in:
parent
5698ddd5b8
commit
25ab426364
1 changed files with 2 additions and 2 deletions
|
@ -192,13 +192,13 @@ elif [ `basename $SITE` = signedUpdates ]; then
|
|||
mv -f web/site.xsl.new web/site.xsl
|
||||
## CHECK VERSION CORRECTNESS for 2.0.1
|
||||
echo "VERIFYING VERSION CORRECNESS: Features"
|
||||
ls features | grep -v '_[12]\.0\.1_' | sort > f1.$$.txt
|
||||
ls features | grep -v '_[12]\.0\.1\.v' | sort > f1.$$.txt
|
||||
ls ../updates/2.0/features | sort > f2.$$.txt
|
||||
echo "wc old-features:"
|
||||
wc f1.$$.txt
|
||||
diff f1.$$.txt f2.$$.txt
|
||||
echo "VERIFYING VERSION CORRECNESS: Plugins"
|
||||
ls plugins | grep -v '_[12]\.0\.1_' | sort > p1.$$.txt
|
||||
ls plugins | grep -v '_[12]\.0\.1\.v' | sort > p1.$$.txt
|
||||
ls ../updates/2.0/plugins | sort > p2.$$.txt
|
||||
echo "wc old-plugins:"
|
||||
wc p1.$$.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue