Last change
on this file since fe3434a was
f54b72d,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
git fixes
|
-
Property mode set to
100755
|
File size:
278 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | PKG=$1 |
---|
| 4 | |
---|
| 5 | #skip if there is no previous commit |
---|
[f54b72d] | 6 | #svn info "$PKG" &>/dev/null || exit 1 |
---|
[c5c522c] | 7 | |
---|
| 8 | #shows differences between current .pkg file and latest in repository |
---|
[f54b72d] | 9 | diff <( tar -tzf <(cd `dirname "$PKG"`; git show HEAD:"./`basename $PKG`" ) | sort ) <(tar -tzf "$PKG"|sort ) |
---|
Note: See
TracBrowser
for help on using the repository browser.