temporarily disable Date::Manip until it's installed on the slaves, now that we are past Tag

This commit is contained in:
rhelmer@mozilla.com 2008-01-30 15:16:30 -08:00
Родитель 1f652081dc
Коммит b570d8f86d
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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