re "[14:01] * Freso loves sitting in the Catalan sun ☀️😎"
2017-03-10 06922, 2017
CatQuest
it is april weather.. in march!
2017-03-10 06924, 2017
CatQuest
well oj
2017-03-10 06927, 2017
CatQuest
ok*
2017-03-10 06935, 2017
Leo_Verto[m]
hmm, I wonder how brainzbot could realistically be containerized seeing as it consists of three seperate repositories
2017-03-10 06922, 2017
CatQuest
better than april weather in december atleast :⚡
2017-03-10 06909, 2017
CatQuest
o‿o
2017-03-10 06900, 2017
CatQuest
👎
2017-03-10 06905, 2017
CatQuest
psh
2017-03-10 06926, 2017
Quesito
zas: ping!
2017-03-10 06939, 2017
ruaok
Gentlecat: ah, I'm looking again and previously it loaded ok, but now it doesn't. and I see the requests arrive at my server, so yes, the gateway is configured properly.
2017-03-10 06941, 2017
ruaok
phew
2017-03-10 06943, 2017
zas
Quesito: pong
2017-03-10 06906, 2017
samj1912
zas: any decision on gh:P#642? Other wise can we feature freeze and move to 2.0dev?
it's the file that pulls together and builds that mess
2017-03-10 06910, 2017
Leo_Verto[m]
including downloading node.js because fuck dependencies, and installing node and go packages in a python virtualenv
2017-03-10 06926, 2017
samj1912
lol XD
2017-03-10 06901, 2017
samj1912
its funny how that makefile does everything XD
2017-03-10 06956, 2017
samj1912
I can see python, less, npm, go XD
2017-03-10 06909, 2017
Leo_Verto[m]
and that's how you end up with paths like botbotme/botbot/src/botbot/botbot
2017-03-10 06921, 2017
samj1912
lol :P
2017-03-10 06913, 2017
samj1912
I dont think they even bother with botbot anymore
2017-03-10 06930, 2017
samj1912
I can see 33 issues and the last update was on june 2016
2017-03-10 06917, 2017
Leo_Verto[m]
nope, they took off all their branding leaving the website in a pretty ugly state and are now probably continuing botbotme in a private repo without contributing to upstream
2017-03-10 06930, 2017
Leo_Verto[m]
(not that we're contributing to upstream that much either…)
2017-03-10 06902, 2017
travis-ci joined the channel
2017-03-10 06903, 2017
travis-ci
metabrainz/picard#2126 (test_builds - f9225f2 : Sambhav Kothari): The build passed.
to summarize this, I don't think docker is a good fit for brainzbot in it's current state :P
2017-03-10 06923, 2017
samj1912
lol :P
2017-03-10 06937, 2017
samj1912
why I just kept to botbot-shell :P
2017-03-10 06956, 2017
Leo_Verto[m]
for production, possibly, just clone the repo and run make but for development?
2017-03-10 06931, 2017
samj1912 should switch off travis notifications for the test branch ...
2017-03-10 06932, 2017
pingupingu joined the channel
2017-03-10 06932, 2017
pingupingu has quit
2017-03-10 06932, 2017
pingupingu joined the channel
2017-03-10 06939, 2017
amanmehta has quit
2017-03-10 06907, 2017
Leo_Verto[m]
I managed to hack it together by installing an botbot-plugins from the downloaded repository, I guess something similar could be done to make botbot a bit less "vertical"
2017-03-10 06913, 2017
samj1912
Leo_Verto[m]: if we are just developing plugins you dont need the whole botbot shebang
2017-03-10 06932, 2017
samj1912
I just have the plugins repo installed
2017-03-10 06937, 2017
samj1912
I can develop plugins just fine
2017-03-10 06955, 2017
Leo_Verto[m]
Eh, not very good for integration testing though :P
2017-03-10 06909, 2017
Leo_Verto[m]
And I don't think ignoring everything other than plugin development is really sustainable
2017-03-10 06924, 2017
ruaok
Gentlecat: for using the metabrainz/python base image, do I need to do something special for installing python modules or starting uwsgi?
2017-03-10 06928, 2017
Leo_Verto[m]
especially with upstream being dead
2017-03-10 06940, 2017
ruaok
the Dockerfile does a pip install -r requirements.txt
2017-03-10 06944, 2017
ruaok
everything seems fine.
2017-03-10 06955, 2017
ruaok
but when uwsgi starts, it can't find sqlalchemy.
2017-03-10 06904, 2017
ruaok
are there now two pythons installed?
2017-03-10 06917, 2017
Gentlecat
why would there be two pythons installed?
2017-03-10 06930, 2017
Gentlecat
how do you install uwsgi?
2017-03-10 06933, 2017
ruaok
previously I installed via apt-get, but now trying via pip as you do in your dockerfile.