source: ProjectBuilder/devel/pb/contrib/newpb@ 417

Last change on this file since 417 was 327, checked in by Bruno Cornec, 16 years ago

Improvements in cms2build for SVN but still not finished.

  • Property svn:executable set to *
File size: 454 bytes
Line 
1#!/usr/bin/perl -w
2
3# Script to be used as pbscript to install latest pb version
4# missing pb account on the QEMU VM, and adds it to sudo
5
6use strict;
7
8system "ntpdate ntp.home.musique-ancienne.org ; rm -rf project-builder-* ; wget --passive-ftp ftp://ftp.mondorescue.org/src/project-builder-latest.tar.gz ; tar xvfz project-builder-latest.tar.gz ; cd project-builder-* ; perl Makefile.PL ; make ; sudo make install ; cd .. ; sudo halt -p ; sleep 120";
9
Note: See TracBrowser for help on using the repository browser.