From 55d301184df22b89ea66c011f7cbd755cb79f82e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 12 Dec 2020 22:10:39 -0500 Subject: Get rid of a _long_ obsolete tool. Change-Id: I09474927a13c6ff51b667c80ac99af1d1a65fa07 --- tools/svnupcheck.pl | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 tools/svnupcheck.pl diff --git a/tools/svnupcheck.pl b/tools/svnupcheck.pl deleted file mode 100755 index 723305bbce..0000000000 --- a/tools/svnupcheck.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl - -# feed this script the output from svn update and it will tell if a rebuild -# is needed/wanted -my $change; -while() { - if(/^([A-Z]+) *(.*)/) { - my ($w, $path) = ($1, $2); - if($path !~ /^(rbutil|manual)/) { - $change++; - } - } -} - -print "rebuild!\n" if($change); -- cgit v1.2.3