ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/diff.sh
Revision: 562
Committed: 2013-02-10T21:57:03-08:00 (12 years, 4 months ago) by douglas
Content type: text/x-sh
File size: 309 byte(s)
Log Message:
Make sure $FreeBSD$ IDs don't get into diffs.


File Contents

# Content
1 #!/usr/local/bin/bash
2
3 source "`dirname $0`/common.sh"
4
5 diff="diff/$category_port/$port.`date -u +%Y-%m-%dT%H%M%SZ`.diff"
6
7 svnmkdir `dirname $diff`
8 sanitize_freebsd_ids
9 (cd $category; diff -I '\$FreeBSD.*\$' -Nrux .svn -x work /usr/ports/$category_port $port) | tee $diff
10 unsanitize_freebsd_ids
11 svn add $diff

Properties

Name Value
svn:executable *