/[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.16 by slords, Thu Dec 7 03:10:26 2006 UTC
# 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