/[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.2 by gordonr, Fri Jan 27 01:44:33 2006 UTC Revision 1.3 by gordonr, Fri Jan 27 01:52:02 2006 UTC
# Line 22  do Line 22  do
22             ;;             ;;
23      esac      esac
24    
25        build_it $package
26    done
27    
28    build_it()
29    {
30        package=$1
31    
32      [ -d $package ] || mzget $package      [ -d $package ] || mzget $package
33    
34      (      (
35          cd $package          cd $package
36          mzsync          mzsync
37          mzbuild          mzbuild
38    
39            /builds/bin/release_rpms *.rpm
40      )      )
41  done  }


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