jml | maxb: so, by default, it would force you to connect via bzr+ssh to get the stacked-on branch | 00:00 |
---|---|---|
jml | maxb: but Launchpad messes with the stacked-on URL when it moves things from the upload area to the public area | 00:00 |
jml | maxb: so that the URL looks like '/~foo/bar/baz' | 00:00 |
jml | RainCT: I'm chasing up a soyuz guy for you | 00:00 |
RainCT | jml: great, thanks | 00:01 |
jml | RainCT: is it still hanged? | 00:02 |
RainCT | jml: yep | 00:02 |
jml | RainCT: so, I can't find any soyuz guys who are awake | 00:10 |
jml | RainCT: and I can't see any probs with our server right now... | 00:11 |
jml | time to google! | 00:11 |
jml | wgrant: do you know a workaround for a hanged upload to Ubuntu? | 00:11 |
* Ursinha looks at spm | 00:14 | |
spm | Ursinha: heyo! | 00:14 |
Ursinha | spm, hi! | 00:14 |
Ursinha | spm, can you give me a little help with your ducky incantations? :P | 00:15 |
* spm is soooo tempted to say "No!!!! It's MY rubberducky and I'm not sharing!" :-P | 00:15 | |
spm | Ursinha: sure, shoot | 00:16 |
wgrant | jml: It's almost always a problem with the uploader's Internet connection. | 00:16 |
wgrant | RainCT: ^^ | 00:17 |
wgrant | Though there was a dput bug years ago. | 00:17 |
wgrant | There's no one solution. | 00:17 |
jml | wgrant: thanks. | 00:17 |
=== matsubara-dinner is now known as matsubara | ||
RainCT | Well, I'll try again tomorrow then (if I have time -.-). Thanks, and good night! :) | 00:18 |
jml | RainCT: g'night. | 00:18 |
=== abentley1 is now known as abentley | ||
=== jml changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: jml (away) | launchpad-users@lists.launchpad.net | ||
=== _[PUPPETS]Gonzo is now known as [PUPPETS]Gonzo | ||
=== jml changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: jml | launchpad-users@lists.launchpad.net | ||
jml | how's it going Launchpadders? | 03:22 |
Ursinha | pretty cool jml | 03:47 |
jml | Ursinha: glad to hear it :) | 03:49 |
jml | Ursinha: when do you sleep? | 03:49 |
Ursinha | jml, :) | 03:49 |
Ursinha | jml, soonish | 03:50 |
=== jml changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: - | ||
=== jml changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: - | launchpad-users@lists.launchpad.net | ||
jml | xchat is terrible. | 04:38 |
=== ursula_ is now known as Ursinha | ||
=== ursula_ is now known as Ursinha | ||
MTecknology | joey: how's it goign? | 05:53 |
Ursinha | MTecknology: joey is sleeping now :) | 05:54 |
Ursinha | where in the world are you? | 05:54 |
MTecknology | Ursinha: -6 | 05:55 |
MTecknology | Ursinha: I tend to get about 4hr sleep a day :( | 05:55 |
Ursinha | MTecknology: it's 3am over here :) | 05:55 |
MTecknology | that's when I'll get to sleep | 05:55 |
MTecknology | you're -3 then? | 05:56 |
Ursinha | MTecknology: yes | 05:58 |
MTecknology | ttyal | 06:00 |
jamesh | stub: hi. I updated my pytz branch so that it gives the same errors on 64-bit and 32-bit. Haven't looked at the cause of the errors though. | 07:04 |
stub | jamesh: Do you know if your extra failures where from your test suite modification, or is my modification not triggering failures it should? | 07:05 |
stub | If my test suite is fine, the failures would all be from running on 64bit and understandable | 07:06 |
jamesh | the errors for dates before 1901 are definitely 64-bit related: we only parse the 32-bit TZif info. | 07:07 |
jamesh | I'll check one of the others. | 07:07 |
jamesh | stub: I think the skip_local check is broken. | 07:16 |
jamesh | also, it seems that the is_dst flag in the zdump output doesn't seem to be reliable for years with more than two offsets | 07:20 |
jamesh | e.g. Europe/Moscow in 1918 | 07:20 |
stub | I know for sure we skip some odd cases such as you mention | 07:20 |
stub | Such as two dst or non-dst timezones in a single location during the same calendar year. | 07:21 |
stub | (which I guess means any location with three timezones in the same calendar year) | 07:21 |
jamesh | stub: looks like there is a real bug: http://paste.ubuntu.com/119542/ | 07:31 |
jamesh | it determines the offset correctly when going from UTC to local, but localize() appears to be giving the wrong answer for times around that point. | 07:34 |
jamesh | It won't give a +02:00 offset until 1991-09-29 03:00 -- which is the first date not covered by the DST interval. | 07:37 |
stub | I see | 07:45 |
stub | I'm thinking the API needs to be refactored too for a Python 3.0 release (as the API change likely cannot be done compatibility), so following the Python docs just works even if it is less featureful. We could provide a separate interface for the unambiguous local time arithmetic. | 07:49 |
stub | Roll it together with Gustavos' dateutil too since there is common functionality | 07:52 |
jamesh | well, this is using the pytz specific API | 07:52 |
jamesh | and still gives the wrong answer | 07:52 |
stub | Yes, but you read the docs. Questions keep coming through from people who haven't. | 07:53 |
stub | (This isn't related to the bug at hand) | 07:54 |
jamesh | right. I'd love it if pytz just worked when using the standard Python APIs, even if it didn't let me specify certain local times | 07:54 |
jamesh | having an extra API to handle those dates should be in addition to the standard API doing something sensible | 07:55 |
domas | huh | 08:05 |
domas | 'bzr log' running for 10 hours already | 08:05 |
=== stub1 is now known as stub | ||
stub | jamesh: lp:~stub/pytz/moscow-1991-failure - this is pointing the finger at the first EEST timezone, which doesn't believe it is in summer time when it should be. This would mess up other calculations. | 09:09 |
wgrant | Does one really have to upload a merge diff manually through the API? | 09:12 |
=== nijaba` is now known as nijaba | ||
=== JanC_ is now known as JanC | ||
=== salgado-afk is now known as salgado | ||
=== _neversfelde is now known as neversfelde | ||
romanos | Hello | 12:57 |
romanos | Can i make a question about creating a new translation group? | 12:57 |
romanos | none? | 12:59 |
=== romanos is now known as Dawndeath | ||
=== Dawndeath is now known as romanos | ||
romanos | hm? | 13:00 |
loafman | I want to import a project into launchpad that has two CVS repositories, one for source, one for web... would that equate to two branch names, SRC & WEB, or how would it be handled? | 13:03 |
henninge | romanos: Hi! Have you read https://help.launchpad.net/Translations/Groups ? | 13:09 |
=== sabdfl1 is now known as sabdfl | ||
RainCT | jml, wgrant: Hey. It's hanging at 68154k/68155k again :'(. | 13:25 |
RainCT | (And I doubt the problem is with my connection because I could successfully upload the same file to another host -pkg-games.alioth.debian.org-..) | 13:26 |
wgrant | RainCT: It's probably some snoopy 'router' between you and LP. | 13:26 |
wgrant | Ah. | 13:26 |
wgrant | Hmm. | 13:26 |
RainCT | Laney just told me in #ubuntu-motu that the same happens to him (filles hang at the last byte) | 13:32 |
Laney | they don't hang forever though | 13:35 |
loafman | I want to import a project into launchpad that has two CVS repositories, one for source, one for web... would that be better as two branch names, src & web? Or how should it be handled? Better yet, can a single project have multiple repositories? | 13:37 |
cody-somerville | loafman, as many as you'd like | 13:55 |
RainCT | nevermind, I've just uploaded it from Alioth :) | 13:57 |
loafman | cody-somerville, thanks for the info! | 14:05 |
=== kiko-afk is now known as kiko | ||
rockstar | loafman, we probably would only import the source code one. | 14:45 |
romanos | hello | 14:52 |
romanos | Can i as a question? | 14:52 |
romanos | Can i ask a question? | 14:53 |
cprov | romanos: sure | 14:54 |
romanos | How i can create a new group for ubuntu translation? | 14:55 |
romanos | shall we chat on private or it's ok to speak in public? | 14:56 |
cprov | romanos: public | 14:56 |
romanos | ok:) | 14:56 |
cprov | romanos: I'm unsure about what do you mean by 'translation group'. | 14:57 |
* cprov checks the help wiki | 14:57 | |
romanos | I can see in my language Ubuntu Greek Translator so we(cause i represent a greek university community) want to make our group thats what i mean if u understand me :) | 14:58 |
henninge | romanos: Hi! Have you read https://help.launchpad.net/Translations/Groups ? | 14:58 |
cprov | romanos: https://help.launchpad.net/Translations/Groups | 14:58 |
henninge | cprov: :-P | 14:58 |
romanos | no i think i didnt let me check it :) | 14:59 |
cprov | henninge: you are always faster than me :-/ | 14:59 |
romanos | i will check it and i will reply to you :) please dont leave :D | 15:00 |
romanos | it redirecting me to this link | 15:00 |
romanos | https://help.launchpad.net/Feedback | 15:00 |
romanos | when i click to create my <<own>> translation group :( | 15:01 |
romanos | shall i email to lauchpad team? | 15:01 |
henninge | romanos: We are the Launchpad team ;) | 15:01 |
henninge | romanos: To create a translation group you will have to file a question on answers: | 15:02 |
henninge | https://answers.launchpad.net/rosetta | 15:03 |
henninge | romanos: But please read the help page first to see if that is really what you need! | 15:03 |
romanos | can u please kindly provide me the help page? | 15:06 |
romanos | ps the link of help page :) | 15:06 |
=== matsubara_ is now known as matsubara | ||
henninge | romanos: ??? have you not seen it ??? | 15:23 |
henninge | romanos: https://help.launchpad.net/Translations/Groups | 15:23 |
henninge | romanos: what are your questions? | 15:24 |
=== salgado is now known as salgado-lunch | ||
cesar_bo | Hello All, I have this branch https://code.launchpad.net/~openit.com.bo/openweb/trunk, I send a propose to merge it into the branch. I aprove it, But how I Merge It? | 15:59 |
MTecknology | cesar_bo: afaik, you just have to manually merge it into your source | 16:00 |
MTecknology | just branch the first, move to the second, and push the second | 16:01 |
cesar_bo | MTecknology: How I do this? | 16:01 |
MTecknology | cesar_bo: are you the owner of the branch that is trying to me merged to? | 16:01 |
cesar_bo | yes | 16:02 |
MTecknology | or at least in able to commit to the branch? | 16:02 |
MTecknology | bzr branch for both ; move the one to be merged into the source for the other; bzr add; bzr commit -m "Message about merge"; bzr push | 16:03 |
rockstar | cesar_bo, when Launchpad 2.2.2 gets rolled out, I'll be announcing a project to help you do this automatically from now on. | 16:10 |
cesar_bo | rockstar: Would be awesome, I am trying to manually merge right now | 16:11 |
rockstar | cesar_bo, I work on a few projects, and having to be the human merger is annoying. | 16:11 |
=== jelmer_ is now known as jelmer | ||
cesar_bo | MTecknology, rockstar: Well, I merge it :) | 16:13 |
cesar_bo | rockstar: Yes !! is anoying ... :( | 16:13 |
rockstar | cesar_bo, it got pushed? Everything is good? | 16:14 |
cesar_bo | rocstar: I am pushing right now | 16:14 |
cesar_bo | I had a 10kbps connection jejejej so it would take a time | 16:14 |
rockstar | cesar_bo, so my project will handle this automatically, but your bandwidth issue won't make it any faster, just offload the work. | 16:15 |
cesar_bo | hahaha, rockstar: I know, I know ... | 16:16 |
=== matsubara is now known as matsubara-lunch | ||
MTecknology | mrevell: HI! | 16:38 |
MTecknology | You're awake the same time as me! | 16:38 |
mrevell | Hey MTecknology! | 16:38 |
MTecknology | mrevell: doing much today? | 16:42 |
MTecknology | sabdfl: hi | 16:42 |
mrevell | MTecknology: Yeah, you could say so :) | 16:42 |
mrevell | MTecknology: Were you thinking of our Skype call? | 16:42 |
MTecknology | mrevell: ya | 16:42 |
mrevell | MTecknology: I'm tied up for the rest of my day, I'm afraid. How are you fixed around this time tomorrow? | 16:43 |
MTecknology | right at this time isn't possible | 16:43 |
MTecknology | if today, I was looking at 21:00 | 16:43 |
MTecknology | the rest of this week is pretty well packed | 16:43 |
MTecknology | How's next week wednesday 21:00 ? | 16:44 |
mrevell | UTC? | 16:44 |
MTecknology | ya | 16:45 |
MTecknology | mrevell time | 16:45 |
mrevell | MTecknology: Too early to say, tbh. I may be able to do 21.00 today, though. | 16:46 |
MTecknology | ok | 16:47 |
=== salgado-lunch is now known as salgado | ||
MTecknology | just lemme know about 20.00 and I'll try to make sure I'm ready | 16:47 |
MTecknology | mrevell: would you be able to give me an idea of what kinda of questions you'll be asking? | 16:48 |
MTecknology | I'd kinda like to go over a few with swe3tdave so I don't say something to tick an entire country off - again | 16:48 |
mrevell | MTecknology: Cool. Sure thing: why did you create the kit, how important are the Launchpad<-->Drupal modules, how easy were they to use. Those are the main things. Which country did you annoy? :) | 16:49 |
MTecknology | oh, so easy stuff, not things like where did the project come from... | 16:49 |
MTecknology | I annoyed some country that refers to themselves as SD, because my state abbreviation is SD so I use SD LoCo in my signature. I posted to a list they read and they flipped out | 16:50 |
mrevell | heh | 16:52 |
mrevell | MTecknology: If you're uncomfortable talking about where the project came from then we can skip that :) It's not investigative journalism so I'd rather you were comfortable :) | 16:52 |
MTecknology | well, if I don't know the answer, I'm sure you can just chop out the stuttering :P | 17:00 |
=== cody-somerville_ is now known as cody-somerville | ||
mrevell | MTecknology: Yeah, editing is no problem :) | 17:04 |
MTecknology | hurray for technology - allowing people to make up for other people :) | 17:05 |
LaserJock | LP doesn't have team junk branches yet does it? | 17:19 |
MTecknology | Not that I've ever heard of | 17:20 |
LaserJock | hmm | 17:21 |
=== matsubara-lunch is now known as matsubara | ||
MTecknology | for some magic reason, my karma gre 1,000 over whatn I was expecting... | 17:28 |
=== kyselejsyrecek1 is now known as kyselejsyrecek | ||
=== mrevell is now known as mrevell-dinner | ||
=== jelmer_ is now known as Guest94594 | ||
* mpt growls at bug 252896 | 18:17 | |
ubottu | Launchpad bug 252896 in launchpad-registry "Don't show Announcements section on project home if there aren't any" [Low,Triaged] https://launchpad.net/bugs/252896 | 18:17 |
persia | Did something change in LP today that I didn't notice? epiphany crashes for me when I try to file bugs (at least for the last 7 tries) | 18:18 |
SOS | hi guys | 18:32 |
SOS | I need some help to start with launchpad | 18:32 |
SOS | I have a project and I would like to start to translate it | 18:33 |
SOS | have I upload the whole project? | 18:33 |
SOS | or simply the items to be translate? | 18:34 |
SOS | any idea? | 18:45 |
thumper | danilos, jtv: see SOSs comment above | 19:15 |
danilos | thumper: thanks | 19:16 |
danilos | thumper: he seems to be out | 19:16 |
thumper | ah damn | 19:16 |
maco | is there any way to invite another user to a launchpad team? | 19:26 |
lfaraone | maco: yes, only if you run the team, you can add them directly. | 19:43 |
maco | oh...but you can't be in the team and like "hey, so-and-so should join this too..." | 19:44 |
maco | lfaraone: by the way, there's a 5-a-day-participants team now. auto-reports your bug activity | 19:44 |
maco | (which is why i was wondering) | 19:44 |
lfaraone | maco: hm? interesting. | 19:45 |
lfaraone | maco: (meaning I don't have to manually use the applet?) | 19:45 |
maco | exactly | 19:45 |
lfaraone | maco: awesome! | 19:46 |
lfaraone | maco: how do we handle teams, anyway? (like if we want to do something as a group) | 19:48 |
lfaraone | maco: moreover, we *could* add the whole DC loco team to the five-a-day team... <_<; | 19:49 |
lfaraone | maco: (you/kjcole can do those kind of chains) | 19:49 |
maco | i can? | 19:50 |
lfaraone | maco: well, if you were an administrator | 19:50 |
maco | lemme ask dholbach how that works | 19:50 |
maco | he's offline. ill ask at 2am | 19:50 |
lfaraone | maco: have kjcole (or you if you have the rights) visit https://edge.launchpad.net/~5-a-day-participants/+add-my-teams and check the box. (may not appear if you do not have the authority) | 19:52 |
maco | yeah has to be kjcole. i'm only able to add swfdec or nu ubuntu :{ | 19:52 |
maco | *:P | 19:52 |
lfaraone | maco: well, dc-loco is *part* of nu ubuntu :) | 19:54 |
maco | is it? i thought i removed it | 19:54 |
maco | i was cleaning up nu ubuntu. most teams want out so their pages stop saying they're all dead | 19:54 |
MTecknology | mrevell-dinner: hi ;0 | 19:57 |
MTecknology | :)* | 19:57 |
MTecknology | maco: nu ubuntu? | 20:09 |
MTecknology | oh | 20:10 |
maco | northeast team | 20:10 |
maco | from when we were regionally divided | 20:10 |
=== RAOF_ is now known as RAOF | ||
cyberix | I'd like to be a human relations person for a free software project. | 20:30 |
cyberix | now | 20:30 |
cyberix | If I go and create the team in Launchpad myself | 20:30 |
cyberix | Can I later transfer ownership of that group to the leader of that project? | 20:31 |
RAOF | cyberix: Yes. | 20:32 |
cyberix | so I can actually transfer ownership? not only rights? | 20:33 |
cyberix | I mean I could ask him to create the group instead | 20:33 |
cyberix | and I'd not want my name to be displayed on front page forever | 20:33 |
RAOF | I'm fairly sure you can transfer ownership. | 20:34 |
MTeck-mobile | mrevell, If you want to do that call, I think I'm up for it. | 21:00 |
=== matsubara is now known as matsubara-afk | ||
=== kiko is now known as kiko-phone | ||
=== bac is now known as fakestevejobs | ||
=== fakestevejobs is now known as bac | ||
=== salgado is now known as salgado-afk | ||
=== mtaylor_ is now known as mtaylor | ||
=== poolie1 is now known as poolie | ||
=== kiko-phone is now known as kiko | ||
mrooney | Is there a way to be notified of new blueprints, or is the only way to keep polling the blueprints page? | 22:04 |
mrooney | For a specific project, I should say | 22:04 |
=== mwhudson changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | Help contact: mwhudson | launchpad-users@lists.launchpad.net | ||
mrooney | Or, shall I file a blueprint/bug for this? | 22:24 |
mwhudson | mrooney: file look for a bug, i think | 22:29 |
mwhudson | adding a feed shouldn't be too much work i hope... | 22:29 |
mrooney | mwhudson: A feed would be cool but I was more hoping for the ability to subscribe in LP like you can to bugs or questions | 22:30 |
mrooney | so owners of projects know when people file new ideas | 22:31 |
mwhudson | yeah, it's a bit odd that you can't do that | 22:31 |
mrooney | mwhudson: yeah :) | 22:31 |
mrooney | so look for a bug and file one if it doesn't exist? | 22:32 |
mwhudson | yep | 22:32 |
mwhudson | mrooney: https://bugs.edge.launchpad.net/blueprint/+bug/223928 | 22:33 |
ubottu | Ubuntu bug 223928 in blueprint "Add structural subscription to blueprints" [High,Triaged] | 22:33 |
cyberix | Is there a way how you could link a project and a team together without granting any project rights to team members? | 23:11 |
Ursinha | cyberix: hmm, don't think so | 23:23 |
jml | cyberix: what relationship does the team have to the project? | 23:27 |
mae^ | how do I allow others to commit to my branch? | 23:41 |
thumper | mae^: make a team own it | 23:52 |
MTecknology | mae^: only the owner can commit | 23:53 |
mae^ | MTecknology: what if the team owns it? | 23:53 |
mae^ | thumper: how do I do that? | 23:54 |
mae^ | aha! click on the ! icon | 23:54 |
MTecknology | mae^: sorry, was just about to answer :P | 23:55 |
mae^ | hrmm.. I'm the only option. I guess that means I'm not on a team | 23:55 |
MTecknology | ya, create a team, edit the project, drop down box for the team | 23:55 |
mae^ | alright. thanks | 23:55 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!