/[CCFs]/bin/buildagain
ViewVC logotype

Diff of /bin/buildagain

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

revision 1.11 by ccflib, Fri Nov 11 16:58:32 2005 UTC revision 1.12 by ccflib, Fri Nov 11 16:58:45 2005 UTC
# Line 65  mkdir packages || exit 1 Line 65  mkdir packages || exit 1
65    
66  for p in $plist; do  for p in $plist; do
67     echo -n Unpacking `basename $p` ...     echo -n Unpacking `basename $p` ...
68  #   tar -C packages -xzf $p || (echo FAILED, aborting ; exit 1)     tar -C packages -xzf $p || (echo FAILED, aborting ; exit 1)
69     echo " done."     echo " done."
70  done  done
71    
# Line 84  cd ~- ; cd packages Line 84  cd ~- ; cd packages
84  for p in $plist; do  for p in $plist; do
85     echo "making package $p"     echo "making package $p"
86     thisp=`basename $p '.tgz' | sed -e 's/-[0-9]\{1,\}\.[0-9]\{1,\}$//'`     thisp=`basename $p '.tgz' | sed -e 's/-[0-9]\{1,\}\.[0-9]\{1,\}$//'`
87  #   buildpkg $thisp && (echo ok) || (echo FAILED ;   cat $builddir/build.log)     buildpkg $thisp && (echo ok) || (echo FAILED ;   cat $builddir/build.log)
88  done  done
89    
90  # Now moves resulting CCF to final destinations  # Now moves resulting CCF to final destinations
# Line 110  for f in $flist ; do Line 110  for f in $flist ; do
110      if [ -e $ccfdeveldir/$b ] ; then      if [ -e $ccfdeveldir/$b ] ; then
111        echo "    it already exists in the development area and it will be overwritten."        echo "    it already exists in the development area and it will be overwritten."
112      fi      fi
113  #    ccfextseq --sets=$f      ccfextseq --sets=$f
114      if [ $? -ne 0 ] ; then      if [ $? -ne 0 ] ; then
115        echo "   validation stage failed. REJECTED."        echo "   validation stage failed. REJECTED."
116      else      else
117  #      cp $f $ccfdeveldir || exit 1        cp $f $ccfdeveldir || exit 1
118        echo "    accepted into $ccfdeveldir."        echo "    accepted into $ccfdeveldir."
119      fi      fi
120    fi    fi

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.27