/srv/irclogs.ubuntu.com/2012/09/03/#ubuntu-unity.txt

=== yofel_ is now known as yofel
=== sil is now known as sil2100
sil2100seb128: hi!10:03
sil2100seb128: as I wrote in the e-mail, strange thing with the bamf thing10:04
sil2100seb128: since the tarball is upladed and visible here https://launchpad.net/bamf/0.310:04
seb128sil2100, hey10:04
seb128weird10:04
sil2100But *strangely* the newly created series is not available from the home page :/10:04
seb128https://launchpad.net/bamf/ doesn't list it on the right10:04
sil2100Indeed10:05
sil2100I think I need to tinker with the LP series properties10:05
sil2100mhr3: hi! You registered a series before, right?10:05
mhr3sil2100, hey, sure10:06
sil2100mhr3: what did I do wrong that the series I created is not visible on the main page?10:07
sil2100Do you have to set something explicitly?10:07
sil2100mhr3: ^10:07
* mhr3 checks10:08
mhr3set it as development focus, changed 0.2 status to "current stable release", you should also branch the 0.2 code into a separate branch now (when it didn't have the 0.3 features, so that bug fixes could be done in that branch)10:13
mhr3otoh bamf was never branched according to ubuntu releases, so... :/10:14
mhr3sil2100, ^10:19
mhr3sil2100, seb128, btw the plan was to make 6.x libunity release with ubuntu's beta, is it ok if we bump stuff now?10:21
mhr3cause it's 5.96 or something atm10:21
seb128mhr3, wfm10:21
mhr3k10:21
=== mmrazik is now known as mmrazik|lunch
=== chrisccoulson_ is now known as chrisccoulson
sil2100mhr3: so that branch is necessary, yes?10:50
sil2100mhr3: works for me regarding libunity as well10:53
sil2100mhr3: could you branch the bamf code to 0.2? Since I don't really know how to make this fancy lp:bamf/0.2 branch10:54
=== mmrazik|lunch is now known as mmrazik
mhr3sil2100, why is bamf tagged as 0.3.0, yet configure says it's 0.2.122?11:32
sil2100Oh, maybe I didn't push?11:35
sil2100Ah yes11:35
sil2100Crap, last week was horrible11:36
sil2100Let me fix that11:36
mhr3sil2100, also, none of the upstream bugs that were fix committed were changed to fix released11:38
mhr3at least not automagically11:38
mhr3which it used to do11:38
sil2100Yes, since there was no one to run unify this time ;)11:38
sil2100And I left the milestone opened11:39
sil2100Since all of this was so chaotic that I didn't want to close it right now11:39
sil2100mhr3: pushed11:39
mhr3sil2100, the tag needs to be moved11:40
sil2100Yep11:43
sil2100One moment...11:43
sil2100mhr3: it should be fine now11:45
sil2100mhr3: I'll change them manually now11:45
sil2100mhr3: the bugs - or maybe you want to wait a bit? Since I might try familiarizing with that unity thing11:46
mhr3$ bzr pull11:46
mhr3Using saved parent location: bzr+ssh://bazaar.launchpad.net/%2Bbranch/bamf/11:46
mhr3No revisions to pull.11:46
mhr3Conflicting tags:11:46
mhr3    0.3.011:46
sil2100Strange, I overwrote the tags11:46
mhr3do i need to pull --overwrite?11:47
mhr3hmm, that worked11:48
sil2100I think so - although hm, now that I think of it, does bzr enable moving of tags without overwriting them?11:48
sil2100Since my bzr-foo is still weak11:48
mhr3like bzr tag --force?11:48
sil2100Yes, if I would do a bzr tag --force 0.3.0 and then push it to the remote repo, would it move the tag without me forcing --overwrite-tags ?11:49
mhr3if you used push --overwrite, it's not surprising that i had to pull overwrite11:49
mhr3afaik tag --delete and then tag again shouldn't require overwriting11:50
sil2100That's what I did actually...11:50
sil2100Strange that you had to overwrite during pull11:51
mhr3indeed11:51
mhr3but whatever, i didn't have half-finished branch11:51
sil2100Sorry about tha11:52
sil2100t11:52
mhr3nothing to be sorry about, i guess bzr is just being picky11:53
sil2100Shit, I did the same thing with nux, grrr11:53
sil2100Or wait, I think Timo put the tags on11:53
sil2100ANyway, need to fix that up11:53
seb128sil2100, mhr3: please guys no --overwrite that breaks all the mergers, distro tools, etc which default to pull and not pull --overwrite11:54
sil2100mhr3: what would be the best way to move a tag? bzr tag --delete, bzr tag and bzr push ?11:54
sil2100seb128: I just was doing --override-tags if anything11:54
mhr3hmm, seb128 has a point, next automerge to bamf will fail11:56
sil2100Overwriting tags?11:58
sil2100Ah, right11:58
sil2100Ok, hm, how to fix this now - maybe I'll bring back the tag to the previous version?11:59
sil2100But then the commit with the version bump won't be around11:59
mhr3i guess the branch signature changed already, the only way to revert it is to push --overwrite the original branch12:00
mhr3although i'm just guessing12:00
sil2100mhr3: do you have the original branch somewhere?12:01
mhr3no, i --overwritten it a moment ago12:01
sil2100Ok, so officially I broke the mergers today12:02
sil2100Great12:02
sil2100hm hm12:02
mhr3at least you didn't do it last week :)12:03
sil2100Yeah, great ;p12:03
sil2100Maybe if I tag the same commit, it'll get fixed, right?12:03
mhr3no idea.. #bzr?12:03
sil2100Since only the tag is a conflict, and it should be related to the commit it points to12:04
sil2100Ok, so it seems we can re-add the tag at the old place and it will be te same then12:09
sil2100mhr3: but do we want that actually? Since the tag was wrongly placed anyway...12:09
sil2100mhr3, seb128: maybe we can do bzr pull --overwrite-tags once in the mergers to fix those?12:10
mhr3from upstream pov - no, from unbreaking distro tools pov - yes12:10
seb128not sure, but the merge is only one place you might have broken12:10
seb128--overwrite should be banned from such public projects...12:11
mhr3sil2100, perhaps ask #bzr people if there's a way to move tag without it causing this problem?12:12
mhr3maybe with a dummy commit or something12:12
=== _salem is now known as salem_
sil2100mhr3: waiting for an answer12:24
sil2100seb128: ok, I'll put the tag back12:24
seb128sil2100, thanks12:25
sil2100seb128: should be as it was before12:30
seb128sil2100, great, thanks12:32
sil2100seb128: we would need 2 branches for precise merged, for renaming geis13:12
sil2100seb128: who should I poke about this?13:12
seb128sil2100, Didier when he's back wednesday13:12
seb128I don't have time to deal with precise geis stuff this week with beta113:13
sil2100seb128: is there anyone else I could ping about this before that time?13:13
seb128well, me I guess13:13
seb128what's the issue?13:13
seb128is that only vcs merges to do?13:14
seb128or is that sponsoring and uploads?13:14
sil2100For now only a vcs merge13:16
sil2100Since we'd need to have the packaging change uploaded so that we can merge in the code changes13:16
sil2100hmm, but I need to re-do the branch though13:17
sil2100Since Francis added some quilt patches13:17
seb128sil2100, just tell me what to merge where and I will run the command13:20
OwaisLHi everyone, has the messaging menu API changed in Quantal? I can see we have libmessagingmenu and after latest updates everything but empathy is missing from the messaging menu14:14
=== Chipaca` is now known as Chipaca
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
gotwighello17:32
gotwigunity scope devs here?18:37
gotwigwould be pleased to know if          if self.scope.get_filter('appetizers'):18:38
gotwig                        baseurl = "http://www.chefkoch.de/rs/s0g2/%s/Vorspeisen-Rezepte.html" does work in a scope file. Seems it does not. What do I need to do, so I can check if a filter is active, in a scope?18:38
* gotwig is afk18:38
=== dandrader is now known as dandrader|lunch
gotwigunity scope devs here?19:16
gotwigI have questions regarding using filters..19:16
=== cjohnston_ is now known as cjohnston
gotwigunity scope/lens devs available?20:04
seb128gotwig, wrong day,time I guess, it's late for anything but the U.S and it's an holiday in the U.S today20:11
gotwigand here in Germany, too :/20:11
seb128gotwig, davidcalle or mhr3 when they are around (european hours), or maybe mhall119 can help you20:11
gotwigI wrote David Calle a message on GTalk20:11
seb128he's maybe not around...?20:11
gotwigyeah, he gets it as an Email I guess20:12
gotwigI am working on my cooking lens20:12
gotwigFirst filters, than previews ;P20:12
gotwigI have time, till 12.10 ^^20:12
gotwigaround 230,000 recipes are searchable, I guess20:12
gotwigeven some specialized things for Netherlands, Germany20:13
seb128nice20:13
gotwigyip..20:14
gotwigGermany got 200,000 recipes20:14
gotwiglol20:14
gotwigGermans like to cook really often20:15
gotwignight 2 all20:20
=== dandrader|lunch is now known as dandrader
=== yofel_ is now known as yofel
=== salem_ is now known as _salem
=== hggdh_ is now known as hggdh

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!