[BACK]Return to release.sh CVS log [TXT][DIR] Up to [local] / openbsd / update_openbsd

Diff for /openbsd/update_openbsd/release.sh between version 1.32 and 1.33

version 1.32, 2010/02/24 21:58:18 version 1.33, 2010/11/01 23:39:44
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $AFresh1: release.sh,v 1.31 2010/02/10 20:57:07 andrew Exp $  # $AFresh1: release.sh,v 1.32 2010/02/24 21:58:18 andrew Exp $
 #  #
 # Copyright (c) 2002, 2008 Steven Roberts <sroberts@fenderq.com>  # Copyright (c) 2002, 2008 Steven Roberts <sroberts@fenderq.com>
 #  #
Line 183 
Line 183 
 echo "  system-release   - Make and validate the system release"  echo "  system-release   - Make and validate the system release"
 echo "  xenocara         - Build and install xenocara"  echo "  xenocara         - Build and install xenocara"
 echo "  xenocara-release - Make and validate the xenocara release"  echo "  xenocara-release - Make and validate the xenocara release"
 echo "  full-release     - xenocara, xenocara-release, system, system-release"  echo "  full             - xenocara, xenocara-release, system, system-release"
 echo  echo
 }  }
   
Line 229 
Line 229 
 xenocara-release)  xenocara-release)
 make_xenocara_release  make_xenocara_release
 ;;  ;;
 full-release)  full)
 build_xenocara  build_xenocara
 make_xenocara_release  make_xenocara_release
 build_system  build_system

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>