From: npoly_iki@... (Iki) Date: 2004-08-11T22:16:32+09:00 Subject: Re: [ANN] rpa-base 0.2.0 Thanks! What about the freezing issue? Installation (install.rb) still freezes after posting: >Storing defaults... >Reloading defaults... >=================================================== I am sorry for the late replies but I am using google news service and it takes a while to update-send the messages. Thanks again Mauricio Fern�ndez wrote in message news:<20040810174310.GA21741@student.ei.uni-stuttgart.de>... > On Tue, Aug 10, 2004 at 10:36:15PM +0900, Iki wrote: > > I am using a mingw version of ruby (1.8.1) and I had to add > > > > $stdout.sync=true > > > > at the top of install.rb in order to see > > the questions about the default directory. > > Thanks for your report, I had only tested it on cygwin and the > 'Pragmatic installer'. > > Since this issue affects the bootstrapping phase, I've decided to > release the correction through rubyforge.org (instead of only as an > incremental upgrade with rpa install rpa-base). > > http://rubyforge.org/frs/?group_id=265 > > > Also it would be nice to have > > a command line selection of the proxy like rubygems do ( --proxy=... ) > > Please try to > rpa update > rpa install rpa-base > > The following options: > > --proxy http://whatever:8080 > --no-proxy don't use a proxy, whatever ENV["http_proxy"] says > > should be now honored when doing rpa update or rpa install, as well as when > running directly a "RPAfied install.rb" (i.e. the sort of things you get > when you do rpa source portname; cd portname).