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
  2. create changelog, for example:
    miker@foolery:~/git/ILS-2.1 (rel_2_1)$ git log --pretty --numstat --summary b262c54e835a29ea75f22fc661eddd7637ae75aa | ~/bin/git2cl > ChangeLog

    and commit it

  3. push release branch to origin
  4. checkout the branch, if not already
  5. git archive –prefix=Evergreen-ILS-<version>/ <this-branch> | (cd ../release/ && tar xvf -)
  6. cd ../release/Evergreen-ILS-<version>/
  7. ./autogen.sh
  8. cd build/i18n/
  9. make install_all_locales
  10. cd .. && rm -rf i18n
  11. cd ../Open-ILS/web/js/dojo/
  12. for i in dojo dojox dijit; do cp -R ../../../../../Evergreen-ILS-2.0.5/Open-ILS/web/js/dojo/$i .
  13. cd ../../../../../
  14. tar zcvf Evergreen-ILS-2.1-RC1.tar.gz Evergreen-ILS-2.1-RC1/
  15. md5sum Evergreen-ILS-2.1-RC1.tar.gz > Evergreen-ILS-2.1-RC1.tar.gz.md5sum
  16. cp Evergreen-ILS-2.1-RC1/ChangeLog ChangeLog-2.1_beta1-2.1_rc1
  17. scp ChangeLog-2.1_beta1-2.1_rc1 Evergreen-ILS-2.1-RC1.tar.gz* open-ils.org:~/
  18. put the above into the correct download dir
dev/releases/from_git/miker.1308933885.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.