/srv/irclogs.ubuntu.com/2015/11/02/#launchpad.txt

=== Pengtergeist is now known as Peng
=== vidplace7 is now known as galliumos-build
=== galliumos-build is now known as vidplace7
SusieQI would like to know if the speed issues accessing ppa.launchpad.net are affecting everyone?04:00
Laneyhow long are packages supposed to remain in Packages for after they are deleted?09:55
LaneyI just got python-pexpect 4.0.1-0~ppa1 from ~ubuntu-desktop/ubuntu/ppa but didrocks apparently deleted it on 2015-10-1909:55
Laneyif https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/ppa/+packages?field.name_filter=pexpect&field.status_filter=&field.series_filter= is right09:55
glenhi. i have some automatic bzr->translations setup for a project10:45
glenbut i can not find place where it is configured10:46
glenlaunchpad interface has always struck me as really complex and least documented10:46
glenanyway, i've migrated to git, and i would like the automatic translatsions commits apepar in git repo from now on10:46
glenthe project i'm speaking of : https://code.launchpad.net/eventum10:48
glenand the branch that is used for translations auto commit https://code.launchpad.net/~glen666/eventum/po10:49
cjwatsonwe don't yet support automatic translation commits to git, unfortunately; it's one of the things on the backlog for full parity with bzr10:49
glencan i do that somehow differently, like setup git->bzr pull and then do the translations thing?10:51
glenps: where is that translations commit configured, i can not find it anywhere logical i tried to look10:51
cjwatsonhttps://help.launchpad.net/Translations/YourProject/Exports#Committing_translations_to_a_Bazaar_branch10:55
cjwatsonI don't think you can sensibly do it by way of imports; you'd need bzr->git imports and LP doesn't do those automatically (that would be rather more work to implement than automatic translation commits!)10:57
cjwatsona git->bzr import won't work because you can't commit directly to one of those10:57
glenso, perhaps i just create emopty bzr repo containing only .pot11:01
glenand manually (outside launchpad infra) commit that .pot once it changes11:01
* cjwatson updates the Exports page a bit11:03
cjwatsonI'm not sure what that would gain you11:03
cjwatsonyou could cron something externally that does a translation export from LP and updates the relevant git branch with that11:04
cjwatsonand if you want to have LP auto-import translations as well, then for now, you could have LP maintain an automatic git->bzr import and import translations from that11:05
cjwatsonI don't see any benefit to having a pot-only bzr branch though11:05
gleni see the benefit that don't have to merge the changes, .pot is changed rarely, whole whole repo more often11:20
glenalso i did have bzr2git script, but it broke at some point.11:20
glencan i change old bzr repo to use git sync instead? how?11:21
glen(that is different topic)11:21
cjwatsonbut if you're doing commits externally anyway, no merging needs to be involved - just commit the translations directly11:24
cjwatsonI hope we'll have git-to-git imports relatively soon, but we haven't started on the necessary infrastructure yet11:24
glenso, can i commit .pot update directly to https://code.launchpad.net/~glen666/eventum/po ?11:34
cjwatsonyou can, I'm still not sure what you gain from that if you aren't actually using the bzr branch for code development, you might as well just upload it directly to LP11:58
gleni can do scripting to bzr automatically, uploading directly to lp is manual work12:06
tewardi have a question.  how does automated duplicate detection work for bugs in the Ubuntu project on Launchpad?  Is there some signature that is used to detect some duplicates?14:20
cjwatsonteward: not implemented by Launchpad itself, apport or apport-duplicates or something like that does it14:22
tewardcjwatson: OK, so should I poke -devel ?14:30
cjwatsonsure14:30
Jack_Hi14:53
Jack_I'm trying to install a package called Zeal but getting the following error:14:54
Jack_E: Some index files failed to download. They have been ignored, or old ones used instead.14:54
Jack_I have tried:14:55
Jack_$ sudo add-apt-repository ppa:zeal-developers/ppa $ sudo apt-get update14:55
cjwatsonJack_: what Ubuntu release are you running?14:58
Jack_12.0415:00
Jack_cjwatson:15:00
cjwatsonJack_: That PPA only publishes packages for 14.04, 14.10, and 15.04.  We only maintain the hosting infrastructure, and it's up to PPA owners to decide what releases they want to support15:00
cjwatsonJack_: https://launchpad.net/~zeal-developers has contact details15:00
Jack_Oh I see, so I would probably need to build myself?15:01
cjwatsonJack_: that or ask them to help, yes15:02
Jack_OK, thank you cjwatson :)15:02
=== lan3y is now known as Laney
=== beuno_ is now known as beuno
tewardthe armhf ppa builders are still virtualized right?  Or are they physical yet?16:37
cjwatsonteward: you have that one backwards, sort of16:54
cjwatsonteward: current state: armhf builds for the Ubuntu primary archive and for certain privileged PPAs run on unsandboxed physical hardware; armhf builds for PPAs run on x86 systems using qemu-user-static16:55
cjwatsonteward: we're part-way through setting up a new system in which all arm64 and armhf builds will be virtualised on arm64 hardware16:56
__marcoHello. Times ago I built a package. Now I would like to update that package but I don't know how19:10
__marcoI downloaded the source (apt-get source blabla), made the modifications, updated the changelog and uploaded the .changes file again (debuild -S -sd)19:11
__marcobut the package is not showed and the builds not launched19:12
dobeysource packages must be signed with a valid gpg key that matches the one configured for your launchpad account19:15
dobeyotherwise you will not get an e-mail about the upload being accepted or not, and it will not appear in the PPA19:15
__marcodobey: can I update a key in the keyserver?19:23
__marcojust to extend the expire time19:24
__marcoin the keyserver or in launchpad (it says that the key is already imported)19:24
tumbleweedyes you can19:25
dobeyyou have to update the keyserver, yes19:25
__marcoI updated the key in the keyserver but I don't know how to import the key again in launchpad19:26
__marcoor maybe I don't need it19:26
dobeyyou don't i don't think. launchpad just has the fingerprint19:26
__marcoI try19:26
__marcoSuccessfully uploaded packages... but I cannot see them in the ppa19:30
__marcosorry... I did not complete the activation procedure19:32
__marcodobey: tumbleweed thanks a lot. It worked19:37
__marcodinner time19:37
__marcobye19:37
tewardremind me how I make a branch of my own that's based off another group's branch so that I can propose a merge request?19:53
* teward forgot :/19:53
tewardor rather, how to push my 'modified' branch to LP19:53
dobeybzr push lp:~teward/project/branch19:54
tewardthank you19:55
=== evilnhandler is now known as nhandler

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