User Tools

Site Tools


dev:releases:from_git:miker

This is an old revision of the document!


miker, cutting a release from git

  1. bump version numbers, create changelog, push release branch to origin (to be expanded)
  2. checkout the branch, if not already
  3. git archive –prefix=Evergreen-ILS-<version>/ <this-branch> | (cd ../release/ && tar xvf -)
  4. cd ../release/Evergreen-ILS-<version>/
  5. ./autogen.sh
  6. cd build/i18n/
  7. make install_all_locales
  8. cd .. && rm -rf i18n
  9. cd ../Open-ILS/web/js/dojo/
  10. for i in dojo dojox dijit; do cp -R ../../../../../Evergreen-ILS-2.0.5/Open-ILS/web/js/dojo/$i .
  11. cd ../../../../../
  12. tar zcvf Evergreen-ILS-2.1-RC1.tar.gz Evergreen-ILS-2.1-RC1/
  13. md5sum Evergreen-ILS-2.1-RC1.tar.gz > Evergreen-ILS-2.1-RC1.tar.gz.md5sum
  14. cp Evergreen-ILS-2.1-RC1/ChangeLog ChangeLog-2.1_beta1-2.1_rc1
  15. scp ChangeLog-2.1_beta1-2.1_rc1 Evergreen-ILS-2.1-RC1.tar.gz* open-ils.org:~/
  16. put the above into the correct download dir
dev/releases/from_git/miker.1308592264.txt.gz · Last modified: 2022/02/10 13:34 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.