mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 16:54:42 +00:00
Also tests clang extra for the max revision
This commit is contained in:
parent
2357b2aa8a
commit
8a26d68fe0
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -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}')
|
||||
|
Loading…
Reference in New Issue
Block a user