/[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.21 by slords, Wed May 9 15:19:59 2007 UTC Revision 1.22 by slords, Sat Jun 2 05:15:03 2007 UTC
# Line 51  build_package() Line 51  build_package()
51  for package in $(ls /mirrors/cvsroot/${2:-smeserver} | grep "^$1.*$")  for package in $(ls /mirrors/cvsroot/${2:-smeserver} | grep "^$1.*$")
52  do  do
53      case $package in      case $package in
54          CVSROOT|anaconda|booty|builds_bin|cdrom.image|devguide|isolinux)          CVSROOT|builds_bin|cdrom.image|devguide|isolinux)
55                    cd ~/work/$(hostname -s)
56                    rm -rf ~/work/$(hostname -s)/$package
57                  continue                  continue
58                  ;;                  ;;
59      esac      esac
# Line 74  do Line 76  do
76      then      then
77          echo "Not building $package (No SPEC file)"          echo "Not building $package (No SPEC file)"
78          rm -f $LOG          rm -f $LOG
79            cd ~/work/$(hostname -s)
80            rm -rf ~/work/$(hostname -s)/$package
81          continue          continue
82      else      else
83          TAGS=$(cvs status -v $SPEC | awk '/\(branch:/ && !/\(branch: 1\.1\.1\)/ { print $1 }' | sort -u)          TAGS=$(cvs status -v $SPEC | awk '/\(branch:/ && !/\(branch: 1\.1\.1\)/ { print $1 }' | sort -u)


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