Also tests clang extra for the max revision

This commit is contained in:
Sylvestre Ledru 2013-04-19 07:30:13 +00:00
parent 2357b2aa8a
commit 8a26d68fe0

2
debian/orig-tar.sh vendored
View File

@ -27,7 +27,7 @@ get_svn_url() {
}
get_higher_revision() {
PROJECTS="llvm cfe compiler-rt polly lldb"
PROJECTS="llvm cfe compiler-rt polly lldb clang-tools-extra"
REVISION_MAX=0
for f in $PROJECTS; do
REVISION=$(LANG=C svn info $(get_svn_url $f $BRANCH)|grep "^Last Changed Rev:"|awk '{print $4}')