source: MondoRescue/branches/stable/tools/svn-env@ 762

Last change on this file since 762 was 553, checked in by bcornec, 18 years ago

Build process in 3 steps:

svn2build creates tar files from SVN (works mostly)
build2pkg creates packages from tar files (works mostly)
build2qemu (has to be created from mkqemu) will create packages for all supported virtuel machines

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 308 bytes
Line 
1#!/bin/bash
2#
3# Creates common environment for SVN repository
4#
5# $Id: svn-env 553 2006-05-17 22:40:32Z bcornec $
6#
7
8export SVNBRANCH="branches/`cat ${TOOLHOME}/../mondo/VERSION`"
9export VER=`cat ${BASE}/svn/${SVNBRANCH}/mondo/VERSION`
10
11# To be safe for SVN commands
12export REVISION=`(cd $TOOLHOME/.. ; svnversion .)`
13export TAG=`cat ${TOOLHOME}/TAG`
Note: See TracBrowser for help on using the repository browser.