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.0
  3. svn export http://svn.apache.org/repos/asf/incubator/ofbiz/branches/$\{branch-name} ofbiz
  4. cd ofbiz
  5. For framework only release: rm -Rf applications/
  6. ant run-install
  7. cd ..
  8. zip -r ${file-base-name}.zip ofbiz/
  9. tar -czvf ${file-base-name}.tgz ofbiz/*
  10. gpg --output ${file-base-name}.zip.asc --detach-sig --armor ${file-base-name}.zip
  11. gpg --output ${file-base-name}.tgz.asc --detach-sig --armor ${file-base-name}.tgz
  12. openssl md5 ${file-base-name}.zip > ${file-base-name}.zip.md5
  13. openssl md5 ${file-base-name}.tgz > ${file-base-name}.tgz.md5