Changeset f54b72d for npl/diffpkg


Ignore:
Timestamp:
01/17/17 23:52:06 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, ntop, perl-5.22
Children:
5e97a9c
Parents:
60c2b1d
Message:

git fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/diffpkg

    r60c2b1d rf54b72d  
    44
    55#skip if there is no previous commit
    6 svn info "$PKG" &>/dev/null || exit 1
     6#svn info "$PKG" &>/dev/null || exit 1
    77
    88#shows differences between current .pkg file and latest in repository
    9 diff <( tar -tzf <(svn cat "$PKG" ) | sort ) <(tar -tzf "$PKG"|sort )
     9diff <( tar -tzf <(cd `dirname "$PKG"`; git show HEAD:"./`basename $PKG`" ) | sort ) <(tar -tzf "$PKG"|sort )
Note: See TracChangeset for help on using the changeset viewer.