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

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

Cleanup in build process continue

  • removal of most small scripts
  • based on one main svn2build script
  • spec files reviewed for fedora remarks
  • changelog and TAG integrated
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 372 bytes
Line 
1#!/bin/bash
2#
3# Creates common environment for SVN repository
4#
5# $Id: svn-env 550 2006-05-14 17:54:15Z bcornec $
6#
7
8export SVNBRANCH="branches/`cat ${TOOLHOME}/../mondo/VERSION`"
9export MINDI_VER=`cat ${BASE}/svn/${SVNBRANCH}/mindi/VERSION`
10export MONDO_VER=`cat ${BASE}/svn/${SVNBRANCH}/mondo/VERSION`
11
12# To be safe for SVN commands
13cd $TOOLHOME/..
14export REVISION=`svnversion .`
15export TAG=`cat ${TOOLHOME}/TAG`
Note: See TracBrowser for help on using the repository browser.