5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 12:50:43 +08:00

Preparing for release 1.4.0-incubating-rc1

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/branches/branch-1.4.0@1199636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bilung Lee 2011-11-09 07:46:29 +00:00
parent 13f165a712
commit dcd389cfd6
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Apache SQOOP
Apache Sqoop
Copyright 2011 The Apache Software Foundation
This product includes software developed at

View File

@ -45,9 +45,11 @@ sed -i -e "s|${basedir}||" ${auditlog}
# Exclude paths that don't count.
# Anything in /docs is auto-generated.
# Anything in /testdata is a file that is supposed to represent exact output.
# Change log does not need a license.
grep '!?????' ${auditlog} \
| grep -v ' \/docs\/' \
| grep -v ' \/testdata\/' \
| grep -v ' \/CHANGES.txt' \
> ${filtered}
# Check: did we find any violations after filtering?