Laibsch | My upload was rejected: | 00:24 |
---|---|---|
Laibsch | Rejected: Signer has no upload rights at all to this distribution. | 00:24 |
Laibsch | Not permitted to upload to the RELEASE pocket in a series in the 'CURRENT' state. | 00:24 |
Laibsch | I had used gutsy, is that not permitted? | 00:24 |
Nafallo | Laibsch: gutsy is released indeed. stable release and all. | 00:25 |
Laibsch | I am not sure anymore if that is the problem | 00:27 |
RAOF | Laibsch: You've probably done "dput <mypackage>", which will default to trying to upload to Ubuntu. | 00:27 |
Laibsch | RAOF: I am pretty sure I uploaded to my-ppa | 00:27 |
Laibsch | Let me try again | 00:27 |
Laibsch | RAOF: Indeed, I did | 00:27 |
Laibsch | That little sucker "my-ppa" is just too easy to forget :-/ | 00:28 |
Laibsch | Thanks | 00:28 |
RAOF | Yay for consistent error messages. | 00:28 |
RAOF | Laibsch: You can edit ~/.dput.cf to change the default target. | 00:28 |
Laibsch | how? | 00:30 |
Laibsch | I think that should be put in the docu | 00:30 |
Laibsch | I just c&p'd from there | 00:30 |
Laibsch | ACCEPTED! | 00:31 |
Laibsch | Unbelievable, after all this time ;-) | 00:31 |
RAOF | Laibsch: You'd be looking for the big [DEFAULT] section at the top of your .dput.cf. CHange the default_host_main to point to whatever section you want (most likely my-ppa) | 00:32 |
Laibsch | RAOF: Sorry, this must seem stupid to you. But I was just using ~/.dput.cf so far | 00:33 |
RAOF | Oh. It's entirely possible that I copied /etc/dput.cf to ~/.dput.cf and then edited it. | 00:35 |
Laibsch | I just followed the ppa intro doc | 00:35 |
Laibsch | In that case you have to always remember "dput my-ppa *.change" | 00:36 |
Laibsch | s | 00:36 |
RAOF | Right. That could perhaps be rewritten. | 00:37 |
* Hobbsee smashes edge with a large brick | 01:31 | |
* Hobbsee smashes edge with a large brick again, due to the redirect | 01:31 | |
Hobbsee | GAH!!! | 01:31 |
mtaylor | Hobbsee: problems? | 01:32 |
Hobbsee | OOPS-753E166 for accepting packages from https://launchpad.net/ubuntu/dapper/+queue?queue_state=1&queue_text= | 01:32 |
ubotu | https://devpad.canonical.com/~jamesh/oops.cgi/753E166 | 01:32 |
Hobbsee | edge on that URL times out. | 01:32 |
Hobbsee | so, now i can't use launchpad at all to do that. | 01:32 |
* mtaylor kicks edge helpfully | 01:32 | |
mtaylor | Hobbsee: you can turn off your edge redirect for a bit | 01:33 |
Hobbsee | mtaylor: see the oops link - that's on production. | 01:33 |
Hobbsee | cprov: are you here? | 01:34 |
cprov | Hobbsee: yes | 01:34 |
Hobbsee | cprov: can you accept the 3 packages on https://launchpad.net/ubuntu/dapper/+queue?queue_state=1&queue_text= somewhere other than the web UI, please? | 01:34 |
mtaylor | Hobbsee: that queue shows up for me on edge | 01:35 |
mtaylor | Hobbsee: of course, I don't have permission to do anything with it | 01:35 |
Hobbsee | mtaylor: yes, but try accepting something from it :) | 01:35 |
Hobbsee | mtaylor: it shows fine. it just doesn't "do" anything :) | 01:35 |
mtaylor | hehe | 01:35 |
mtaylor | well now there's your problem... you want it to _do_ something | 01:35 |
Hobbsee | and i'd really like some action. i dont' like just watching packages... | 01:35 |
Hobbsee | yes :( | 01:36 |
cprov | Hobbsee: what's the problem with the web-ui ? | 01:36 |
Hobbsee | cprov: | 01:36 |
Hobbsee | [12:32] <Hobbsee> OOPS-753E166 for accepting packages from https://launchpad.net/ubuntu/dapper/+queue?queue_state=1&queue_text= | 01:36 |
Hobbsee | [12:32] <ubotu> https://devpad.canonical.com/~jamesh/oops.cgi/753E166 | 01:36 |
ubotu | https://devpad.canonical.com/~jamesh/oops.cgi/753E166 | 01:36 |
Hobbsee | https://edge.launchpad.net/ubuntu/dapper/+queue?queue_state=1&queue_text= gives OOPS-753EC6 | 01:36 |
Hobbsee | ah ha. it appears it works for lamont | 01:37 |
lamont | so, launchpad gods, what does that OOPS mean that duck-power defeats? | 01:38 |
ubotu | New bug: #185229 in launchpad-bazaar "show number of times a branch has been copied/checked out" [Wishlist,New] https://launchpad.net/bugs/185229 | 02:50 |
=== thumper_laptop is now known as thumper | ||
ubotu | New bug: #185233 in launchpad-bazaar "Use rate of revisions to inform the tag cloud" [Undecided,New] https://launchpad.net/bugs/185233 | 03:05 |
=== gryc_ is now known as gryc | ||
=== mwh__ is now known as mwh | ||
mtaylor | bzr: ERROR: File exists: '/~ndb-connectors/ndb-connectors/telco-6.3/.bzr.backup': mkdir failed: unable to mkdir | 07:29 |
mtaylor | got that when trying to upgrade a repos on lp | 07:29 |
jamesh | mtaylor: if you log in via sftp, is there a /~ndb-connectors/ndb-connectors/telco-6.3/.bzr.backup directory? | 07:35 |
jamesh | mtaylor: also, it will probably be quicker to clear all the files from the branch and push a new copy | 07:36 |
mtaylor | jamesh: yes. and now I feel dumb for not thinking of logging in with sftp | 07:37 |
jamesh | mtaylor: i.e. "lftp sftp://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/telco-6.3/" then "rm -rf .bzr .bzr.backup" | 07:37 |
jamesh | mtaylor: then push the upgraded branch again | 07:37 |
jamesh | mtaylor: an upgrade will effectively need to read every file in the branch then write them again | 07:38 |
jamesh | so the it is quicker to skip the "read every file" bit | 07:38 |
mtaylor | jamesh: oh, well that's not very good - yes. I agree! | 07:38 |
jamesh | after pushing your upgraded branch, the public version will get upgraded as well | 07:41 |
jamesh | mtaylor: have any luck? | 07:53 |
carlos_ | morning | 08:42 |
=== carlos_ is now known as carlos | ||
mpt | Gooooooooooooooooooooood morning Launchpadders! | 09:02 |
Aloha | is there a doc on Karma? | 09:28 |
Aloha | how do you package non binary packages? such as themes and such? | 09:54 |
ubotu | New bug: #185325 in malone ""You can report bugs by visiting the package's page" ... and then doing something else" [Undecided,New] https://launchpad.net/bugs/185325 | 11:55 |
ubotu | New bug: #185328 in launchpad "Publishing history has only distribution series codenames, not version numbers" [Undecided,New] https://launchpad.net/bugs/185328 | 12:06 |
=== mrevell is now known as mrevell-lunch | ||
=== kiko-afk is now known as kiko | ||
=== \sh_away is now known as \sh | ||
=== mrevell-lunch is now known as mrevell | ||
popey | moo | 13:03 |
Aloha | yay | 13:04 |
ubotu | New bug: #185350 in malone "Project driver can't see a private bug report about the project" [Undecided,New] https://launchpad.net/bugs/185350 | 13:50 |
ubotu | New bug: #185353 in launchpad-bazaar "loggerhead content urls" [Undecided,New] https://launchpad.net/bugs/185353 | 14:01 |
=== \sh is now known as \sh_away | ||
=== \sh_away is now known as \sh | ||
=== kiko is now known as kiko-phone | ||
Ullner | Why is a .pot file awaiting "review", even though our first .pot file has been imported? (For the dcplusplus project) | 14:36 |
Ullner | Also getting "There is 1 error." when trying to change the status (of a .pot). | 14:37 |
mrevell | danilos: Are you able to help Ullner? | 14:47 |
=== matsubara is now known as matsubara-lunch | ||
danilos | Ullner: they go through automatic approval process, and that's a script which sometimes takes a few hours to run | 14:49 |
Ullner | Ok | 14:50 |
Ullner | What can be done about the error message, then? I thought I'd re-upload an "awaiting review" file (because I'm the founder of the team, managing the project) in case there were some weird permission issue. | 14:51 |
Ullner | But since that, too, is awaiting review, I want to delete it. | 14:51 |
Ullner | (But can't, hence the error message.) | 14:52 |
=== bigon` is now known as bigon | ||
=== kiko-phone is now known as kiko-fud | ||
lamont | dear launchpad, why is https://edge.launchpad.net/ubuntu/gutsy/+source/ucf/2.0021ubuntu1 404? | 15:16 |
* lamont needs _that_ version | 15:16 | |
Hobbsee | lamont: iz lp bug. | 15:17 |
lamont | OOPS-753EA65 | 15:17 |
lamont | sigh | 15:17 |
Hobbsee | lamont: apparently one of the URL's are supposed to work now | 15:17 |
lamont | ?? | 15:17 |
=== salgado is now known as salgado-lunch | ||
Hobbsee | https://edge.launchpad.net/ubuntu/+source/ucf/2.0021ubuntu1 | 15:18 |
Hobbsee | ^ files are supposed to work now. | 15:18 |
Hobbsee | lamont: apparently distributing binaries without sources isn't regarded as a critical bug on LP | 15:19 |
Hobbsee | or, at least one worth fixing asap, seeing as tehy were looking at it days ago, i think | 15:19 |
lamont | ah, yes. ok | 15:19 |
Hobbsee | lamont: current solution: tough luck and give up, or attempt to search thru librarian, or find an old, out of date mirror. | 15:20 |
lamont | the version without /gutsy/ in it comes up just fine... the link, OTOH, iz b0rked. | 15:20 |
* lamont has the source | 15:20 | |
Hobbsee | lamont: you can get to the actual files after that? | 15:22 |
lamont | feh | 15:22 |
danilos | Ullner: the error message is a bug when doing any modifications on the any but the first page | 15:22 |
danilos | Ullner: (first page of import queue, that is) | 15:22 |
danilos | Ullner: you should be able to do any required modifications from https://translations.edge.launchpad.net/dcplusplus/+imports | 15:23 |
Hobbsee | lamont: (and if so, how?) | 15:23 |
lamont | Hobbsee: no. I have 404 replies from LP, saved as the filenames. kthx | 15:24 |
Hobbsee | ...yay | 15:24 |
* lamont looks around for something to slap Hobbsee with | 15:28 | |
* Hobbsee hands lamont a herring. | 15:28 | |
Hobbsee | lamont: what have i done now? | 15:28 |
lamont | cheering when I'm being grumbly | 15:28 |
lamont | I need that file | 15:28 |
Hobbsee | you fail at sarcasm detection 101. | 15:29 |
Hobbsee | actual cheering would be "yay!", not "...yay" | 15:29 |
lamont | lol | 15:29 |
* Hobbsee trouts lamont | 15:29 | |
Hobbsee | besides, don't you have dc access? can't you just look for the file internally or something? | 15:29 |
lamont | find, um, didn't. | 15:30 |
lamont | :-( | 15:30 |
Hobbsee | darn | 15:30 |
lifeless | it'll be on the librarian, named as its hash I suspect :) | 15:36 |
Ullner | danilos: I'm still getting the same error. | 15:45 |
Ullner | (And this is the first, and only, page of the import queue.) | 15:46 |
danilos | Ullner: which one of the two entries for the same template are you trying to remove? | 15:48 |
Ullner | The second. | 15:49 |
Ullner | (or, well, it's the same .pot file, so I guess it doesn't matter unless the automagic script looks at time of upload.) | 15:51 |
danilos | Ullner: I'll take a look at the issue | 15:54 |
Ullner | Thanks. | 15:54 |
=== matsubara-lunch is now known as matsubara | ||
Ullner | Err, now there's a "dcpp-win32-xx" template? o_O | 15:55 |
Ullner | Either the dcpp-win32 should get removed and the -xx one should be renamed, or the -xx .pot file should be moved over and the -xx template removed. | 15:58 |
danilos | Ullner: I am renaming it | 15:58 |
danilos | (we have problems with multiple templates in the same path) | 15:58 |
Ullner | Ok. | 15:58 |
Ullner | Thank you. | 15:58 |
ubotu | New bug: #185386 in malone "feed not available for advanced search" [Undecided,New] https://launchpad.net/bugs/185386 | 16:01 |
danilos | Ullner: I want to check if auto approval script will now auto-approve the other one (this may cause another delay of a few hours, but I'd rather test to make sure this works than to manually approve it and have to do that again in the future) | 16:01 |
Ullner | Fine. | 16:04 |
Ullner | Did you do something to approve my pot, while the older was left intact? | 16:05 |
Ullner | Seems weird that not both, or at least the older one first, got approved. | 16:06 |
beyu- | anyone knows when the ubuntu beryl would release? | 16:40 |
pochu | wrong channel. And beryl? | 16:40 |
beyu- | yeah.. the ubunto berly version.. | 16:41 |
beyu- | i saw it in youtube.. | 16:41 |
pochu | I don't think that exists. | 16:42 |
beyu- | ahh.. okay.. | 16:42 |
beyu- | thnx. | 16:42 |
beyu- | if you don't know that theres no ubunto berly.. just see this url.. | 16:43 |
beyu- | http://www.youtube.com/watch?v=ZD7QraljRfM | 16:43 |
pochu | beyu-: You can do that with compiz, which is installed and enabled (when supported) by default. | 16:47 |
pochu | Offtopic here though. If you want to discuss this go to #ubuntu | 16:48 |
beyu- | okay.. sorry for the wrung address.. :) | 16:50 |
=== kiko-fud is now known as kiko | ||
=== salgado-lunch is now known as salgado | ||
ubotu | New bug: #185427 in malone "Convert to question doesn't notify to the reporter" [Undecided,New] https://launchpad.net/bugs/185427 | 18:05 |
=== Ullner_F is now known as Ullner | ||
=== Gwaihir_ is now known as Gwahiri | ||
=== Gwahiri is now known as Gwaihir | ||
ubotu | New bug: #185445 in launchpad "Team page should have a big red flashing unsubscribe button" [Undecided,New] https://launchpad.net/bugs/185445 | 19:22 |
=== bugman_ is now known as BugMaN | ||
ubotu | New bug: #185444 in launchpad "Team pages should show who is subscribed" [Undecided,New] https://launchpad.net/bugs/185444 | 19:36 |
=== neversfelde_ is now known as neversfelde | ||
ubotu | New bug: #185455 in launchpad "please add mhonarc to launchpad-developer-dependencies" [High,New] https://launchpad.net/bugs/185455 | 19:45 |
=== salgado is now known as salgado-brb | ||
=== salgado-brb is now known as salgado | ||
arnetheduck | hi, I'm trying to convince the translation tool to make available a second translation template (my project is split into two parts with separate .pot's)...currently I have one pot uploaded, and now I added the second pot and got the message that it'll be imported into the first template... | 21:14 |
arnetheduck | this is obviously wrong - I want to create a second template, but there's no button for doing that so I hoped that it would do it automagically when uploading templates... | 21:17 |
arnetheduck | what's worse - I cant stop the import now it seems - in the import queue if I try to select "deleted" it shows "There is 1 error." without anything more specific | 21:18 |
=== \sh is now known as \sh_away | ||
ubotu | New bug: #185475 in launchpad ""Projects ... is involved with" page doesn't divulge how they're involved" [Undecided,New] https://launchpad.net/bugs/185475 | 21:40 |
zyga_ | hello | 21:53 |
=== Kmos_ is now known as Kmos | ||
ffm | should I have a separate bzr branch for each version ## of a softwaer? | 22:04 |
bigon | hi, is it possible to remove empathy/0.21.1-0ubuntu1~ppa2 from the telepathy ppa for the hardy distribution? | 22:30 |
ubotu | New bug: #185486 in launchpad "Merge account option should be on profile page" [Undecided,New] https://launchpad.net/bugs/185486 | 22:31 |
mpt | ffm, that depends on the size of your project. Many larger projects have a separate branch for each version, so that their contributors can keep fixing bugs and implementing features on the mainline while keeping the branch more stable. | 22:41 |
ffm | mpt: this is a project with about 3 active developers | 22:41 |
bigon | nobody for removing pkg from a ppa? | 22:49 |
ScottK | bigon: Ask a question against soyuz or wait for the LP to get rolled out tomorrow and work right. | 22:52 |
bigon | k | 22:53 |
=== bigon is now known as bigon` | ||
Odd_Bloke | Am I right in thinking that I still need to ask a question to get a SVN repo mirrored? | 23:44 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!