From 341f8d10cfd341c5cba31f5e252fd187c45250c3 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" Date: Mon, 22 Mar 1999 23:11:02 +0000 Subject: [PATCH] don't copy anything to the stage directory. dostage will do this now --- webtools/newsbot/newsbot.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/webtools/newsbot/newsbot.sh b/webtools/newsbot/newsbot.sh index 54ce3a9e761..50964383beb 100755 --- a/webtools/newsbot/newsbot.sh +++ b/webtools/newsbot/newsbot.sh @@ -23,13 +23,9 @@ then echo "rebuilding newsbot file" /opt/newsbot/newsbot.pl /var/mail/newsbot /opt/newsbot/newsbot.rdf > /opt/newsbot/newsbot.html - # wrap file and place in /e/doc (the live web site) + # wrap file and place in newsbot directory /opt/newsbot/wrapnews.pl - # copy raw html file to stage dir so it doesn't disappear the next - # time the tree is updated. - cp /opt/newsbot/newsbot.html /e/stage-docs/mozilla-org/html/newsbot/index.html - # copy the wrappped file into the live web site. cp /opt/newsbot/wrapped.html /e/docs/newsbot/index.html