/[smeserver]/builds_bin/build_all
ViewVC logotype

Diff of /builds_bin/build_all

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.15 by slords, Sat Dec 2 20:39:18 2006 UTC Revision 1.17 by slords, Sun Jan 28 20:27:35 2007 UTC
# Line 37  check_package() Line 37  check_package()
37    
38  build_package()  build_package()
39  {  {
40      if mzbuild $1 --specfile $SPEC >> $LOG 2>&1      if LANG=en_US mzbuild $1 --specfile $SPEC >> $LOG 2>&1
41      then      then
42          release_rpms *.rpm          release_rpms *.rpm
43      else      else
# Line 48  build_package() Line 48  build_package()
48  for package in $(ls /builds/cvsroot/smeserver | grep "^$1.*$")  for package in $(ls /builds/cvsroot/smeserver | grep "^$1.*$")
49  do  do
50      case $package in      case $package in
51          CVSROOT|anaconda|builds_bin|cdrom.image|devguide|isolinux)          CVSROOT|anaconda|booty|builds_bin|cdrom.image|devguide|isolinux)
52                  continue                  continue
53                  ;;                  ;;
54      esac      esac
# Line 70  do Line 70  do
70      if [ -z "$SPEC" ]      if [ -z "$SPEC" ]
71      then      then
72          echo "Not building $package (No SPEC file)"          echo "Not building $package (No SPEC file)"
73            rm -f $LOG
74          continue          continue
75      else      else
76          TAGS=$(cvs status -v $SPEC | awk '/\(revision:/{ print $1 }' | sort -u)          TAGS=$(cvs status -v $SPEC | awk '/\(branch:/ && !/\(branch: 1\.1\.1\)/ { print $1 }' | sort -u)
77      fi      fi
78      check_package      check_package
79    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed