/srv/irclogs.ubuntu.com/2017/11/01/#launchpad.txt

=== chihchun_afk is now known as chihchun
ePierrehello!07:06
ePierreI'm testing a script that interacts with launchpad and before messing up the production database, I would like to test it on staging area07:07
ePierreI mean staging launchpad07:07
ePierrein launchpad help page it says: "You can't create a new account on staging — instead, create one in Launchpad's production environment and then wait up to 24 hours for your account to be available on staging."07:07
ePierreI have an account that was created and activated a long time ago and yet I can't login07:07
ePierreI see "Incorrect email/password combination" when I try to log with the same info as the one I use on production environment... does anyone know the problem?07:09
ePierreI have 2 e-mail addresses attached to my launchpad account, but it looks like it fails with both07:16
=== ePierre is now known as ePierre-afk
clivejowhat's going on with LP builders?  15hour long queue for amd64?17:13
naccclivejo: there is a infra rebuild going on, meaning limited capacity, and the archive recently opened for bionic, so it's probably loaded17:15
clivejowhy they private builds?17:16
naccclivejo: ?17:17
clivejoBuilding private job ?17:17
naccclivejo: sorry, I'm not sure I understand your question still17:18
clivejoall the jobs are currently showing as "Building private job" for the amd64 builders17:18
clivejoor cleaning17:19
nacciirc, private jobs get prioritized higher, but i might be wrong17:19
clivejojust wondering why they are private17:19
cjwatsonSecurity builds17:24
cjwatsonAnd yes, the lcy01 cloud is being redeployed at the moment, as part of making it possible to add extra capacity to it17:24
cjwatsonHaving these two things happen at the same time is unfortunate, but oh well ...17:25
nacccjwatson: it's amazing how quickly people noticed :)17:25
cjwatson*three, in fact, counting auto-sync17:25
naccyeah17:25
nacca perfect storm!17:25
cjwatsonAny one of those would have produced a backlog17:25
cjwatsonAnd yeah, I'm sorry, I can't go into more detail about private builds in public.  Hopefully they'll clear out in an hour or two17:26
cjwatsona bit over a hundred builds to go in the relevant security queue, I think17:32
EtuaHello, I need help with creating a new branch for my project. After executing bzr push lp:gnome-paint/stable I get bzr: ERROR: Permission denied: "Cannot create 'stable'. Only Bazaar branches are allowed."22:40
EtuaCould you help me?23:03
wgrantEtua: A branch needs an owner, so you need to push to lp:~USER_OR_TEAM/gnome-paint/stable23:12
wgrantlp:gnome-paint/stable is the branch for gnome-paint's "stable" series, which doesn't exist.23:12
nacccjwatson: wgrant: I think I'm missing something in the definition of git_target in the launchpad API. I'm working on the repointing script that will, as we import source packages, change the default for a given source package to the imported repository. Is the target somethig like ubuntu/+source/<srcpkg> ?  current script is here: http://paste.ubuntu.com/25868780/. I'm also not sure how to test it. Can I23:14
naccunset the default repository to None?23:14
cjwatsonI usually spell it with a leading slash, but yes, a distribution_source_package (whose URL is /ubuntu/+source/<srcpkg>) is an example of a git_target23:16
cjwatsonand the relevant example here23:16
cjwatsonyou can unset the default repository for a given target by passing repository=None, yes23:17
nacccjwatson: cool, that helps :)23:17
cjwatsonPS you should pass the package names through urllib.parse.quote()23:18
cjwatsonwhen you're substituting them into URL paths, anyway23:18
nacccjwatson: yep, thans as always!23:18
cjwatsonLP will sometimes let you get away without that, but should quote anyway23:18
naccyep23:18
nacccjwatson: great! thanks again, script works!23:26
nacccjwatson: if a source package publishing record does not have a published date, does that typically mean it just hasn't been published yet, but will eventually? e.g. https://api.launchpad.net/devel/ubuntu/+archive/primary/+sourcepub/8444072 and a bunch of the stuff that's stuck right now. I wonder what our script should do for keeping up with the publisher. It seems like we should wait until we start23:42
naccseeing published dates again? (we don't want to lose our "place" in the publisher's history)23:42
naccrbasak: --^ fyi, there's a bug in my script until we fix that loop :)23:42
cjwatsoncorrect - date_published is set when the publisher processes a given publishing history entry23:44
cjwatsonit's normal for some recent entries to have date_published=None23:44
naccyeah, i think once we've 'caught up', we need to just tread water in our watcher script23:45
nacccjwatson: thanks!23:45
wgrant(date_published is set when the status transitions from Pending to Published)23:50
naccwgrant: ah also good23:50
naccthanks to you both23:50

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