Changeset 5124

Show
Ignore:
Timestamp:
10/18/07 15:32:55 (6 years ago)
Author:
p_lindheimer
Message:

create md5sums for all files, if some files will need special case they will be handled during install_amp process - for now this means manager.con, cdr_mysql.conf and a few others will get prompted

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/buildtools/generate-release.sh

    r5085 r5124  
    3636# 
    3737cd amp_conf 
    38 find agi-bin  astetc  bin htdocs  htdocs_panel  mohmp3  sbin sounds -type f \! -name 'vm_email.inc' \! -name 'defines.php' \! -name 'op_server.cfg' \! -name 'dialparties.agi' \! -name 'manager.conf' \! -name '*.pl' \! -name 'cdr_mysql.conf' \! -name 'voicemail.conf' | xargs md5sum | grep -v .svn > ../upgrades/$ver.md5 
     38find agi-bin  astetc  bin htdocs  htdocs_panel  mohmp3  sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$ver.md5 
    3939 
    4040  ;; 
  • freepbx/trunk/buildtools/md5-amp_conf.sh

    r4993 r5124  
    88cd ../amp_conf 
    99 
    10 find agi-bin  astetc  bin  cgi-bin htdocs  htdocs_panel  mohmp3  sbin sounds -type f \! -name 'vm_email.inc' \! -name 'defines.php' \! -name 'op_server.cfg' \! -name 'dialparties.agi' \! -name 'manager.conf' \! -name '*.pl' \! -name 'cdr_mysql.conf' \! -name 'voicemail.conf' | xargs md5sum | grep -v .svn > ../upgrades/$1.md5 
     10find agi-bin  astetc  bin  cgi-bin htdocs  htdocs_panel  mohmp3  sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$1.md5 
    1111 
    1212  ;;