notduncansmith has quit [Read error: Connection reset by peer]
anshukla has quit [Ping timeout: 244 seconds]
pfraze_ has quit [Remote host closed the connection]
pfraze_ has joined #ipfs
hellertime has joined #ipfs
pfraze__ has joined #ipfs
pfraze_ has quit [Ping timeout: 256 seconds]
tilgovi has quit [Ping timeout: 265 seconds]
Wallacoloo has quit [Ping timeout: 256 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
tilgovi has joined #ipfs
nham has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
lgierth_ has quit [Quit: Ex-Chat]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
anshukla has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<ipfsbot>
[go-ipfs] lgierth opened pull request #1255: parse: fix handling of unwanted stdin (master...fix-stdin-parsing) http://git.io/vT4Q9
lgierth has joined #ipfs
Carraway_ is now known as Carraway
Carraway has quit [Quit: leaving]
EricJ2190 has quit [Ping timeout: 256 seconds]
notduncansmith has joined #ipfs
lgierth has quit [Quit: Ex-Chat]
notduncansmith_ has joined #ipfs
notduncansmith_ has quit [Read error: Connection reset by peer]
antonio_l has joined #ipfs
notduncansmith has quit [Ping timeout: 264 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
hellertime has quit [Quit: Leaving.]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
hellertime has joined #ipfs
hellertime has quit [Client Quit]
<ipfsbot>
[go-ipfs] jbenet created gpi-04a969835eb06efbb0895a202d7c8d0c3b6c0780 at 04a9698 (+0 new commits): http://git.io/vTBej
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
antonio_l1 has joined #ipfs
antonio_l has quit [Ping timeout: 256 seconds]
Wallacoloo has joined #ipfs
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping>
jbenet: does the travis build not trigger if you push each commit to the same branch?
<jbenet>
whyrusleeping: correct. it halts and retargets to the latest. you'd have to push them each one at a time and wait for the test run to be done before pushing the next.
<jbenet>
hence ....
<whyrusleeping>
the ugliness on my github feed right now...
<ipfsbot>
[go-ipfs] whyrusleeping force-pushed fix/init from d7c1121 to 2cfb5ee: http://git.io/vTEPm
<ipfsbot>
go-ipfs/fix/init 2cfb5ee Jeromy: clean up and fix init permissions handling
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<jbenet>
whyrusleeping: you're right. i think we should remove the dir, and then run test_init_ipfs. (or init the first one at a different location).
<jbenet>
whryusleeping:
octalberry has quit [Ping timeout: 245 seconds]
notduncansmith has joined #ipfs
notduncansmith has quit [Read error: Connection reset by peer]
<whyrusleeping>
alright, ill remove the dir
<Tv`>
jbenet: what's your vision about config, fsrepo and things that don't really use the local filesystem.. basically, right now sections of config refer to local files by absolute paths, i'm writing the "any kind of datastore" config pluggable logic, and i'm wondering whether i should hand them something to use as a base directory (and just say "beware
<Tv`>
conflicts"), or rely on whatever adds them to config setting absolute paths right, or something
<whyrusleeping>
jbenet: writing the pin migration is going to REALLY suck without a better package management tool
<Tv`>
but this talk about "pull even the config from s3" makes me think this logic really shouldn't assume that everything always has a local path, or something
<Tv`>
whyrusleeping: btw you don't really need the old code for that migration, just the new; the old format is trivial
<whyrusleeping>
this is true...
<whyrusleeping>
i could just reimplement
<Tv`>
it's just json array and object
<whyrusleeping>
yeah
* whyrusleeping
sighs
<whyrusleeping>
fine, ill do things the easy way
<Tv`>
jbenet: like, if i spec the api to type DSOpener interface { Open(repoPath string) (IPFSDatastore, error) }, and then pull *everything* from s3, there really isn't repoPath
<jbenet>
whyrusleeping: `cp` is a better vendoring tool than godeps.
<Tv`>
if i don't have repoPath there as an argument, i need to special case the current stuff.. but i guess that's the lesser evil
<jbenet>
Tv` yeah that's tricky stuff.
<Tv`>
i guess i need to special case the current default anyway, because it fiddles with PeerID and what not
<jbenet>
Tv` i think it's safe to use relative paths in configs for datastores that require a local fs.
<jbenet>
Tv` relative to $IPFS_PATH
<Tv`>
jbenet: == FSRepo.path ?
<jbenet>
Tv` i believe so. defaults to `~/.ipfs`
<Tv`>
yeah
<ipfsbot>
[go-ipfs] jbenet pushed 9 new commits to master: http://git.io/vTuv1
<ipfsbot>
go-ipfs/master 3ead244 W. Trevor King: namesys: Add recursive resolution...
<ipfsbot>
go-ipfs/master c2ff028 W. Trevor King: core/commands/resolve: Add a -r / --recursive option...
<ipfsbot>
go-ipfs/master e643f72 W. Trevor King: core/commands/dns: Add 'ipfs dns ...' for resolving DNS references...
<wking>
:D
* whyrusleeping
claps
<whyrusleeping>
and now i have to go rebase my shit
<wking>
jbenet: but it doesn't look like the new Travis tests have completed yet :p
<jbenet>
whyrusleeping: do you want to rebase 1218 on top of new master? and then i'll git push-each to tests the commits
<jbenet>
whyrusleeping i can do it for you
<whyrusleeping>
if you wanna get that that would be flantastic
<tperson>
I have fast(ish) internet!
<jbenet>
wking: i was looking at them closely. i guess i didn't diff things. you could've changed everything.
<whyrusleeping>
tperson: woo!
<jbenet>
whyrusleeping: should i remove go 1.3 or no?
* wking
muahaha! changes all the things.
<ipfsbot>
[go-ipfs] whyrusleeping force-pushed fix/init from 2cfb5ee to 8ea502f: http://git.io/vTEPm
<ipfsbot>
go-ipfs/fix/init 8ea502f Jeromy: clean up and fix init permissions handling
<jbenet>
"oh no, it resolves things backwards. fffffffffuuuuuuuuuuuuu"
<jbenet>
:]
<whyrusleeping>
jbenet: i want to say keep 1.3
<whyrusleeping>
excep
<whyrusleeping>
t
<whyrusleeping>
it makes our tests "so damn slow (tm)"
<whyrusleeping>
have they responded to that last email?
<whyrusleeping>
jbenet: also! change our classification to free software, maybe theyll take our money then?
<whyrusleeping>
we are technically free software
<whyrusleeping>
it might be a neat distinction to make
<whyrusleeping>
in general
<jbenet>
yeah good point. it is FOSS.
chriscool has joined #ipfs
notduncansmith has joined #ipfs
ei-slackbot-ipfs has quit [Remote host closed the connection]
notduncansmith has quit [Read error: Connection reset by peer]
ei-slackbot-ipfs has joined #ipfs
<whyrusleeping>
i'm good at crashing chrome
<whyrusleeping>
apparently if i try to drag a link out of the current window onto a terminal in i3, it hangs and crashes
notduncansmith has joined #ipfs
<whyrusleeping>
dont ask me why
tilgovi has joined #ipfs
<jbenet>
why, why, why
<whyrusleeping>
bro
<whyrusleeping>
i said
<whyrusleeping>
dont ask me why
<whyrusleeping>
also, really embarassing when you go to show someone the webui and 1) chrome is borked, and 2) internet is crapping out so the webui resources dont load
<jbenet>
whyrusleeping: of course, i cant rebase on osx, because README.md and readme.md overwrite each other.
<jbenet>
whyrusleeping: i cant get out of the index. can you remove it from the history?
<jbenet>
ffs hfs.
notduncansmith_ has joined #ipfs
notduncansmith_ has quit [Read error: Connection reset by peer]
<jbenet>
meh, i'll do it in linux
<Tv`>
story of my life
lgierth has quit [Quit: Ex-Chat]
<whyrusleeping>
jbenet: pro-tip: use a FOSS operating system
<cryptix>
sorry, my meme-mind immediatly had to think of this /ipfs/QmemtbRTH83SxfUkcdDpJysv3UauJuoh1VL7urCBxCzK75/chrome_ram.jpg
<cryptix>
Tv`: that was me.. godeps and sharness related..
<cryptix>
i wanted 'make vendor' (ie godep save -r' to capture also the tools we use in sharness. and since its a really unfortunate solution i called it sadhack
<Tv`>
well, those vendorings ain't vendored anymore, it seems
<whyrusleeping>
hey look, another memory bug
<cryptix>
can we just switch to gb please and add a target to the makefile to checkout our specific versions to projectRoot/vendor? these imports just hurt..
<Tv`>
sooo the codebase uses two different forks of goamz
<whyrusleeping>
Tv`: thats a problem, we should be using at least three
<Tv`>
no wait i'm misreading this
<Tv`>
it's using an abandoned fork ;)
<whyrusleeping>
oooOoo, nice
RzR has quit [Excess Flood]
notduncansmith_ has joined #ipfs
notduncansmith_ has quit [Read error: Connection reset by peer]
<ipfsbot>
[go-ipfs] Luzifer closed pull request #1235: Fix: Using the `dnslink` feature led to infinite redirects (master...fix/dnslink-issues) http://git.io/vTejA
RzR has joined #ipfs
<ipfsbot>
[go-ipfs] Luzifer reopened pull request #1235: Fix: Using the `dnslink` feature led to infinite redirects (master...fix/dnslink-issues) http://git.io/vTejA
<Luzifer>
argh. sorry. killed my repo "a bit" (-_-")
<whyrusleeping>
<.<
Wallacoloo has joined #ipfs
<Luzifer>
note to me: --mirror isn't a good idea -_-
headbite has quit [Remote host closed the connection]
<whyrusleeping>
lol
<Luzifer>
at least it removed a lot of trash... xD
<whyrusleeping>
i really want to go through and prune crap out of the ipfs git repo
<Luzifer>
:+1:
<whyrusleeping>
there are several binaries that have been accidentally comitted to master
<whyrusleeping>
and then remove
<whyrusleeping>
d
<whyrusleeping>
and other things like that
<Luzifer>
there are also merged branches which are not deleted it seems
<whyrusleeping>
yeah
<whyrusleeping>
chriscool: any thoughts on cleaning a git repo?
<Luzifer>
hm the list of merged branches is not that long...
<Luzifer>
`git branch -r --merged ipfs/master`
<Luzifer>
10 branches
m0ns00n has joined #ipfs
notduncansmith_ has joined #ipfs
notduncansmith_ has quit [Read error: Connection reset by peer]
ei-slackbot-ipfs has quit [Remote host closed the connection]
<cryptix>
tperson: there shouldnt be any imports of code.google.com in the recent code.. no idea what go get -u does different than 'pull and rebuild'.. but maybe try 'git pull && go install -a ./cmd/ipfs'
<cryptix>
oh, the 2nd one worked - nvm
headbite has joined #ipfs
<cryptix>
i suspect the go tool didnt rebuild everything - it does that from time to time and reusees something outdated from $GOPATH/pkg
notduncansmith_ has joined #ipfs
notduncansmith_ has quit [Read error: Connection reset by peer]
anshukla has quit [Remote host closed the connection]
<www>
@ tperson thanks
<m0ns00n>
Evening
<m0ns00n>
:)
<krl>
whyrusleeping: more crashes when running ipfs commands from node :/