/[smeserver]/builds_bin/build_ISO
ViewVC logotype

Diff of /builds_bin/build_ISO

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

Revision 1.33 by slords, Sat Jul 24 15:28:38 2010 UTC Revision 1.36 by slords, Fri May 25 17:47:34 2012 UTC
# Line 15  then Line 15  then
15      exit 1      exit 1
16  fi  fi
17    
 # remove package that are no longer in the distro  
 if [ "$distrel" == "8" ]  
 then  
     find -name 'samba-*.sme.*' -print0 -o \  
          -name 'libsmbclient-*.sme.*' -print0 -o \  
          -name 'libtalloc-*.sme.*' -print0 -o \  
          -name 'libtdb-*.sme.*' -print0 -o \  
          -name 'tdb-tools-*.sme.*' -print0 \  
          -name 'libtdb-*.sme.*' -print0 \  
     | xargs -r0 rm  
 fi  
   
   
18  for img in product updates  for img in product updates
19  do  do
20      if [ "$distrel" == "7" ]      if [ "$distrel" == "7" ]
# Line 89  mkisofs $mkisopts \ Line 76  mkisofs $mkisopts \
76      -b "$bootimg" \      -b "$bootimg" \
77      -c "$bootcat" \      -c "$bootcat" \
78      -no-emul-boot -boot-load-size 4 -boot-info-table \      -no-emul-boot -boot-load-size 4 -boot-info-table \
79      -x lost+found -x product -x updates -x 'buildinstall.tree.*' -x CVS \      -x lost+found -x 'buildinstall.tree.*' -x CVS \
80        -x $(pwd)/$distarch/images/boot.iso -x $(pwd)/$distarch/images/diskboot.img \
81        -x $(pwd)/$distarch/images/xen -x $(pwd)/$distarch/images/pxeboot \
82        -x $(pwd)/$distarch/product -x $(pwd)/$distarch/updates \
83      -o ../iso/$distrel/$distarch/$disttag-$distvers-$distarch.iso \      -o ../iso/$distrel/$distarch/$disttag-$distvers-$distarch.iso \
84      $(pwd)/$distarch/      $(pwd)/$distarch/
85    
# Line 116  rm -rf $distarch.jigdo/ Line 106  rm -rf $distarch.jigdo/
106    
107  if [ -d SRPMS -a "$distarch" == "i386" ]  if [ -d SRPMS -a "$distarch" == "i386" ]
108  then  then
109      rm -f ../iso/$distrel/source/$disttag-$distvers-SRPMS.iso* ../iso/$distrel/source/$disttag-SRPMS.iso      rm -f ../iso/$distrel/source/$disttag-$distvers-SRPMS.iso* ../iso/$distrel/source/$disttag-SRPMS.iso*
110    
111      mkisofs $mkisopts \      mkisofs $mkisopts \
112          -V "$distname $distvers SRPMS" \          -V "$distname $distvers SRPMS" \


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