mootpointer has joined #rubygems
workmad3 has joined #rubygems
tcopeland has quit [Quit: Leaving.]
therealadam has quit [Quit: ZZZzzz…]
<
indirect>
evan: ping
jonahR has joined #rubygems
jonahR has quit [Read error: Connection reset by peer]
workmad3 has quit [Ping timeout: 264 seconds]
jonahR has joined #rubygems
pipework has joined #rubygems
cowboyd has joined #rubygems
jonahR has quit [Quit: jonahR]
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #rubygems
tcopeland has joined #rubygems
leekiern_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
marpaia has quit [Quit: WeeChat 0.4.1]
jonahR has joined #rubygems
therealadam has joined #rubygems
jonahR has quit [Quit: jonahR]
therealadam has quit [Quit: therealadam]
sbeam has quit [Ping timeout: 245 seconds]
cowboyd has quit [Remote host closed the connection]
adambeynon has quit [Ping timeout: 240 seconds]
welly has quit [Ping timeout: 240 seconds]
mootpointer has quit [Quit: ENOCAFFEINE.]
mootpointer has joined #rubygems
mootpointer has quit [Quit: ENOCAFFEINE.]
mootpointer has joined #rubygems
huoxito has quit [Quit: Leaving]
mootpointer has quit [Ping timeout: 264 seconds]
le_gars has joined #rubygems
vertis has quit [Ping timeout: 256 seconds]
markalanevans_ has joined #rubygems
adambeynon has joined #rubygems
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #rubygems
mootpointer has joined #rubygems
workmad3 has joined #rubygems
adambeynon has quit [Ping timeout: 240 seconds]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
leekiernan has joined #rubygems
jleishman has joined #rubygems
marpaia has joined #rubygems
mootpointer has quit [Quit: ENOCAFFEINE.]
tcopeland has quit [Quit: Leaving.]
leekiernan has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jcaudle has quit [Quit: jcaudle]
workmad3 has quit [Ping timeout: 268 seconds]
marpaia has quit [Read error: Operation timed out]
cowboyd has joined #rubygems
cowboyd has quit [Remote host closed the connection]
sbeam has joined #rubygems
huoxito has joined #rubygems
marpaia has joined #rubygems
yerhot has joined #rubygems
jcaudle has joined #rubygems
marpaia has quit [Ping timeout: 240 seconds]
tcopeland has joined #rubygems
dvu has joined #rubygems
adambeynon has joined #rubygems
imperator has joined #rubygems
cowboyd has joined #rubygems
le_gars_ has joined #rubygems
le_gars has quit [Read error: Connection reset by peer]
leekiern_ has joined #rubygems
workmad3 has joined #rubygems
marpaia has joined #rubygems
workmad3 has quit [Ping timeout: 268 seconds]
marpaia has quit [Ping timeout: 264 seconds]
cowboyd has quit [Remote host closed the connection]
dwknoxy has joined #rubygems
cowboyd has joined #rubygems
cowboyd has quit [Remote host closed the connection]
yerhot has quit [Remote host closed the connection]
hasrb has joined #rubygems
cowboyd has joined #rubygems
yerhot has joined #rubygems
le_gars_ has quit [Remote host closed the connection]
hasrb has quit [Remote host closed the connection]
mando has joined #rubygems
marpaia has joined #rubygems
marpaia has quit [Ping timeout: 256 seconds]
marpaia has joined #rubygems
cowboyd has quit [Remote host closed the connection]
leekiern_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jfoy has joined #rubygems
workmad3 has joined #rubygems
hasrb has joined #rubygems
workmad3 has quit [Ping timeout: 245 seconds]
tarebyte has joined #rubygems
yerhot has quit [Remote host closed the connection]
DanKnox_away is now known as DanKnox
gaustin has joined #rubygems
gaustin has quit [Client Quit]
gaustin has joined #rubygems
leekiern_ has joined #rubygems
<
indirect>
evan: qrush: ping? gems are disappearing from s3 but not the master index :(
<
evan>
disappearing?
<
qrush>
indirect: eh?
<
indirect>
a list of 10 gems that are still in Marshal and specs but are not present on s3
<
indirect>
either gemspec or gem for the ones I tested
<
evan>
are new ones appearing?
<
evan>
or are you just seeing them for the first time now
<
indirect>
I don't know if it's a bug in yanking, but I am just seeing those 10 for the first time this week
<
indirect>
there were no such gems a month ago
<
qrush>
messed up :[
<
indirect>
those ten gems are all listed on rubygems.org, but have the dreaded "N/A" size, and link to 404s on S3
<
indirect>
it worries me a lot that old gems are apparently just mysteriously vanishing :(
<
evan>
I have a feeling they're not vanishing
<
evan>
if they're N/A and old
<
evan>
they've been missing for a while
<
evan>
ever since I added the size patch
tarebyte has quit [Remote host closed the connection]
jonahR has joined #rubygems
tarebyte has joined #rubygems
tarebyte has quit [Remote host closed the connection]
<
indirect>
evan: so maybe we just need to remove them from the Marshal and specs indexes?
<
evan>
i'll get to that shortly
<
indirect>
okay, thanks
cowboyd has joined #rubygems
Gibheer has joined #rubygems
<
Gibheer>
the reason is, that we have many servers separated from the internet
<
Gibheer>
so no way to pull the gems directly from rubygems
<
Gibheer>
plus we are running a mix of MRI, rubinius and jruby, so bundle package is not sufficent
<
evan>
the reason I tend to tell people not to mirror rubygems
<
evan>
is that you'll end up pulling down and manage huge volumes of data you don't care about
<
evan>
thats too bad bundle package won't work for you, thats the easiest
<
Gibheer>
yeah, that's true
<
evan>
maybe you could talk through that with indirect and see if there is a way to make it work
<
indirect>
Gibheer: you can package once for each of MRI rubinius and jruby and it should work?
<
indirect>
although you are likely to need separate lockfiles for jruby and the others
<
Gibheer>
indirect: it should work, yes, but it depends on the developers having all three of them installed
<
evan>
you could have CI do that
<
indirect>
Gibheer: yeah, what evan said
<
Gibheer>
right, but then I would again punch holes into the firewall which is executing scripts. Not a nice way
le_gars has joined #rubygems
<
Gibheer>
but you got me thinking - maybe I can run something like squid
calmyournerves has quit [Ping timeout: 240 seconds]
cschneid has quit [Ping timeout: 240 seconds]
<
evan>
thats the next place
<
evan>
we run nginx in caching proxy mode on our mirrors
<
evan>
so they act as pull through caches.
<
evan>
you can do the same
calmyournerves has joined #rubygems
<
Gibheer>
I will try that
<
evan>
all the devs will have to use your proxy
<
evan>
and all apps will have to be bundled at least once on a dev machine for each platform
<
evan>
to prime the cache.
<
Gibheer>
sounds like a possible approach for me
<
evan>
optionally, you can allow that squid proxy to rubygems.org only
<
evan>
so that it can pull files on it's own.
cschneid has joined #rubygems
<
evan>
so that at least it's controlled.
<
Gibheer>
yeah, that's what I would build
<
evan>
thats going to be the most flexible
<
evan>
if you can do that, do it.
<
Gibheer>
but out of coriosity - why don't you offer rsync to build mirrors, as it only pulls the diffs
<
evan>
it's just not a priority
<
evan>
and it costs in both additional bandwidth and machines
<
evan>
because we'd have to have some dedicated rsync endpoints
<
evan>
diffing the index is big
<
evan>
and it's updated multiple times per minute many times
<
Gibheer>
wow, our index building is working since friday
<
Gibheer>
thats why we are looking into other approaches
<
evan>
if you must do it, we could probably work something out, but it requires constant work on your and and our end
<
evan>
so if we can avoid it, we sould.
<
Gibheer>
will keep you updated, when we get it working
<
Gibheer>
and will also post about it to make live easier for others too
<
evan>
cool, thanks!
tbuehlmann has joined #rubygems
tjbiddle has joined #rubygems
tarebyte has joined #rubygems
huoxito has quit [Quit: Leaving]
havenwood has joined #rubygems
tarebyte has quit [Ping timeout: 264 seconds]
jonahR has quit [Quit: jonahR]
dangerousdave has joined #rubygems
cowboyd has quit [Remote host closed the connection]
hasrb has quit [Remote host closed the connection]
hasrb has joined #rubygems
hasrb has quit [Remote host closed the connection]
jleishman has quit [Remote host closed the connection]
mando has quit [Remote host closed the connection]
marpaia has quit [Quit: WeeChat 0.4.1]
mando has joined #rubygems
yerhot has joined #rubygems
DanKnox is now known as DanKnox_away
dangerousdave has quit [Read error: Connection reset by peer]
Dave has joined #rubygems
Dave is now known as Guest4851
Guest4851 has quit [Client Quit]
yerhot has quit [Remote host closed the connection]
dwknoxy has quit [Quit: Computer has gone to sleep.]
jonahR has joined #rubygems
yerhot has joined #rubygems
tcopeland has quit [Quit: Leaving.]
hasrb has joined #rubygems
tbuehlmann has quit [Remote host closed the connection]
yerhot has quit [Remote host closed the connection]
DanKnox_away is now known as DanKnox
cowboyd has joined #rubygems
workmad3 has joined #rubygems
jcaudle has quit [Quit: jcaudle]
le_gars has quit [Remote host closed the connection]
<
drbrain>
indirect: ping
<
indirect>
drbrain: yo
<
indirect>
what's up?
<
drbrain>
I'd like a final check of rubygems master against bundler master for 2.1 rc 2
<
indirect>
drbrain: sure... master brancth?
<
indirect>
err branch
<
drbrain>
what was the command to run it again?
<
drbrain>
I always forget
<
drbrain>
and I can never think of the right keywords to find it in my logs
<
drbrain>
(I feel bad for not remembering how to fish)
<
indirect>
drbrain: haha no worries. from a bundler checkout, it's "rake spec:rubygems:master"
<
indirect>
or, if you want to run against a rubygems checkout, it's: "RG=/path/to/rubygems rake spec:rubygems:co"
<
drbrain>
indirect: I got 874 examples, 0 failures, 2 pending
<
indirect>
drbrain: against the 1.3.5 release, I got 836 examples, 0 failures, 2 pending
<
indirect>
master hasn't quite finished running yet
marpaia has joined #rubygems
<
drbrain>
I ran master on master
tcopeland has joined #rubygems
yerhot has joined #rubygems
yerhot has quit [Remote host closed the connection]
<
indirect>
drbrain: yep, I also see green for master on master
<
indirect>
I am +1 on rubygems master :)
<
drbrain>
I found one minor test problem on 1.8 which I fixed
<
drbrain>
bundler won't be affected by it
<
indirect>
drbrain: great!
<
drbrain>
evan: ping
<
drbrain>
evan: I want you to teach me how to get the user-agent stats off of rubygems.org
<
drbrain>
so I don't have to ask you
<
evan>
ok, I need to wrap it up into something you can run then.
<
evan>
but I can certainly do that a little later.
<
drbrain>
evan: also, if you know how to fix Hal Fulton's rubygems.org login, it would be appreciated
<
evan>
yeah, I need to take a look
<
evan>
i'm not sure why he didn't just get a new rubygems.org account
<
evan>
rather than a new rubyforge account
<
evan>
i'm sure the sync there has been busted for a very long time
gaustin has quit [Quit: gaustin]
jonahR has quit [Quit: jonahR]
havenwood has quit [Remote host closed the connection]
marpaia has quit [Quit: WeeChat 0.4.1]
huoxito has joined #rubygems
vertis has joined #rubygems
workmad3 has quit [Ping timeout: 245 seconds]
yerhot has joined #rubygems
yerhot has quit [Ping timeout: 240 seconds]
AlHafoudh has joined #rubygems
Sc0rp10n has joined #rubygems
mando has quit [Remote host closed the connection]
tenderlove has joined #rubygems
Sc0rp10n has quit [Quit: Leaving]
tenderlove has quit [Remote host closed the connection]
lsegal has joined #rubygems