зеркало из https://github.com/mozilla/gecko-dev.git
temporarily disable Date::Manip until it's installed on the slaves, now that we are past Tag
This commit is contained in:
Родитель
1f652081dc
Коммит
b570d8f86d
|
@ -6,7 +6,7 @@ package Bootstrap::Step::Tag;
|
|||
use Cwd;
|
||||
use File::Copy qw(move);
|
||||
use POSIX qw(strftime);
|
||||
use Date::Manip;
|
||||
#use Date::Manip;
|
||||
|
||||
use MozBuild::Util qw(MkdirWithPath RunShellCommand);
|
||||
use Bootstrap::Util qw(CvsCatfile);
|
||||
|
|
|
@ -6,8 +6,8 @@ PRODUCT_TAG = $(shell grep "^productTag[ \t]" bootstrap.cfg | sed -e 's/[^=]*= *
|
|||
PRODUCT_RC = $(shell grep "^rc[ \t]" bootstrap.cfg | sed -e 's/[^0-9]*\([0-9]*\).*/\1/')
|
||||
|
||||
test:
|
||||
#for f in release t/test.pl `find . -name "*.pm"`; do \
|
||||
#perl -c $$f || exit $?; done
|
||||
for f in release t/test.pl `find . -name "*.pm"`; do \
|
||||
perl -c $$f || exit $?; done
|
||||
if [ -f t/test.log ]; then rm t/test.log; fi
|
||||
if [ ! -f bootstrap.cfg ]; then cp bootstrap.cfg.example bootstrap.cfg; fi
|
||||
cp t/tinder-config.pl.orig t/tinder-config.pl
|
||||
|
|
Загрузка…
Ссылка в новой задаче