From b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 6 Jul 2015 19:21:04 +0000 Subject: Bug 1172968: Move the scripts we want to keep from contrib/* and place them in scripts/ directory. Remove contrib from repo --- contrib/new-yui3.pl | 80 ----------------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100755 contrib/new-yui3.pl (limited to 'contrib/new-yui3.pl') diff --git a/contrib/new-yui3.pl b/contrib/new-yui3.pl deleted file mode 100755 index 2d1eeddc2..000000000 --- a/contrib/new-yui3.pl +++ /dev/null @@ -1,80 +0,0 @@ -#!/usr/bin/perl -w -# -# Updates the version of YUI3 used by Bugzilla. Just pass the path to -# an unzipped yui release directory, like: -# -# contrib/new-yui3.pl /path/to/yui3/ -# - -use strict; - -use FindBin; -use File::Find; -use File::Basename; - -use constant EXCLUDES => qw( - gallery-* -); - -sub usage { - my $error = shift; - print "$error\n"; - print <