mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
minor stuff, comments, using right cvs command
This commit is contained in:
parent
2b1afff40c
commit
b3ec154c9c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user