Alright, try to do `git checkout caa-79-api-redirect` now.
2015-12-09 34306, 2015
Freso
It should now check out the branch of that name from the github-freso remote, I think.
2015-12-09 34338, 2015
ariessa
okay
2015-12-09 34327, 2015
Freso
Try to do `git push --set-upstream origin caa-79-api-redirect` now.
2015-12-09 34341, 2015
ariessa
okay but what did it just do?
2015-12-09 34349, 2015
Freso
:)
2015-12-09 34328, 2015
Freso
It's a bit of a convoluted command that did a lot of things at the same time.
2015-12-09 34358, 2015
Freso
`git push` moves code from your local clone into a remote repository.
2015-12-09 34307, 2015
Freso
`--set-upstream origin` changed the remote the current branch "tracks" (ie., the remote branch that your local branch compares itself against).
2015-12-09 34337, 2015
Freso
"caa-79-api-redirect" is the branch we're talking about, both local and remote.
2015-12-09 34307, 2015
ariessa
whats the difference between local and remote?
2015-12-09 34327, 2015
Freso
ariessa: Local is what you're working on right now, remote is what you're syncing against.
2015-12-09 34325, 2015
ariessa
okay understood
2015-12-09 34356, 2015
Freso
:)
2015-12-09 34347, 2015
Freso
So what we did was we created a remote branch on origin called "caa-79-api-redirect" and told your local branch "caa-79-api-redirect" to sync against that. We did this at the same time as uploading the code in the local "caa-79-api-redirect" to the remote "caa-79-api-redirect". You should be able to see this branch and my commit on your GitHub now.
2015-12-09 34318, 2015
Freso
(If you don't fully understand what just happened right now, that's fine. Like I said, it is a bit convoluted. :))
2015-12-09 34335, 2015
ariessa
okay good to know
2015-12-09 34309, 2015
Freso
Alright. So now you have the exact code that is mentioned in https://github.com/metabrainz/coverart_redirect/p… - so now you need to go over bitmap (mwiencek on GitHub)'s comments and implement those comments in the code.
2015-12-09 34347, 2015
Freso
ariessa: I'm going to take a shower and get breakfast, but I'll be available in a bit again if Python and/or Git is giving you the blues. :)
2015-12-09 34304, 2015
ariessa
okay thanks
2015-12-09 34340, 2015
zas
ruaok: cpu load is much lower on dora/roobarb
2015-12-09 34319, 2015
zas
that's a good thing
2015-12-09 34350, 2015
ruaok
Very lovely, yes.
2015-12-09 34357, 2015
D4RK-PH0ENiX joined the channel
2015-12-09 34321, 2015
zas
indexer is building recording indexes atm
2015-12-09 34346, 2015
zas
it is 2.5x faster than cartman for that
2015-12-09 34318, 2015
ruaok
All promising!
2015-12-09 34344, 2015
zas
i'll work on having stats in graphana for both indexer and search servers apps. Btw do tomcat/jetty have in-app status (like nginx status) ?
2015-12-09 34300, 2015
D4RK-PH0ENiX has quit
2015-12-09 34352, 2015
ruaok
not sure
2015-12-09 34311, 2015
travis-ci joined the channel
2015-12-09 34312, 2015
travis-ci
musicbrainz/picard#1241 (master - b1ca693 : Wieland Hoffmann): The build passed.
spideyonthego: if you have a question, just go ahead and ask it.
2015-12-09 34332, 2015
spideyonthego
okay
2015-12-09 34334, 2015
spideyonthego
hahaha
2015-12-09 34301, 2015
spideyonthego
im trying to get CB running on my computer
2015-12-09 34333, 2015
spideyonthego
so i followed the instructions and installed vagrant
2015-12-09 34313, 2015
spideyonthego
but when i type in "vagrant up" in the cmd, it starts downloading a huge file
2015-12-09 34321, 2015
spideyonthego
is this normal?
2015-12-09 34336, 2015
ruaok
yes.
2015-12-09 34354, 2015
ruaok
it is literally going to install a new version of linux into a virtual machine. cool, eh?
2015-12-09 34309, 2015
yeeeargh has quit
2015-12-09 34325, 2015
ariessa
Freso: so i should implement the code into ariessa/coverart_redirect under request.py file right?
2015-12-09 34330, 2015
spideyonthego
so im literally going to have a system running inside my system?
2015-12-09 34336, 2015
spideyonthego
thats pretty cool
2015-12-09 34338, 2015
ruaok
yep.
2015-12-09 34338, 2015
spideyonthego
and is there no other way i can try out my new code
2015-12-09 34310, 2015
spideyonthego
on someone else's system which already can run CB ?
2015-12-09 34317, 2015
UmkaDK_ joined the channel
2015-12-09 34306, 2015
UmkaDK has quit
2015-12-09 34311, 2015
ruaok
spideyonthego: not really. this is the best way to do it. but, once it is setup it will be useful for all your work.
2015-12-09 34338, 2015
Freso
ariessa: Yes.
2015-12-09 34343, 2015
spideyonthego
okay. thanks :)
2015-12-09 34344, 2015
ariessa
okay so i implemented the comment in the code
2015-12-09 34324, 2015
Freso
Alright. Then `git add --all` (this adds all changes from your working directory to the "staging area") and then `git commit -v`. Some editor will now pop up to let you enter a commit message.
2015-12-09 34336, 2015
ruaok
wow. our staff is now 7 people. Only two full timers, but still. 7!
2015-12-09 34303, 2015
Clint
a veritable corporate juggernaut
2015-12-09 34336, 2015
Freso
ruaok: :)
2015-12-09 34343, 2015
Freso
Did they return the contract already?
2015-12-09 34353, 2015
ruaok
contract is signed.
2015-12-09 34303, 2015
Freso
So you can do the grand reveal now?
2015-12-09 34303, 2015
ruaok
draft blog post waiting her review.
2015-12-09 34309, 2015
ruaok
if you have a sec, feel free to review.
2015-12-09 34311, 2015
Gentlecat
will you finally tell us who it is? :)
2015-12-09 34318, 2015
Freso
I'll give it a look. :)
2015-12-09 34329, 2015
ruaok
Gentlecat: you don't know her.
2015-12-09 34333, 2015
Gentlecat
cmon Freso, hurry up
2015-12-09 34337, 2015
Gentlecat
:)
2015-12-09 34339, 2015
ruaok
But she rides her bike a lot. :)
2015-12-09 34354, 2015
Gentlecat
good 🚴
2015-12-09 34359, 2015
ruaok
she may leave us all in the dust.
2015-12-09 34301, 2015
ruaok
esp me. :)
2015-12-09 34328, 2015
Freso
Haha. LinkedIn profile link. How biz-like. :p
2015-12-09 34310, 2015
ruaok
I felt that was appropriate, since none of you know her.
ruaok: climbing 1km per week is part of the contract, right?
2015-12-09 34332, 2015
ruaok
Gentlecat: ^^
2015-12-09 34335, 2015
kuno
LinkedIn is never appropriate :P
2015-12-09 34357, 2015
Gentlecat
👍
2015-12-09 34358, 2015
ruaok
Gentlecat: if that is the case, then I'd have to fire myself.
2015-12-09 34306, 2015
ruaok
then again, I'm close for this month.
2015-12-09 34322, 2015
ruaok
maybe I should've linked her strava account instead. :)
2015-12-09 34327, 2015
Gentlecat
lol
2015-12-09 34351, 2015
Freso
"First, it acknowledges that we have grown enough to warrant such a position and second that it will hopefully improve […]" - this feels a bit clumsy, the "second that it will" part. But I can't quite put a finger on it.
2015-12-09 34345, 2015
ariessa
Freso: i run 'git commit -v' and it says, On branch caa-79-api-redirect Your branch is up-to-date with 'origin/caa-79-api-redirect'. nothing to commit, working directory clean
2015-12-09 34350, 2015
Freso
Huh. My CommMan position haven't been added to LinkedIn… I guess that's how often I use it.
2015-12-09 34305, 2015
Freso
ariessa: Did you add the files?
2015-12-09 34312, 2015
ruaok
yeah, linked in is a write only medium for me
2015-12-09 34316, 2015
Freso
Using the `git add` command?
2015-12-09 34317, 2015
ariessa
yes
2015-12-09 34321, 2015
ariessa
yes
2015-12-09 34348, 2015
ruaok
Freso: strike the second "that"
2015-12-09 34356, 2015
ruaok
> First, it acknowledges that we have grown enough to warrant such a position. Second, Christina will improve how we communicate with customers and how much revenue we bring into the foundation.
2015-12-09 34319, 2015
ruaok
snappy search servers! \ø/
2015-12-09 34351, 2015
ruaok hopes that those are fixed and that I can happly hit the road again.
2015-12-09 34341, 2015
Freso
ruaok: Sounds much better. :)
2015-12-09 34310, 2015
Freso
ariessa: Alright. Can you pastebin the output of `git log`?
2015-12-09 34328, 2015
ruaok
ok, added some final touches.
2015-12-09 34335, 2015
Freso
Oh. I got lost in LinkedIn.
2015-12-09 34344, 2015
Freso refreshed page and re-reads blog post
2015-12-09 34356, 2015
Freso
I'm going to combine all the lists to only be one list...
we need to add details for our entire team to the site.
2015-12-09 34333, 2015
ruaok
including job descriptions and other shizzle like that.
2015-12-09 34337, 2015
Gentlecat
if Carol will be replaced by someone
2015-12-09 34346, 2015
ruaok
ah, that hasn't happened yet.
2015-12-09 34348, 2015
Gentlecat
just a reminder :)
2015-12-09 34350, 2015
Gentlecat
right
2015-12-09 34301, 2015
ruaok
Rassami and I have started the replacement search.
2015-12-09 34306, 2015
Freso
Oh, ruaok: "setting up a new headquarters" → "new headquarters" or "a new headquarter"? I'm leaning towards the former, but it definitely shouldn't be both ;)
2015-12-09 34325, 2015
Gentlecat
and details too, we've been panning to do that for a long time, I guess
2015-12-09 34346, 2015
ruaok
Freso: singular, please.
2015-12-09 34305, 2015
ruaok
Gentlecat: yes, a lot of things have been pushed off for hiring a sysadmin and a biz dev manager.
2015-12-09 34315, 2015
ruaok
like the 2014 annual report. :(
2015-12-09 34339, 2015
Gentlecat can't wait to see it :)
2015-12-09 34342, 2015
ruaok
so, first things in 2016 will be to get that 2015 report done and to spent time on the meb site to flesh it out with much more info.
2015-12-09 34355, 2015
Freso
ruaok: I also did "research and suggestions related to law and policy issues related to" -> "research and suggestions on law and policy issues related to", to avoid doing "related to" twice in the same sentence.
2015-12-09 34303, 2015
ruaok
k
2015-12-09 34319, 2015
ruaok
we may need to backport that to the job description later, but nothing to worry about now, Freso
2015-12-09 34347, 2015
ruaok
oohh, index rotation coming.
2015-12-09 34351, 2015
ruaok
exciting. :)
2015-12-09 34307, 2015
Freso
ruaok: Well, the job description doesn't need to flow as nicely as a blog post. Theoretically, only two people ever need to read that, while the blog post will be read by (hopefully) many people.
2015-12-09 34326, 2015
kahu has quit
2015-12-09 34333, 2015
ruaok
Freso: I want to post job descriptions on the site next year.