-
ruaok joined the channel
-
michaeljames
hi all problem solved
-
priveledges issue in the end
-
I'm on the latest in master for musicbrainz-server and have the latest db dumps
-
but i still get this error:
-
Fri Nov 21 18:22:53 2014 : Schema sequence mismatch - codebase is 20, /tmp/dumps/mbdump-cdstubs.tar.bz2 is 21
-
this is from executing: ./admin/InitDb.pl -- --createdb --import /tmp/dumps/mbdump*.tar.bz2 --echo
-
Freso
I'm not sure the latest dumps are post-schema change.
-
reosarevok
Well, that says they are
-
dumps are 21
-
What does your DBDefs say?
-
Freso
Oh, right.
-
reosarevok
(lib/DBDefs.pm)
-
michaeljames
just checking
-
ah i've got it
-
its just that line in the dbdefs
-
its set to 20
-
that should probably be checked in as 21 right?
-
try again, lol I've just deleted my data dumps now downloading them again haha
-
bitmap
it's checked in as 21 in lib/DBDefs.pm.sample, you just have to update your copy of the config by hand during upgrades :)
-
Freso
vimdiff or similar tools can be quite helpful with that.
-
ianmcorvidae: Btw, ping me when rika's db has been updated so I can update i18n et al?
-
michaeljames
thanks guys :D scripts running now
-
LordSputnik has left the channel
-
KRS-Cuan joined the channel
-
ianmcorvidae|alt joined the channel
-
night199uk joined the channel
-
muesli joined the channel
-
legoktm joined the channel
-
MightyJay joined the channel
-
mjc_ joined the channel
-
atod joined the channel
-
adamcik joined the channel
-
KillDaBOB joined the channel
-
warp joined the channel
-
Mineo joined the channel
-
DjSlash joined the channel
-
Lotheric joined the channel
-
adhawkins joined the channel
-
atod joined the channel
-
JesseW joined the channel
-
CallerNo6 joined the channel
-
adhawkins joined the channel
-
Lotheric joined the channel
-
Nyanko-sensei joined the channel
-
kloeri joined the channel
-
KRSCuan joined the channel
-
atod joined the channel
-
atod joined the channel
-
JesseW joined the channel
-
yeeeargh joined the channel
-
xps2 joined the channel
-
xps2_ joined the channel
-
xps2 joined the channel
-
ijabz joined the channel
-
xps2 joined the channel
-
xps2 joined the channel
-
xps2_ joined the channel
-
Gentlecat joined the channel
-
reosarevok joined the channel
-
ijabz joined the channel
-
KRSCuan joined the channel
-
yeeeargh joined the channel
-
DjSlash joined the channel
-
Mineo joined the channel
-
MightyJay joined the channel
-
KillDaBOB joined the channel
-
muesli joined the channel
-
night199uk joined the channel
-
mjc_ joined the channel
-
warp joined the channel
-
legoktm joined the channel
-
adamcik joined the channel
-
adhawkins joined the channel
-
Lotheric joined the channel
-
Nyanko-sensei joined the channel
-
ruaok joined the channel
-
ruaok
-
I think some .dk setting got into your twitter PR. :)
-
Gentlecat
data-lang="da"
-
ruaok
Gentlecat: fixed, thanks for looking it that
-
alastairp_
(y)
-
ruaok
hola alastairp_
-
alastairp_
hi
-
my head is still mushy
-
ruaok
I can't stay away. I'm hungover and I'm reviewing code.
-
alastairp_
:D
-
awesome
-
ruaok
that was fun last night. 4 hours at BLP.
-
curious to see what the bill ended up being.
-
thanks uncle tim!
-
alastairp
I still need more hours in the day
-
ruaok
yep.
-
alastairp
today I need to bash out some compmusic stuff for coworker's presentation on monday :-P
-
I'm definitely going back there
-
ruaok
yeah, that place is what cemented our love for BCN
-
Freso
ruaok: :p
-
night199uk joined the channel
-
ruaok: I was playing around with the Twitter stuff to see how easy it would be to change language for when I add i18n to abz-server.
-
Pretty easy, it turns out. :)
-
ruaok
nice
-
Freso
Yep.
-
ruaok_ joined the channel
-
ruaok-lappy
alastairp: clean tags deployed.
-
now running cleaning script one last time.
-
alastairp
with data = clena(data) ?
-
ruaok-lappy
that *should* put that issue to bed.
-
yes
-
alastairp
cool
-
I agree, explicit is good
-
ruaok-lappy
and I also added the artist and release id presence checking.
-
alastairp
our next release is going to have to be a full dump
-
but I was thinking, we could do diff dumps too
-
alastairp puts it on the list
-
ruaok-lappy
yeah.
-
alastairp
can you see bandwidth usage on the server? I'm not seeing much on my seeds, so either people are not downloading it, or they're getting it on http
-
ruaok-lappy
I can log in to the console later.
-
I’m trying to improve the home page right now.
-
alastairp
sure
-
ruaok-lappy
give some more last submitted info stats.
-
and then I have to pick up my sis from the aerobus in a bit.
-
she just landed at BCN.
-
yeeeargh
are you adding something along the lines of "last 24h" "last week"?
-
alastairp
ok, cool. thanks for doing server stuff
-
ruaok-lappy
yeeeargh: no, I’m just s/track n/{{ artist }}/{{release}}/
-
and make it a list. the twitter stuff made the page longer, so I am going to make the examples more explicit.
-
vertical list.
-
alastairp
I wouldn't mind having a pull-out at the top to put news and stuff on
-
I might take a look at it some time
-
alastairp goes to bed again
-
ruaok-lappy
woo, another PR. thanks Gentlecat
-
Gentlecat
there's also a couple for CB
-
ruaok-lappy nods
-
ruaok-lappy
ok, last two PRs merged and deplyed. home page looks a little better now.
-
Gentlecat
ruaok-lappy: there's something wrong with track number display
-
ruaok-lappy
“10/11 / ?” ?
-
Gentlecat
-
-
yeah
-
am I missing something?
-
ruaok-lappy
its a data issue coming from the tags.
-
some tags have “2/10”
-
meaning track 2 out of 10.
-
some tags have “2”
-
and have a “totaltracks” or so tag that would contain “10”
-
we need to add logic to see what is the tracknumber tag and then pass the data to the template in a consistent way
-
should only be a couple of minutes of work
-
alastairp
Gentlecat: same as the previous comment I made, artist/track are not guaranteed to exist
-
Nyanko-sensei joined the channel
-
ruaok-lappy
ok, things are looking goof for now. time to pick up sis.