/srv/irclogs.ubuntu.com/2008/12/05/#launchpad.txt

wgrantHobbsee: Was it overridden while it was building?00:20
Hobbseewgrant: no, but it looks like it was copied by building00:21
Hobbseegiveback seems to have worked00:21
wgrantAha, it looks like r7390 should be the fix for that ridiculous account deactivation bug.00:34
wgrantFinally.00:34
lamontHobbsee: ew00:39
lamontfailed to upload is generally either transient or "interesting":00:39
wgrantOoh, I see we have copy archives now.00:41
wgrantAnd multiple PPAs.00:41
wgrant(on dogfood)00:41
Hobbseelamont: yes...00:46
Hobbseewgrant: oh, excellent!  where'd you find that?00:46
wgrantHobbsee: I tries to poke my PPA on dogfood and it 404'd, and https://dogfood.launchpad.net/ubuntu/+archives has stuff on it.00:48
Hobbseewgrant: i meant the account deactivation bug, but, cool00:49
wgrantHobbsee: Ah, well, that I found on the LP 2.1.12 test plan.00:49
wgrantBecause the bug is still private :(00:50
Hobbseeah00:50
_MMA_Can "projects" have mailing lists or are they only for teams?01:50
stdin_MMA_: only for teams, but you can create a team for your project. even with the same name iirc02:17
_MMA_stdin: Sure. I have a -dev team but its a small project and wanted a general list for all. Thanx for the answer.02:18
stdinyou could create a -users team I guess02:20
_MMA_stdin: Yeah, like I said, small. :) Don't want the separation. And man, I really don't need to be on more lists. :P02:22
pygijml, available for just a second?02:51
mwhudsonpygi: he's giving a talk at osdc _right now_ :)03:03
pygimwhudson, perhaps you have his mail? :)03:03
mwhudsonaddress?03:03
pygiwell e-mail,yea :)03:04
mwhudsonsee private03:04
* pygi sees private03:04
=== nhandler_ is now known as nhandler
=== thekorn_ is now known as thekorn
=== wgrant_ is now known as wgrant
jameshsourceforge has updated their bug tracker, and it still sucks08:40
wgrantjamesh: Mmmhmmm.09:07
wgrantA project I work on for uni is considering moving from there to Google Code... I'm hoping to make them come here instead.09:07
jameshwgrant: if you ask nicely, you can get your bugs migrated from SF to LP09:10
wgrantjamesh: I'm aware, yes.09:14
wgrantThat's one thing LP wins on. Having real people to talk to.09:15
NCommanderwgrant, try #sourceforge10:13
NCommanderIt used to have real people ...10:13
nbjaymegood evening from the philippines! :)  I am getting a connection timeout on port 22 when pushing my project;  bzr push bzr+ssh://nbjayme@launchpad.net/~nbjayme/+junk/cruxade      it was working before or i'm just too way clumsy.10:57
nbjaymeregenerating keys.... :(11:11
=== salgado-afk is now known as salgado
nbjaymeokay... my clumsiness... :-[  bzr push sftp://bazaar.launchpad.net <---- is the right url.11:57
=== mrevell is now known as mrevell-lunch
=== fta_ is now known as fta
=== mrevell-lunch is now known as mrevell
=== thunderstruck is now known as gnomefreak
darius12isn't debuild -S -sa the right way to produce the source package to upload if the package is new?14:09
darius12I keep getting No signer, therefore ACL not processed14:10
darius12hmm, from the build log it seems that the package builds ok and then the problem is during the 'upload' to the ppa from the build host  ..14:17
cprov-awaydarius12: can you point me to the buildlog ?14:19
darius12sure, wait a sec14:20
darius12http://launchpadlibrarian.net/20229558/buildlog_ubuntu-intrepid-amd64.google-gadgets_0.10.4%2Bsvn20081205-0~ppa2_FAILEDTOBUILD.txt.gz14:20
darius12oops, wrong sorry14:21
darius12http://launchpadlibrarian.net/20231881/buildlog_ubuntu-intrepid-amd64.google-gadgets_0.10.4%2Bsvn20081205-0~ppa7_BUILDING.txt.gz14:21
darius12this is the correct one14:22
darius12cprov-away: Or maybe you want this page: https://launchpad.net/~pktoss/+archive/+build/80551514:23
cprov-awaydarius12: thanks, let me check.14:24
cprov-awaydarius12: 2008-12-05 13:54:03 WARNING Require Pre-Depends: dpkg (>= 1.14.12ubuntu3) when using lzma compression.14:24
darius12would this be a fatal problem?14:24
cprov-awaydarius12: yes, see the build upload log -> https://edge.launchpad.net/%7Epktoss/+archive/+build/805515/+files/upload_805515_log.txt14:25
cprov-awaydarius12: the line above says: "WARNING Upload was rejected:" ;)14:26
darius12cprov-away: what confused me was the line above: No signer, therefore ACL not processed14:27
darius12so I kept thinking there was something wrong with the way I signed the source file :-)14:27
cprov-awaydarius12: it's an INFO message, can't be dangerous.14:28
cprov-awaydarius12: binaries come unsigned from the builders.14:28
darius12I see. From now on, I 'll know better :-)  Thanks a lot for your help :-)14:29
cprov-awaydarius12: you are welcome.14:30
enygmatais bazaar.launchpad.net under maintenance ?14:31
=== thunderstruck is now known as gnomefreak
Ursinhaenygmata, are you having issues?14:33
enygmataim getting "There was a problem connecting to the Launchpad server." message14:34
Ursinhaenygmata, it works here, and this address redirects me to launchpad.net14:35
enygmatathe full address is http://bazaar.launchpad.net/~rexpert-team/rexpert/trunk/changes14:36
=== salgado_ is now known as salgado
Ursinhaenygmata, it's also working14:41
Ursinhafor me14:41
Ursinha:)14:41
=== _neversfelde is now known as neversfelde
philnhi14:55
philni'm trying to use launchpadlib to update bugs but transitionToStatus() doesn't seem to work14:56
philn    bug.transitionToStatus('Fix Released')14:56
philnTypeError: __call__() takes exactly 1 argument (2 given)14:56
salgadophiln, bug.transitionToStatus(status='Fix Released')14:59
salgadocurrently, launchpadlib doesn't take positional arguments15:00
philnoh, i see15:03
philnworking ;)15:04
philnand one other thing, each time i start the script using LP lib, i have to authenticate via the browser15:05
salgadophiln, I think lplib provides some facilities to store the credentials on disk so that you can re-use them15:13
salgadoyeah, Credentials.load() and Credentials.save()15:14
philnwhere can i find an up-to-date API doc?15:17
salgadoleonardr, ^15:17
philnnvm, i'll just use pydoc...15:19
leonardrphiln, https://help.launchpad.net/API/launchpadlib is up to date15:19
leonardrit's not a reference, if you want a pydoc type reference then pydoc is the way to go15:19
=== salgado is now known as salgado-lunch
=== salgado-lunch is now known as salgado
=== salgado_ is now known as salgado
Gregoriohi folks17:25
GregorioI'm looking for any blueprints, groups, channels, e-mails lists or any other information or communities to learn about latest thinking re: web services plan (aka webplications) in Ubuntu. Any pointers really appreciated17:26
GregorioI want to help define it and make a contribution...17:26
jkakarIs there a way to push a branch to launchpad such that it is auto-linked to the bug it's associated with?18:07
salgado_jkakar, yeah, just pass --fixes=lp:bug-number in one of the commits on that branch18:08
jkakarsalgado_: I was afraid you'd say that. :)  I don't really like that because --fixes implies, at least to me, that the branch really does solve the problem, but the first few pushes are always about getting a review to see if that is really true.18:09
jkakarsalgado_: But anyway, I guess I'll do that, thanks.18:09
salgado_jkakar, yeah, we don't like that either, but that's all we have now, I'm afraid18:10
=== salgado_ is now known as salgado-afk
=== barry is now known as barry-away

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