bug 407785: Bootstrap::Util::CvsTag should log what it's going to do. r=rhelmer, patch=me
git-svn-id: svn://10.0.0.236/trunk@241567 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
795352e823
commit
1088d4e647
@ -228,6 +228,12 @@ sub CvsTag {
|
||||
push(@cmdArgs, $tagName);
|
||||
push(@cmdArgs, @{$files}) if (scalar(@{$files}) > 0);
|
||||
|
||||
# We can't use Bootstrap::Step logs since we are in Util, oh well...
|
||||
print 'log: Running "cvs tag" as follows in' . $cvsDir . ':';
|
||||
print 'log: cvs ' . join(' ', @cmdArgs);
|
||||
print 'log: Logging output to: ' . $logFile;
|
||||
print 'log: Timeout: ' . $timeout;
|
||||
|
||||
my %cvsTagArgs = (command => 'cvs',
|
||||
args => \@cmdArgs,
|
||||
dir => $cvsDir,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user