Changeset 1020 in MondoRescue for branches/stable/tools/mknewversion


Ignore:
Timestamp:
Jan 2, 2007, 12:16:33 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug in mindi where a readlink was done without -f option
  • mindi's log includes now result of df and lsmod
  • mondo needs mindi 1.2.1 at least
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/mknewversion

    r924 r1020  
    3737fi
    3838
    39 svn copy $SVN_M/branches/stable $SVN_M/branches/${VER}
     39echo "Copying the stable version to ${VER}"
     40svn copy $SVN_M/branches/stable $SVN_M/branches/${VER} -m "Creation of mondo ${VER} from stable"
    4041cd $TOOLHOME/../..
    4142svn co $SVN_M/branches/${VER} ${VER}
     
    5354    echo "$v" > $p/VERSION
    5455done
    55 svn ci -m "Creation of mondo ${VER}-$TAG"
     56svn ci -m "VERSION and TAG update"
    5657svn up
Note: See TracChangeset for help on using the changeset viewer.