/srv/irclogs.ubuntu.com/2013/08/13/#launchpad.txt

=== jam1 is now known as jam
=== tasdomas_afk is now known as tasdomas
erichammondI got the latest version of launchpadlib using bzr, which appears to be 1.10.2, but it still does not seem to have archive.copyPackage() as documented in https://launchpad.net/+apidoc/devel.html#archive  What am I missing?08:02
wgranterichammond: That doesn't require a launchpadlib upgrade. Are you sure you're telling it to use the 'devel' API version?08:03
wgranteg. Launchpad.login_with('my app', 'production', version='devel')08:04
erichammondwgrant: *that's* what I'm missing.  I'll give it a shot.08:04
coresnakehi guys im having trouble logging into launchpad, i made an account ages ago and i dont remember email, i want to chagne the information on the page because I dont want google to cache it with my real name anymore, can someone help me please?08:05
erichammondwgrant: much better, thanks!08:05
wgrantcoresnake: What's your Launchpad username?08:06
coresnakethis is the page https://bugs.launchpad.net/~redacted/+assignedbugs08:06
coresnakei think username was coresnake08:06
wgrant(we sorted it out in PM)08:16
=== dpm_ is now known as dpm
b8e5nHello people, I tried to build an application using launchpad auto generation, but it crashes. I am reposting my problem.11:18
b8e5nRepost :11:18
b8e5nI am trying to build a package recipes from launchpad, but it crashes. If I build with the same recipe locally it works. It crashes while it's trying to rebuild the Tar.11:18
b8e5nhere is the crash report: https://launchpadlibrarian.net/146919411/buildlog.txt.gz11:18
=== mdeslaur_ is now known as mdeslaur
=== tasdomas is now known as tasdomas_afk
=== BradCrittenden is now known as bac
=== Sweetsha1k is now known as Sweekshark
=== tasdomas_afk is now known as tasdomas
=== tasdomas is now known as tasdomas_afk
=== BradCrittenden is now known as bac
=== lifeless_ is now known as lifeless
punterI'm new: When I upload a source package to launchpad, does it automatically get built for every (recent) release of Ubuntu? If not, is there an automatic way to do it other than submit many times?21:05
beunopunter, it doesn't  :)21:06
punter:-)21:06
beunoyou can either use recipes to build from a branch21:06
beunoor you upload every 6 months, when there's a new version21:06
beunobut it needs to be built for each Ubuntu version21:06
beunohttps://help.launchpad.net/Packaging/SourceBuilds/Recipes21:07
punterso I execute dput once for each release21:07
punterok21:07
punteraha21:07
punterthanks for the link21:07
beunois where recipes are explained21:07
beunothat's probably on the fancy side21:07
punterMy perl module gets updated every month, and I want my PPA to be kept updated. I guess that means I have to build 3 times each month (once for each release)21:08
punterRecipes are for bazaar? I use git21:08
punterOr could I use both?21:08
beunopunter, you can import the git branch into bzr in launchpad automatically21:10
dobeypunter: you'd have to create a  branch on launchpad that imports from the git21:10
punterI tried uploading my package a second time for a different ubuntu release, and got a rejection email because the same .tar.gz already exists21:28
punterWhat should I do? Just rename the new .tar.gz to something else and retry?21:28
punterwill dput work then?21:28
punterFile libxml-myxml-perl_0.0993-1.debian.tar.gz already exists in Jabber-related packages, but uploaded version has different contents21:29
punterWhat's the way to go?21:30
punteranyone? :(21:35
punter:'(21:36
dobeyyou can't upload the same version to different series21:37
dobeyyou should append ~$SERIESNAME$BUILDNUM to the version string in debian/changelog before generating the source package and uploading21:37
dobeyusing recipes does that automatically21:37
dobeybut for manual uploads, you need to do it manually21:38
punterseries = ubuntu release?21:38
dobeynote that is a ~ (tilde) not a dash; do not put multiple dash characters in the version string21:38
dobeyyes21:38
dobeyprecise/raring/saucy/etc21:38
dobeyso ~precise1 for example21:38
punterok...21:39
punterlet me try that21:39
punterWhich part of the changelog file should I add that tilderelease?21:40
punterto?21:40
punterthe version number?21:40
punterso (0.0993-1) should become (0.0993-1~precise1) ?21:40
punter(dobey)21:41
dobeyyes21:42
punterthanks!21:42
dobeywell, your version number should have a little more in it than that probably21:42
dobeybut that should work21:43
dobeylike 0."0993-0ubuntu1~precise1" is what i'd use21:43
punterMagic, worked like a charm! https://launchpad.net/~karjala/+archive/jabber21:55
punterdobey: why would you use the word ubuntu in your version number?21:55
punterWhy is i386 the only architecture mentioned in Build Status? https://launchpad.net/~karjala/+archive/jabber/+packages21:57
dobeypunter: because you're building it on ubuntu, not debian. and packages in debian only get the -1 if they are in debian and that's the first build of that version in debian21:58
dobeypunter: and it only shows i386 if it's an Architecture: all package, because it only builds it once, and is installable on all architectures21:58
dobeyand arch all packagets only build on i38621:59
punterindeed the same build is installable everywhere (it's a pure perl library) - but what if that were not the case? Should I have listed all architectures to have the software get build on each one?22:00
punterAre most of my questions answered in the docs? Should I stop bothering you people?22:00
dobey'any' will build on all of them. for packaging questions #ubuntu-packaging is a better place than here22:01
dobeyand yes, most all the questions are answered in the docs22:01
punterok22:01
=== infinity2 is now known as infinity
DarkPlayerhello, i have a problem with my code import from a git repository. Somehow launchpad is unable to update the bzr brach and tries to sync it every minute, but i can not see any errors in the log: http://launchpadlibrarian.net/147502572/mqchael-pipelight-master.log23:15
DarkPlayergit clone works without any issues23:17
wgrantDarkPlayer: Imports from some HTTP git servers don't update properly at the moment (bug #1072461). Is that repository exposed over any non-HTTP protocols?23:26
ubot5bug 1072461 in Launchpad itself "Code import from github does not take latest commits" [High,Triaged] https://launchpad.net/bugs/107246123:26
DarkPlayerwgrant: The git is also exposed via ssh, but thats not supported (by launchpad)23:27
DarkPlayerwgrant: is there at least any way to stop launchpad from importing it every minute without deleting the branch?23:31
wgrantDarkPlayer: I've suspended it.23:31
wgrantIt won't update until we fix that bug.23:31
DarkPlayerthanks23:32
DarkPlayerwgrant: is there any plan to fix this issue in the near future ?23:47

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