Return to redmine_migrate_db.sh CVS log | Up to [cvs.NetBSD.org] / pkgsrc / devel / ruby-redmine / files |
Make Redmine great again too. General cleanup as well as updating all the package to latest stable. There's a security issue with nokogiri that's resolved with this update. This package was tested extensively not only for build/install but also for functionality. If anyone has problems with it, please let me know. Full changelogs (very long) are here: http://www.redmine.org/projects/redmine/wiki/Changelog_3_3 http://www.redmine.org/projects/redmine/wiki/Changelog_3_2 http://www.redmine.org/projects/redmine/wiki/Changelog_3_1
#!/bin/sh cd @PREFIX@/share/@RUBY_PKGPREFIX@-redmine/app GEM_HOME=@PREFIX@/share/@RUBY_PKGPREFIX@-redmine/gems \ GEM_PATH=@PREFIX@/share/@RUBY_PKGPREFIX@-redmine/gems \ @RUBY@ bin/rake --trace db:migrate RAILS_ENV=production