forked from pool/build-compare
- Handle *.war files like *.jar files
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=169
This commit is contained in:
parent
d9327c6487
commit
facecfbfa1
@ -2,6 +2,7 @@
|
||||
Wed Feb 4 17:57:27 UTC 2015 - olaf@aepfle.de
|
||||
|
||||
- Remove more javadoc references (bnc#916161)
|
||||
- Handle *.war files like *.jar files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 4 15:53:05 UTC 2015 - olaf@aepfle.de
|
||||
|
@ -337,7 +337,7 @@ check_single_file()
|
||||
done
|
||||
return $ret
|
||||
;;
|
||||
*.zip|*.jar)
|
||||
*.zip|*.jar|*.war)
|
||||
cd old
|
||||
unjar_l ./$file |sort > flist
|
||||
# 10-05-2010 14:39
|
||||
|
Loading…
Reference in New Issue
Block a user