Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Example file-base-name: apache-ofbiz-4.0.0, or for framework only: apache-ofbiz-framework-4.0.0
  2. Example branch-name: release4.0
  3. svn co https://svn.apache.org/repos/asf/incubator/ofbiz ofbizroot
  4. cd ofbizroot
  5. svn copy branches/${branch-name} tags/${file-base-name}
  6. cd ..
  7. svn export http://svn.apache.org/repos/asf/incubator/ofbiz/branchestags/$\Image Modified{branchfile-base-name} ofbiz
  8. cd ofbiz${file-base-name}
  9. For framework only release: rm -Rf applications/
  10. ant run-install
  11. cd ..
  12. zip -r ${file-base-name}.zip ofbiz${file-base-name}/
  13. tar -czvf ${file-base-name}.tgz ofbiz${file-base-name}/*
  14. gpg --output ${file-base-name}.zip.asc --detach-sig --armor ${file-base-name}.zip
  15. gpg --output ${file-base-name}.tgz.asc --detach-sig --armor ${file-base-name}.tgz
  16. openssl md5 ${file-base-name}.zip > ${file-base-name}.zip.md5
  17. openssl md5 ${file-base-name}.tgz > ${file-base-name}.tgz.md5