Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169556 - dev-ruby/gem_plugin-0.2.2 digest verification failed.
Summary: dev-ruby/gem_plugin-0.2.2 digest verification failed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Richard Brown (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 23:52 UTC by Richard Brown (RETIRED)
Modified: 2007-03-07 13:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Brown (RETIRED) gentoo-dev 2007-03-05 23:52:03 UTC
Upstream changed the gem file after release. Total difference is:

diff -u old/Rakefile new/Rakefile
--- old/Rakefile        2007-03-05 19:14:33.000000000 +0000
+++ new/Rakefile        2007-03-05 19:14:09.000000000 +0000
@@ -37,5 +37,5 @@
 end

 task :site => [:rerdoc] do
-  sh %{ scp -r doc/rdoc/* #{ENV['SSH_USER']}@rubyforge.org:/var/www/gforge-projects/mongrel/gem_plugin_rdoc/ }
+  sh %{ rsync -r doc/rdoc/* rubyforge.org:/var/www/gforge-projects/mongrel/gem_plugin_rdoc/ }
 end

The new gem is currently propagating through the mirrors. The manifest/digest is correct for the distfile on rubyforge
Comment 1 Richard Brown (RETIRED) gentoo-dev 2007-03-07 13:33:48 UTC
This should be ok by now