Changeset 8861
- Timestamp:
- 02/17/10 18:53:25 (2 years ago)
- Files:
-
- freepbx/branches/2.7/buildtools/generate-release.sh (modified) (1 diff)
- freepbx/branches/2.7/buildtools/md5-amp_conf.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.7/buildtools/generate-release.sh
r8561 r8861 37 37 # 38 38 cd amp_conf 39 find agi-bin astetc bin htdocs htdocs_panel moh mp3sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$ver.md539 find agi-bin astetc bin htdocs htdocs_panel moh sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$ver.md5 40 40 41 41 ;; freepbx/branches/2.7/buildtools/md5-amp_conf.sh
r5124 r8861 8 8 cd ../amp_conf 9 9 10 find agi-bin astetc bin cgi-bin htdocs htdocs_panel moh mp3sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$1.md510 find agi-bin astetc bin cgi-bin htdocs htdocs_panel moh sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$1.md5 11 11 12 12 ;;
