Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7277 in orxonox.OLD


Ignore:
Timestamp:
Apr 4, 2006, 12:53:39 PM (18 years ago)
Author:
bensch
Message:

perl stuff in very cool script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/tardis-scratch-checkout.pl

    r7192 r7277  
    1 #!/bin/bash
     1#!/usr/bin/perl
    22
    3 mkdir /scratch/orxonox
     3
     4echo $_[1];
     5$username = `whoami`;
     6
     7
     8
     9mkdir ("/scratch/$username/orxonox");
    410  svn co https://svn.orxonox.net/orxonox/trunk /scratch/orxonox/trunk
    5   cd /scratch/orxonox/trunk
    6   ./autogen.sh
     11  cd "/scratch/$username/orxonox/trunk";
     12
     13  print "executing autogen.sh";
     14  open( AUTOGEN , "./autogen.sh |");
     15
     16
     17  echo "executing configure for tardis"
    718  ./configure --with-tardis
     19
     20
    821  make -j5
Note: See TracChangeset for help on using the changeset viewer.