diff --git a/mozilla/webtools/tinderbox/Makefile b/mozilla/webtools/tinderbox/Makefile
index fd2530a9a00..c056a4f694a 100755
--- a/mozilla/webtools/tinderbox/Makefile
+++ b/mozilla/webtools/tinderbox/Makefile
@@ -53,17 +53,14 @@ SETUID_PATH = '/usr/bin:/bin'
ALL_UTILS = PERL
EXE_FILES = \
- addimage.cgi \
addnote.cgi \
admintree.cgi \
buildwho.pl \
clean.pl \
checksetup.pl \
doadmin.cgi \
- fixupimages.pl \
scrape.pl \
showbuilds.cgi \
- showimages.cgi \
showlog.cgi \
warnings.pl \
$(NULL)
@@ -82,7 +79,6 @@ FILES = \
ep_windows.pl \
get_line.pl \
header.pl \
- imagelog.pl \
showbuilds.pl \
tbglobals.pl \
Empty.html \
diff --git a/mozilla/webtools/tinderbox/README b/mozilla/webtools/tinderbox/README
index 6eae138eaa5..40b9bca2d5f 100644
--- a/mozilla/webtools/tinderbox/README
+++ b/mozilla/webtools/tinderbox/README
@@ -276,9 +276,6 @@ Other Files
Empty.html Document used for an empty frame by ???
-addimage.cgi The form that lets you add a new image to the list of
- images that Tinderbox picks from randomly.
-
addnote.cgi Add a note to a build log.
admintree.cgi Lets you perform various admin tasks on a Tinderbox tree.
@@ -295,12 +292,8 @@ ep_windows.pl Knows how to parse Windows build error logs. Used by ???
faq.html Wildly out of date.
-fixupimages.pl ???
tbglobals.pl ???
-imagelog.pl ???
index.html ???
reledanim.gif ???
-showimages.cgi Show all the images in the Tinderbox list. Password-protected.
-
star.gif The "star" image used to annotate builds. Used by showbuilds.cgi
diff --git a/mozilla/webtools/tinderbox/addimage.cgi b/mozilla/webtools/tinderbox/addimage.cgi
deleted file mode 100755
index f326e8b6eea..00000000000
--- a/mozilla/webtools/tinderbox/addimage.cgi
+++ /dev/null
@@ -1,398 +0,0 @@
-#!/usr/bin/perl --
-# -*- Mode: perl; indent-tabs-mode: nil -*-
-#
-# The contents of this file are subject to the Netscape Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/NPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Tinderbox build tool.
-#
-# The Initial Developer of the Original Code is Netscape Communications
-# Corporation. Portions created by Netscape are
-# Copyright (C) 1998 Netscape Communications Corporation. All
-# Rights Reserved.
-#
-# Contributor(s):
-
-use strict;
-use Socket;
-
-require 'header.pl';
-
-print "Content-type: text/html\n\n";
-
-EmitHtmlTitleAndHeader("tinderbox: add images", "add images");
-
-$| = 1;
-
-require "tbglobals.pl";
-require "imagelog.pl";
-
-my %form = &split_cgi_args();
-
-
-sub Error {
- my ($msg) = @_;
- print "
";
- print "
"; - print "
"; - print "Hit \`Back' and try again."; - print "
This is about fun, and making your daily excursion to -Tinderbox a -novel experience. Engineers spend a lot of time here; it might as well -have some entertainment value. - -
Please play nice. We don't have the time or inclination to look at -everything you people submit, but if we get nastygrams or legalgrams -and have to take something down, we will curse your IP address, and you -might even make it so the whole thing goes away forever. Please don't -make us go there. You might also avoid links to big images or slow -servers. - -
If you really find an image offensive, please -tell us -nicely before someone causes a stink. Be sure to include the URL of -the image. Remember, we don't screen these submissions and may not -have even seen it. - -
|
- - $quote -
|
|