Closed Bug 457683 Opened 17 years ago Closed 17 years ago

install Config::General on moz2-linux-slave* in preparation for 3.1 releases

Categories

(Release Engineering :: General, defect, P2)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: bhearsum)

References

Details

(Whiteboard: [hg-automation])

We use our Linux slaves for bumping PatcherConfig files. This depends on Perl's Config::General module. We need to install it on all of the linux slaves in the pool to make sure it doesn't bail out. Version 2.30 seems to be the best one to use - it produces the prettiest files.
Priority: -- → P2
Whiteboard: [hg-automation]
done.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Please add the install steps to the linux refplatform doc. KaiRo was doing SeaMonkey release testing and was hitting errors from missing Config::General.
This block of commands works to install 2.30, we just need to find out where to put it in the doc (i.e. into what version of the refplatform it went): wget http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/Config-General-2.30.tar.gz tar -zvxf Config-General-2.30.tar.gz cd Config-General-2.30/ perl Makefile.PL make make install
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.