ZachK_ | are there any launchpad admins around? | 00:25 |
---|---|---|
lifeless | Talidan: add it to pageant, should be enough | 00:26 |
wgrant | ZachK_: Ask your question to the channel in general -- if someone can help they will, or we can redirect you to a more promising location. | 00:27 |
ZachK_ | https://edge.launchpad.net/~ubuntu-beginners-wiki this team needs it's ownership changed... | 00:27 |
ZachK_ | From the current to myself as I am it's new lead... | 00:27 |
maxb | Contact the previous owner. If you can't contact the previous owner, file a launchpad question explaining this | 00:28 |
ZachK_ | maxb: ok....link for the question page? | 00:28 |
ZachK_ | I forgot | 00:29 |
maxb | answers.launchpad.net/launchpad/+addquestion | 00:29 |
lifeless | also if its a delegated ubuntu team, the cc or their delegates should be the owner | 00:31 |
lifeless | team lead != team owner | 00:31 |
lifeless | team lead would be admin, owner is appointer of the team lead | 00:31 |
=== thumper changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: thumper | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ | ||
ZachK_ | lifeless: ah but the team lead made this team...not the ubuntu councile | 00:41 |
arand | Failing to login to laucnhpad via links2/lynx/w3m, is that due to a non-trivial implementation of openid, or becasue the terminal browsers' fault? | 00:43 |
thumper | arand: I have no idea, what errors are you getting? | 00:46 |
arand | thumper: We just reported Bug #556927 | 00:47 |
ubottu | Launchpad bug 556927 in launchpad "apport-collect: login to launchpad impossible in text mode using w3m" [Undecided,Confirmed] https://launchpad.net/bugs/556927 | 00:47 |
arand | I get a lot of "error: SSL issuer is not a CA-continue?" both before I get to the login screen which seems to go through, and whilst it's stick at the continue screen afterwards. | 00:51 |
sinzui | Can anyone point me to a doc about how to build a lucid package? I see that uploading the package to my PPA uses karmic, which cannot meet the dependencies. | 02:34 |
cody-somerville | sinzui, You need to change the target distribution in your changelog. | 02:35 |
sinzui | ah! | 02:35 |
* sinzui look in dput and the recipe | 02:36 | |
sinzui | thanks cody-somerville | 02:36 |
cody-somerville | np | 02:36 |
danthetaliban | bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~danthetaliban/mtasandbox/trunk/". | 02:36 |
danthetaliban | What am i doing wrong? It's clearly a branch | 02:36 |
cody-somerville | sinzui, in return, will you expose the bug supervisor for projects via the API? :P | 02:37 |
sinzui | Not my group. Why is not exposed? probably a security issue | 02:38 |
sinzui | cody-somerville, I have been dying to expose inTeam(), but it leaks so much that was dying trying to plug the holes. | 02:38 |
cody-somerville | sinzui, I thought you were registry. | 02:39 |
sinzui | no, even an anonymous user can see the big supervisor, I do not think there is a security issue... | 02:39 |
sinzui | oh. yeah, the interfaces for bug contact and security advisor mixed like oil and water. making a form use edit both requires some arcane knowledge | 02:40 |
dhastha | need help: getting error while run utilities/link-external-sourcecode | 02:41 |
sinzui | cody-somerville, I am and most project do not use launchpad bugs, so the feature is bugs...but I am symathetic to your plight. I expose bug tracker a few weeks ago because I needed it | 02:41 |
sinzui | dhastha, utilities/link-external-sourcecode <path/to/lp-source-code>? | 02:42 |
dhastha | sinzui, raise errors.ParseConfigError(e.errors, e.config.filename) | 02:44 |
dhastha | bzrlib.errors.ParseConfigError: Error(s) parsing config file /home/dhastha/.bazaar/locations.conf: | 02:44 |
dhastha | Invalid line at line "4". | 02:44 |
dhastha | Invalid line at line "7". | 02:44 |
sinzui | ah | 02:44 |
sinzui | dhastha, can you paste the first few lines of of locations.conf at http://pastebin.ubuntu.com | 02:45 |
dhastha | sinzui, ya sure. I ll paste all the error what i got | 02:47 |
dhastha | sinzui, I pasted at http://pastebin.ubuntu.com | 02:51 |
wgrant | dhastha: What's the URL? | 02:52 |
wgrant | Also, we should keep this in #launchpad-dev. | 02:52 |
sinzui | dhastha, I need the url it returned to see it | 02:52 |
dhastha | sinzui, http://pastebin.ubuntu.com/410344/ | 02:52 |
wgrant | dhastha: Check your ~/.bazaar/locations.conf for any obvious brokenness. | 02:53 |
sinzui | dhastha, may I see the first 10 lines of your locations.conf? You probably have a bad file format | 02:53 |
dhastha | sinzui, http://pastebin.ubuntu.com/410347/ | 02:56 |
sinzui | dhastha, join line 7 to line 6, your push location should be | 02:57 |
wgrant | dhastha: You somehow told bzr that your Launchpad username has a newline at the start, and a capital D. Neither of those are possible. | 02:57 |
sinzui | push_location = lp:~Dhastha/launchpad | 02:57 |
wgrant | This will probably cause more problems later. | 02:57 |
wgrant | You should also check ~/.bazaar/authentication.conf | 02:57 |
sinzui | dhastha, wgrant is correct. I expect to seepush_location = lp:~dhastha/launchpad | 02:58 |
dhastha | wgrant, Usage: link-external-sourcecode [options] [parent] | 03:02 |
dhastha | link-external-sourcecode: error: Parent branch not specified, and could not be discovered. | 03:02 |
wgrant | dhastha: Run rocketfuel-get. | 03:03 |
dhastha | wgrant, how to specifiy parent branch? | 03:43 |
wgrant | dhastha: rocketfuel-get should do it for you. | 03:43 |
dhastha | wgrant, after build database schema i tried run utilities/link-external-sourcecode. but i shows error: Parent branch not specified, and could not be discovered. | 03:47 |
wgrant | dhastha: Did you run rocketfuel-get? | 03:48 |
dhastha | wgrant, yes | 03:48 |
wgrant | If so, what error did it give, if any? | 03:48 |
dhastha | wgrant, rocketfuel-get didnt give any error. | 03:48 |
wgrant | dhastha: utilities/link-external-sourcecode ~/launchpad/lp-sourcedeps | 03:49 |
dhastha | wgrant, it returns ./eggs -> /home/dhastha/launchpad/lp-sourcedeps/eggs | 03:51 |
dhastha | Wanted to link /home/dhastha/launchpad/lp-sourcedeps/download-cache to ./download-cache but source does not exist | 03:51 |
wgrant | dhastha: Run rocketfuel-setup again. Something broke the first time. | 03:53 |
dhastha | wgrant, k | 03:53 |
wgrant | lamont: shipova is ill. | 04:29 |
wgrant | It hasn't built anything in three months, and I'm currently watching buildd-manager repeatedly failing to dispatch one of my builds to it. | 04:29 |
nhandler | How far (in terms of indirrect membership) will LP look to determine if you are a member of a team? | 05:01 |
mwhudson | nhandler: arbitrarily | 05:02 |
nhandler | mwhudson: AFAICT, I should be a very indirect member of ~ubuntu-beginners-security, but it says "You are a member of the team that owns this team. You are not currently an active member. | 05:02 |
wgrant | nhandler: It means s/active/direct/ | 05:03 |
wgrant | There is a bug filed. | 05:03 |
nhandler | wgrant: Ah thanks. It does show up on https://edge.launchpad.net/~nhandler/+participation , so I guess it knows I am an indirect member | 05:03 |
wgrant | That one is a particularly confusing case, where you are the owner as well. | 05:04 |
wgrant | If it shows on +participation, it's fine. | 05:04 |
wgrant | geser: Those two build upload failure OOPSes from last week turned out to be post-rollout issues that were soon fixed. | 05:06 |
rogererens | It seems that the default branch of my project has disappeared since a few days. Could that have happened during an update of Launchpad? | 08:49 |
wgrant | rogererens: That's rather unlikely -- which is the project, and what exactly appears to have changed? | 08:50 |
rogererens | The project is oship; the branch should be lp:oship | 08:51 |
rogererens | The latest commit took place 30th March | 08:52 |
wgrant | rogererens: It looks like the branch has been deleted some time between the 27th and now. | 08:55 |
wgrant | It's extremely unlikely that this was caused by anything other than someone in ~oship-dev clicking the 'Delete branch' button. | 08:56 |
rogererens | thanks for investigating; I'll have to contact my fellow developers | 08:58 |
rogererens | can it be 'undeleted'? | 08:59 |
rogererens | BTW, when someone clicks the 'Delete branch', schouldn't there be an e-mail being sent to fellow developers? | 09:06 |
=== daniloff is now known as danilos | ||
=== jtv is now known as jtv-otp | ||
=== jtv-otp is now known as jtv | ||
Laibsch | It seems there is some kind of regression in adding upstream tickets. At least I don't see how to add http://bugzilla.kernel.org/show_bug.cgi?id=15182 to bug 512567. I've done this many times in the past and the folks in #ubuntu-bugs were surprised by the change in behaviour as well. | 11:21 |
ubottu | Launchpad bug 512567 in linux "hotkeys adjust brightness non-monotonically on new Asus pinetrail netbooks (1001P, 1005P, 1005PE)" [Medium,Confirmed] https://launchpad.net/bugs/512567 | 11:21 |
ubottu | bugzilla.kernel.org bug 15182 in Platform-Drivers "keys for adjusting display brightness don't work as expected on ASUS 1005p netbook" [Normal,Needinfo] | 11:21 |
wgrant | Laibsch: Does the usual 'Also affects project' method not work? | 11:23 |
Laibsch | nope | 11:24 |
Laibsch | it asks for the project | 11:24 |
Laibsch | and then giving either Linux or Kernel gives too many options | 11:24 |
Laibsch | this used to work just fine | 11:24 |
Laibsch | I will reverse the dupe-master relation for the tickets in question | 11:24 |
Laibsch | but eventually somebody needs to look into this | 11:25 |
wgrant | Laibsch: You can't just enter 'linux' in the text box? | 11:26 |
Laibsch | try it ;-) | 11:26 |
Laibsch | I did | 11:26 |
wgrant | Worked fine for me. | 11:27 |
wgrant | Anyway, the default is set properly now. | 11:27 |
wgrant | (I linked the linux package to the linux project) | 11:27 |
Laibsch | great | 11:33 |
Laibsch | let me take another look then | 11:33 |
Laibsch | yup, seems to work again, now | 11:33 |
Laibsch | thank you for fixing this so immediately | 11:34 |
dolik-rce | Hello, one of my PPAs dissapeared. It is listed in the web UI ( https://launchpad.net/~dolik-rce/+archive/uppnightly ), but the repository is inaccessible ( http://ppa.launchpad.net/dolik-rce/uppnightly/ubuntu ). My other PPAs work just fine... Does anyone have some hint what might be the problem? | 12:09 |
noodles775 | dolik-rce: http://ppa.launchpad.net/dolik-rce/upp-nightly/ubuntu/ ? | 12:10 |
noodles775 | But I'm puzzled as to how that happened? | 12:10 |
wgrant | dolik-rce: If you click 'Change details' on your PPA, is the Publish flag checked? | 12:11 |
wgrant | upp-nightly is a separate PPA. | 12:11 |
noodles775 | Ah. | 12:12 |
dolik-rce | wgrant: I'm stupid, thanks for pointing it out to me... | 12:12 |
wgrant | dolik-rce: Any idea how that got turned off? | 12:12 |
dolik-rce | wgrant: I did it... but didn't notice it is a problem, until later (there is some delay I guess)... | 12:13 |
dolik-rce | dolik-rce: First I found a problem where packages started hanging in "not published yet" state... but now it makes perfect sense :-) I'm dumb... | 12:14 |
wgrant | I am not sure why the Publish flag is displayed to users. | 12:15 |
wgrant | noodles775: Do you know? | 12:15 |
noodles775 | wgrant: nope, I can't see any reason for hiding it. | 12:15 |
wgrant | It seems to just be a recipe for trouble. | 12:19 |
persia | Is there a valid use case for turning off publication in PPAs? | 12:20 |
dolik-rce | persia: I turned it off to hide the packages from users, until they are flawless and ready for distribution... I just didn't expect some of the consequences. (and forget about it later...) | 12:24 |
=== kdelogger is now known as apachelogger | ||
=== mrevell is now known as mrevell-lunch | ||
=== matsubara-afk is now known as matsubara | ||
=== mrevell-lunch is now known as mrevell | ||
=== danilos is now known as daniloff | ||
qense | I've got a problem with the sprints section of Launchpad. At <https://edge.launchpad.net/sprints/uds-m> I -- Sense Hofstede -- am listed as attending, but I can still press the 'Register Yourself' button and http://summit.ubuntu.com/uds-m still thinks I'm not attending. I've marked myself as attending yesterday evening, so it can't be that I just have to wait another few minutes and refresh. | 16:25 |
=== deryck is now known as deryck[lunch] | ||
=== salgado is now known as salgado-lunch | ||
pmatulis | how does one discover all the available tags that can be used? | 17:12 |
rdb | Just curious - what does launchpad use to convert cvs modules to bzr? | 17:32 |
beuno | rdb, https://launchpad.net/launchpad-cscvs | 17:52 |
=== deryck[lunch] is now known as deryck | ||
rdb | beuno, thanks! | 17:53 |
=== beuno is now known as beuno-lunch | ||
askhl | Hi. How do I systematically override 'changed in launchpad' strings from some file with (better) strings from upstream? I just tried msgmerging the po-files. But when importing, Launchpad complained about the file not having been exported from Launchpad (in spite of using the launchpad-file as the merge template). | 18:05 |
=== salgado-lunch is now known as salgado | ||
askhl | Should I merge only the header from the downloaded file into the merged one? | 18:07 |
=== yofel_ is now known as yofel | ||
=== matsubara is now known as matsubara-lunch | ||
=== blueyed_ is now known as blueyed | ||
Flare183 | I'm having some problems with uploading to my ppa | 19:06 |
Flare183 | http://paste.ubuntu.com/410655/ | 19:06 |
maxb | Flare183: The error suggests that the .changes file is not correct. | 19:11 |
Flare183 | oh ok | 19:11 |
maxb | Furthermore, you should only every be uploading a _source.changes to a PPA, as they do not accept binary uploads | 19:11 |
Flare183 | oh :S | 19:12 |
=== matsubara-lunch is now known as matsubara | ||
=== beuno-lunch is now known as beuno | ||
=== leonardr is now known as leonardr-lunch | ||
=== leonardr-lunch is now known as leonardr | ||
Morganvd | evening | 21:08 |
Morganvd | i keep getting a funny oops message when i try login to launchpad | 21:08 |
Morganvd | anyone that can help | 21:08 |
mneptok | Morganvd: are you using edge.lp or the standard, non-dev server? | 21:13 |
mneptok | Morganvd: if you're using edge, try not using edge ;) | 21:13 |
Morganvd | um not sure | 21:14 |
Morganvd | i think the standard | 21:14 |
mneptok | Morganvd: look at the URL. does it contain "edge" | 21:14 |
Morganvd | nope nothing with edge in it | 21:16 |
mneptok | OK, and what exactly is the message you get? | 21:16 |
* mneptok isn't an LP dev, but that error message will be useful to someone that *can* help | 21:17 | |
Morganvd | k will give it to you now | 21:17 |
mneptok | if it is lengthy, it's best tp pastebin it | 21:18 |
mneptok | *to | 21:18 |
Morganvd | um about 4 lines | 21:18 |
Morganvd | not big | 21:18 |
mneptok | k | 21:18 |
Morganvd | Oops! | 21:18 |
Morganvd | Sorry, something just went wrong in Launchpad. | 21:18 |
Morganvd | We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience. | 21:18 |
Morganvd | (Error ID: OOPS-1558K2713) | 21:18 |
thumper | hi mneptok | 21:18 |
ubottu | https://lp-oops.canonical.com/oops.py/?oopsid=1558K2713 | 21:18 |
* thumper waits for the oops logs to sync | 21:19 | |
mneptok | thumper: heya! | 21:19 |
mneptok | Morganvd: OOPS-1558K2713 is an error that means "You seem to be South African. Those people are crazy. Really crazy. Could you imagine one running a a Free Software company?" ;) | 21:22 |
ubottu | https://lp-oops.canonical.com/oops.py/?oopsid=1558K2713 | 21:22 |
Morganvd | lol mneptok i am from south africa | 21:23 |
Morganvd | and crazy is out middle name | 21:24 |
Morganvd | :) | 21:24 |
Morganvd | need a restart | 21:24 |
=== thumper changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/ | ||
=== salgado is now known as salgado-afk | ||
=== matsubara is now known as matsubara-afk | ||
=== mwhudson_ is now known as mwhudson |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!