minor stuff, comments, using right cvs command

This commit is contained in:
mcafee%netscape.com 2001-08-20 22:43:36 +00:00
parent 2b1afff40c
commit b3ec154c9c

View File

@ -11,7 +11,10 @@
# but it works for now. Feel free to improve this mechanism to properly
# return values & stuff. -mcafee
#
# Things to do:
# * Get pull by branch working
#
#
use strict;
package PostMozilla;
@ -25,7 +28,7 @@ sub checkout {
# checkout galeon source
$ENV{CVSROOT} = ":pserver:anonymous\@anoncvs.gnome.org:/cvs/gnome";
my $status = TinderUtils::run_shell_command("cvs checkout galeon");
my $status = TinderUtils::run_shell_command("$Settings::CVS checkout galeon");
# hack in the galeon prefs, if needed
@ -38,6 +41,7 @@ sub main {
TinderUtils::print_log "Post-Mozilla build goes here.\n";
# Pending a config file, stuff things here.
my $post_status = 'success'; # Success until we report a failure.
my $status = 0;
my $galeon_alive_test = 1;