Changeset 1873

Show
Ignore:
Timestamp:
Sat Dec 24 13:40:35 2005
Author:
maroy
Message:

removing referneces to CVS, fix for issue #1547

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/livesupport/src/modules/getid3/etc/Makefile.in

    r1617 r1873  
    43 43  
    44 44 MODULE_NAME = getid3  
    45   TAR_C       = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f  
      45 TAR_C       = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f  
    45 45 DIST_EXT    = .tgz  
    46 46 DATE        = `date +%y%m%d`  
  • trunk/livesupport/src/modules/htmlUI/etc/Makefile.in

    r1821 r1873  
    46 46  
    47 47 MODULE_NAME = htmlUI  
    48   TAR_C       = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f  
      48 TAR_C       = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f  
    48 48 DIST_EXT    = .tgz  
    49 49 DATE        = `date +%y%m%d`  
  • trunk/livesupport/src/modules/alib/etc/Makefile.in

    r1617 r1873  
    42 42  
    43 43 MODULE_NAME = alib  
    44   TAR_C       = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f  
      44 TAR_C       = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f  
    44 44 DIST_EXT    = .tgz  
    45 45 DATE        = `date +%y%m%d`  
  • trunk/livesupport/src/modules/archiveServer/etc/Makefile.in

    r1627 r1873  
    45 45  
    46 46 MODULE_NAME = archiveServer  
    47   TAR_C       = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f  
      47 TAR_C       = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f  
    47 47 DIST_EXT    = .tgz  
    48 48 DATE        = `date +%y%m%d`  
  • trunk/livesupport/src/modules/storageServer/etc/Makefile.in

    r1668 r1873  
    46 46  
    47 47 MODULE_NAME = storageServer  
    48   TAR_C       = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f  
      48 TAR_C       = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f  
    48 48 DIST_EXT    = .tgz  
    49 49 DATE        = `date +%y%m%d`  
  • trunk/livesupport/src/modules/storageAdmin/etc/Makefile.in

    r1847 r1873  
    46 46  
    47 47 MODULE_NAME = getid3  
    48   TAR_C       = tar -cj --exclude CVS --exclude '*~' -C ${BASE_DIR} -f  
      48 TAR_C       = tar -cj --exclude .svn --exclude '*~' -C ${BASE_DIR} -f  
    48 48 DIST_EXT    = .tgz  
    49 49 DATE        = `date +%y%m%d`  
  • trunk/livesupport/bin/dist.sh

    r1688 r1873  
    230 230  
    231 231 #-------------------------------------------------------------------------------  
    232   #  Get rid of the remnants of the CVS system  
      232 #  Get rid of the remnants of the subversion system  
    232 232 #-------------------------------------------------------------------------------  
    233   rm -rf `find $ls_tmpdir -name CVS -type d`  
      233 rm -rf `find $ls_tmpdir -name .svn -type d`  
    233 233  
    234 234  
    314 314  
    315 315 #-------------------------------------------------------------------------------  
    316   #  Get rid of the remnants of the CVS system  
      316 #  Get rid of the remnants of the subversion system  
    316 316 #-------------------------------------------------------------------------------  
    317   rm -rf `find $ls_tmpdir -name CVS -type d`  
      317 rm -rf `find $ls_tmpdir -name .svn -type d`  
    317 317  
    318 318