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

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

Build process update:
3 phases work:

svn2tar creates the source tar files instantiated from SVN
svn2build creates all the pkg build scripts for all pkgs from SVN
mkqemu will then uses these results to create the real pkgs

creation of a svn-env containing the SVN part of common-env

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 371 bytes
RevLine 
[20]1#!/bin/bash
2#
[549]3# Creates common environment for SVN repository
[33]4#
5# $Id: svn-env 549 2006-05-13 23:42:49Z bcornec $
6#
[20]7
[545]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`
[54]11
[319]12# To be safe for SVN commands
13cd $TOOLHOME/..
[547]14export REVISION=`svnversion .`
[548]15export TAG=`cat ${TOOLHOME}/TAG
Note: See TracBrowser for help on using the repository browser.