/[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.32 by slords, Thu May 27 14:42:06 2010 UTC Revision 1.33 by slords, Sat Jul 24 15:28:38 2010 UTC
# Line 15  then Line 15  then
15      exit 1      exit 1
16  fi  fi
17    
18    # remove package that are no longer in the distro
19    if [ "$distrel" == "8" ]
20    then
21        find -name 'samba-*.sme.*' -print0 -o \
22             -name 'libsmbclient-*.sme.*' -print0 -o \
23             -name 'libtalloc-*.sme.*' -print0 -o \
24             -name 'libtdb-*.sme.*' -print0 -o \
25             -name 'tdb-tools-*.sme.*' -print0 \
26             -name 'libtdb-*.sme.*' -print0 \
27        | xargs -r0 rm
28    fi
29    
30    
31  for img in product updates  for img in product updates
32  do  do
33      if [ "$distrel" == "7" ]      if [ "$distrel" == "7" ]


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