Closed
Bug 637247
Opened 14 years ago
Closed 14 years ago
Please update tinderbox-stage for bug 635793
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: fox2mike)
References
Details
Please update tinderbox-stage for bug 635793, but please first sacrifice three chickens and one sheep, and then keep the fingers of your free hand crossed while typing with the other, because I really really want it to make loading admintree.cgi take less than five minutes. Thanks!
Assignee | ||
Comment 1•14 years ago
|
||
I didn't make any sacrifices, so this might not work :p
[root@dm-webtools04 tinderbox-src]# cvs up -dP
? memory-after.log
? memory-before.log
? memory-compare.log
cvs update: Updating .
M Makefile
P admintree.cgi
M processbuild.pl
cvs update: Updating examples
[root@dm-webtools04 tinderbox-src]# make
/sbin/service sendmail stop
Shutting down sm-client: [ OK ]
Shutting down sendmail: [ OK ]
mkdir -p /var/www/webtools/tinderbox/examples
set -e ; \
for I in Backwards.pm cvsquery.pl ep_mac.pl ep_unix.pl ep_unittest.pl ep_windows.pl get_line.pl header.pl showbuilds.pl tbglobals.pl Empty.html faq.html index.html examples/buildit.config examples/mozilla-unix.pl examples/mozilla-windows.pl addnote.cgi admintree.cgi buildwho.pl clean.pl checksetup.pl doadmin.cgi scrape.pl showbuilds.cgi showlog.cgi warnings.pl handlemail.pl processbuild.pl ; do \
echo Installing $I && \
sed -e s#/usr/bin/perl#/usr/bin/perl#g \
-e s#@CVSROOT@#/cvsroot#g \
-e s#@DATA_DIR@#/var/www/webtools/tinderbox/data#g \
-e s#@TINDERBOX_DIR@#/var/www/webtools/tinderbox#g \
-e s#@SETUID_PATH@#'/usr/bin:/bin'#g \
$I > /var/www/webtools/tinderbox/$I && \
chmod 644 /var/www/webtools/tinderbox/$I; \
done
Installing Backwards.pm
Installing cvsquery.pl
Installing ep_mac.pl
Installing ep_unix.pl
Installing ep_unittest.pl
Installing ep_windows.pl
Installing get_line.pl
Installing header.pl
Installing showbuilds.pl
Installing tbglobals.pl
Installing Empty.html
Installing faq.html
Installing index.html
Installing examples/buildit.config
Installing examples/mozilla-unix.pl
Installing examples/mozilla-windows.pl
Installing addnote.cgi
Installing admintree.cgi
Installing buildwho.pl
Installing clean.pl
Installing checksetup.pl
Installing doadmin.cgi
Installing scrape.pl
Installing showbuilds.cgi
Installing showlog.cgi
Installing warnings.pl
Installing handlemail.pl
Installing processbuild.pl
set -e ; \
for I in 1afi003r.gif star.gif ; do \
echo Installing $I && \
cp $I /var/www/webtools/tinderbox && \
chmod 644 /var/www/webtools/tinderbox/$I; \
done
Installing 1afi003r.gif
Installing star.gif
mkdir -p /var/www/webtools/tinderbox/data/bad
#chown -R tinderbox /var/www/webtools/tinderbox
#chgrp -R tinderbox /var/www/webtools/tinderbox
chmod 755 /var/www/webtools/tinderbox
chmod 770 /var/www/webtools/tinderbox/examples
mkdir -p /var/www/webtools/tinderbox/data/bad
Not replacing existing queryconfig.pl
Check queryconfig.pl in build directory for new features
chgrp -R tinderbox /var/www/webtools/tinderbox/data
chmod 770 /var/www/webtools/tinderbox/data
chmod 770 /var/www/webtools/tinderbox/data/bad
chmod 755 /var/www/webtools/tinderbox/addnote.cgi /var/www/webtools/tinderbox/admintree.cgi /var/www/webtools/tinderbox/buildwho.pl /var/www/webtools/tinderbox/clean.pl /var/www/webtools/tinderbox/checksetup.pl /var/www/webtools/tinderbox/doadmin.cgi /var/www/webtools/tinderbox/scrape.pl /var/www/webtools/tinderbox/showbuilds.cgi /var/www/webtools/tinderbox/showlog.cgi /var/www/webtools/tinderbox/warnings.pl
chmod 4755 /var/www/webtools/tinderbox/handlemail.pl /var/www/webtools/tinderbox/processbuild.pl
/sbin/service sendmail start
Starting sendmail: [ OK ]
Starting sm-client: [ OK ]
[root@dm-webtools04 tinderbox-src]#
Assignee: server-ops → shyam
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•