~unity-team/unity-api/kbdLayout

« back to all changes in this revision

Viewing changes to test/copyright/check_copyright.sh

  • Committer: CI Train Bot
  • Author(s): Pawel Stolowski
  • Date: 2015-11-24 12:01:46 UTC
  • mfrom: (194.1.4 license-check)
  • Revision ID: ci-train-bot@canonical.com-20151124120146-0ng99u5sn42sm3tn
Depend on devscripts, needed by licensecheck. Disable licensecheck on xenial for now.
Approved by: PS Jenkins bot, Michi Henning

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
[ $# -lt 1 ] && usage
34
34
[ $# -gt 2 ] && usage
35
35
 
 
36
 
 
37
# TODO: Temporary hack to work around broken licensecheck on xenial (see LP #1519292).
 
38
# Remove this once that is fixed.
 
39
distro=$(lsb_release -c -s)
 
40
[ "$distro" = "xenial" ] && exit 0
 
41
 
36
42
ignore_pat="\\.sci$|CMakeFiles"
37
43
 
38
44
#