From Fedora Project Wiki
(→Fedora: bundler_ext) |
(updates for pending 3.x release) |
||
Line 6: | Line 6: | ||
#* Several Rubygems. | #* Several Rubygems. | ||
# Get Gitorious into Fedora. | # Get Gitorious into Fedora. | ||
#* Bundler issues: If we use different Gem versions than upstream, Bundler wants to write to Gemfile and Gemfile.lock. We should [ | #* Bundler issues: If we use different Gem versions than upstream, Bundler wants to write to Gemfile and Gemfile.lock. We should [https://lists.fedoraproject.org/pipermail/ruby-sig/2013-July/001367.html look into bundler_ext]. This will require the [https://bugzilla.redhat.com/show_bug.cgi?id=878421 bundler_ext gem in Fedora], and a lot of testing. | ||
#* Init scripts: Create equivalent systemd unit files for Fedora & RHEL 7. | #* Init scripts: Create equivalent systemd unit files for Fedora & RHEL 7. | ||
#* Ruby version: Upstream | #* Ruby version: Upstream "next" branch works with Ruby 1.8.7, 1.9.3, and 2.0.0. I'm working with upstream to maintain this compatibility via [https://ci.gitorious.org/jenkins/ Jenkins]. | ||
#* Gem versions: Upstream uses different Gem versions than Fedora has. The biggest difference is Rails, but others are documented below. Plan of attack is to ensure that the test suite passes with both. | #* Gem versions: Upstream uses different Gem versions than Fedora has. The biggest difference is Rails, but others are documented below. Plan of attack is to ensure that the test suite passes with both. | ||
#* Javascript libs: There are | #* Javascript libs: There are several Git submodules in upstream (bane, capillary-js, raphael, spin.js, others). We must unbundle these and [[JavaScript libraries packaging guideline draft|package them]] separately. | ||
#* GeoIP data: Gitorious bundles GeoIP.dat, which is already available in Fedora as the "GeoIP" package. | #* GeoIP data: Gitorious bundles GeoIP.dat, which is already available in Fedora as the "GeoIP" package. | ||
#* FHS considerations: for the Gitorious web application itself, we need to discover how to split up the package to fit the FHS conventions of /etc/, /usr/, and so on. | #* FHS considerations: for the Gitorious web application itself, we need to discover how to split up the package to fit the FHS conventions of /etc/, /usr/, and so on. | ||
Line 19: | Line 19: | ||
#* Various Rubygems must be branched for EPEL. | #* Various Rubygems must be branched for EPEL. | ||
# Get Gitorious into EPEL. | # Get Gitorious into EPEL. | ||
#* Ruby 1.8 | #* Ruby 1.8 will work for now, but upstream plans to drop support eventually. Hopefully that happens after RHEL 7 is released. | ||
#* riddle doesn't like the version of RSpec in EPEL 6. | #* riddle doesn't like the version of RSpec in EPEL 6. | ||
#* bundler is not in EPEL 6, so we may end up patching out bundler support. | #* bundler is not in EPEL 6, so we may end up patching out bundler support. |
Revision as of 14:42, 17 July 2013
This document outlines the steps to get Gitorious into Fedora and EPEL.
High Level Steps and Issues
Fedora
- Get all Gitorious' dependencies into Fedora.
- Several Rubygems.
- Get Gitorious into Fedora.
- Bundler issues: If we use different Gem versions than upstream, Bundler wants to write to Gemfile and Gemfile.lock. We should look into bundler_ext. This will require the bundler_ext gem in Fedora, and a lot of testing.
- Init scripts: Create equivalent systemd unit files for Fedora & RHEL 7.
- Ruby version: Upstream "next" branch works with Ruby 1.8.7, 1.9.3, and 2.0.0. I'm working with upstream to maintain this compatibility via Jenkins.
- Gem versions: Upstream uses different Gem versions than Fedora has. The biggest difference is Rails, but others are documented below. Plan of attack is to ensure that the test suite passes with both.
- Javascript libs: There are several Git submodules in upstream (bane, capillary-js, raphael, spin.js, others). We must unbundle these and package them separately.
- GeoIP data: Gitorious bundles GeoIP.dat, which is already available in Fedora as the "GeoIP" package.
- FHS considerations: for the Gitorious web application itself, we need to discover how to split up the package to fit the FHS conventions of /etc/, /usr/, and so on.
EPEL
- Get all Gitorious's dependencies into EPEL.
- Rails. I don't have experience packaging Rails, and there's been questions about which version to put into EPEL.
- Various Rubygems must be branched for EPEL.
- Get Gitorious into EPEL.
- Ruby 1.8 will work for now, but upstream plans to drop support eventually. Hopefully that happens after RHEL 7 is released.
- riddle doesn't like the version of RSpec in EPEL 6.
- bundler is not in EPEL 6, so we may end up patching out bundler support.
Dependencies
- - The package is not in Fedora/EPEL
- Pass - The package is not in Fedora/EPEL, and I'm unsure how to proceed (lib might be deprecated, etc.)
- - The package spec is written, but not yet accepted into Fedora/EPEL
- - The package is present in Fedora/EPEL and versions differ from upstream
- - The package is present in Fedora/EPEL and versions match upstream
(FYI, the ordering in these tables matches upstream's Gemfile.)
Gitorious Web Application Gems
Gem | Upstream Gemfile | Fedora | EPEL 6 |
---|---|---|---|
rails | 2.3.17 | ||
activeresource | 2.3.17 | ||
actionmailer | 2.3.17 | ||
chronic | 0.3.0[1] | ||
geoip | 0.8.9 | ||
daemons | 1.1.0 | ||
hoe | 2.8.0[1] | ||
echoe | 4.3.1[1] | ||
ruby-yadis | 0.3.4 | ||
ruby-openid | 2.2.2 | ||
rdiscount | 1.3.1.1 | ||
mime-types | 1.16 | ||
diff-lcs | 1.1.2 | ||
oauth | 0.4.4 | ||
typhoeus | Buildreq for oauth | ||
curb | Buildreq for oauth | ||
actionpack | Buildreq for oauth | ||
paperclip | 2.7.4 | ||
activesupport | Dep for paperclip (2.3.17) | ||
activerecord | Dep for paperclip (2.3.17) | ||
cocaine | Dep for paperclip | ||
bourne | Dep for cocaine | ||
state_machine | 0.9.4 | ||
rack | 1.0.1 | ||
thinking-sphinx | 1.4.13 | ||
after_commit | Dep for thinking-sphinx | ||
activerecord-mysql2-adapter | BuildReq for thinking-sphinx | ||
riddle | Dep for thinking-sphinx (1.5.3) | ||
mysql2 | Dep for riddle | ||
yard | Dep for riddle | ||
rspec-core | Dep for yard | ||
rspec-expectations | Dep for rspec-core | ||
rspec-mocks | Dep for rspec-core | ||
builder | 3.0.0 | ||
mysql | 2.8.1 | ||
validates_url_format_of | 0.1.1 | ||
acts-as-taggable-on | 2.0.6 | ||
will_paginate | 2.3.15 | ||
just_paginate | 0.0.6 | ||
shoulda-context | BR for just_paginate | ||
hodel_3000_compliant_logger | 0.1.0, gone in rails3 | ||
net-ldap | 0.3.1 | ||
capillary | 1.0.2 | ||
mini_shoulda | BR for capillary | N/A[5] | |
nokogiri | 1.5.0 | 1.5.0 in git | |
unicorn | 4.3.1 | ||
kgio | Dep for unicorn (2.7.4) | 2.7.4 in git | |
raindrops | Dep for unicorn (0.10.0) | ||
exception_notification | 1.0.20090728 | ||
revo-ssl_requirement | 1.1.0 | ||
ruby-hmac | 0.4.0 | ||
json | 1.7.7 | 1.7.7 in git |
Queue Manager Gem dependencies
Gem | Upstream Gemfile | Fedora | EPEL 6 |
---|---|---|---|
resque | 1.9.8 | ||
redis | 2.2.2 | ||
redis-namespace | 0.7.0 | ||
sinatra | Dep for resque 1.2.8 | ||
vegas | Dep for resque 0.1.11 | ||
SystemTimer | Dep for resque 1.2.3 |
Test suite Gem dependencies
Gem | Upstream Gemfile | Fedora | EPEL 6 |
---|---|---|---|
mocha | 0.9.10 | ||
factory_girl | 1.3.3, 2.6.4 in rails3 | ||
shoulda | 2.9.2, 3.3.2 in rails3 | ||
tuxml | 0.0.1, gone in rails3 | ||
rots | git clone (babb555) | ||
capybara | 1.0.1 | ||
rack-test | Dep for capybara (0.6.2) | ||
selenium-webdriver | Dep for capybara (2.25.0) | ||
childprocess | Dep for selenium-webdriver (0.3.6) | ||
ffi | Dep for selenium-webdriver (1.0.11) | ||
multi_json | Dep for selenium-webdriver (1.3.6) | ||
rubyzip | Dep for selenium-webdriver (0.9.9) | ||
xpath | Dep for capybara (0.1.4) | ||
launchy | 2.0.5 | ||
addressable | Dep for launchy (2.2.8) | 2.3.2 in F19 |
Possibly optional Gem dependencies
Gem | Upstream Gemfile | Fedora | EPEL 6 |
---|---|---|---|
foreman (only needed for Procfile tasks) | 0.60.2 | ||
thor (Rails dep that we may not need) | Dep for foreman and Rails (0.14.6) | ||
stompserver | 0.9.9[1] | ||
thin (for dev) | 1.5.0 | ||
proxymachine (for dev, and git proxy) | 1.2.4 | ||
eventmachine | Dep for proxymachine (0.12.10) | ||
rake (for git proxy) | 0.8.7 | 10.0.3 in F19 |
|
stomp (for stomp) | 1.1[1] | ||
activemessaging (for active messaging) | 0.7.1[1] | (gone from rails?) |
Bundled (vendored) dependencies
These deps are bundled in /vendor:
Name | Bundled version | Fedora | EPEL 6 |
---|---|---|---|
diff-display | ??? | ||
grit | ??? | ||
ruby-git | ??? | ||
plugins/localized_dates | ??? | ||
plugins/open_id_authentication | ??? | ||
plugins/restful_authentication | ??? | ||
plugins/routing-filter | ??? |
These deps are git submodules under public/javascripts/lib/:
Name | Bundled version | Fedora | EPEL 6 |
---|---|---|---|
bane | 0.4.0 | ||
capillary-js | 0.1.0 | ||
raphael | 2.1.0 | ||
spin.js | 1.2.7 |
- ↑ 1.0 1.1 1.2 1.3 1.4 1.5 Gone in Gitorious's upstream/feature/rails3 branch
- ↑ RFE filed at https://bugzilla.redhat.com/906159
- ↑ RFE filed at https://bugzilla.redhat.com/903854
- ↑ Request for EPEL 6 branch: https://bugzilla.redhat.com/723145
- ↑ EPEL 6's minitest 1.6.0 is too old for mini_shoulda, so we cannot run the test suite for mini_shoulda (and by extension, capillary).
- ↑ Unicorn package review request at https://bugzilla.redhat.com/786636
- ↑ SSL requirement is built into Rails 3
- ↑ https://groups.google.com/d/topic/gitorious/yNDA9ipKe8I/discussion
- ↑ does not build on Fedora 17
- ↑ tuxml is apparently only needed for automated builds inside Hudson. In F17, Gitorious tests crash with "uninitialized constant Test::Unit::AutoRunner::RUNNERS", which comes from tuxml. Remove it and the tests succeed.
- ↑ We just need a stomp-compatible server. ActiveMQ Messaging Server would work equally well. The stompserver gem needs this patch to not crash on Ruby 1.9. TBD: investigate the "stompserver_ng" fork.
- ↑ See https://bugzilla.redhat.com/837568. Emailed maintainer January 2013.
- ↑ Called "rubygem-git" in Fedora