[Launchpad-users] Cannot mark bug as duplicate

2011-10-07 Thread Alberto Mardegan
Hi, I don't seem to be able to mark https://bugs.launchpad.net/unity-2d/+bug/869586 as duplicate of https://bugs.launchpad.net/unity-2d/+bug/732016 Can anyone help? TIA, Alberto ___ Mailing list: https://launchpad.net/~launchpad-users Post to

[Launchpad-users] Multiple repositories per project

2011-11-07 Thread Alberto Mardegan
Hi all, I think I've read through all the relevant documentation, but I couldn't find a clear answer to this: is it possible to have multiple repositories in a single launchpad project? I need to import this project into launchpad: http://code.google.com/p/accounts-sso/source/list (see the

Re: [Launchpad-users] Customizing the Code page of a project

2012-03-27 Thread Alberto Mardegan
On 03/27/2012 09:12 AM, William Grant wrote: On 27/03/12 16:54, Alberto Mardegan wrote: Is it possible to customize the Code page of a project (the page that explains how to clone it and how to push your branches) to inform the user that the code in launchpad is just a mirror, and development

[Launchpad-users] Recursive git clone in recipe

2017-09-23 Thread Alberto Mardegan
Hi all! I believe that this used to work, but it looks like nowadays git submodules are not checked out by launchpad when building a recipe. Is this a bug, or do I remember wrong and this feature was never implemented? See also:

[Launchpad-users] Getting the distribution series in a recipe

2019-12-08 Thread Alberto Mardegan
Hi there! Inside a recipe I can use several useful variables, specified in [1]. Now, my project needs different packaging for different distribution series, so I was thinking to store the debian packaging in branches named like "packaging-xenial" and "packaging-bionic", and then have the recipe

[Launchpad-users] Source code import with git submodules

2021-10-12 Thread Alberto Mardegan
Hi there! The page at https://help.launchpad.net/VcsImports says: "Git: Repositories with submodules or signed commits in their history can currently only be imported to Git, not to Bazaar." Yet, I have a git repository in Gitlab, and I cannot import it into my git repository in LP:

Re: [Launchpad-users] Source code import with git submodules

2021-10-17 Thread Alberto Mardegan
On 15/10/21 15:53, Colin Watson wrote: > The code import part is intentionally just a git mirror; I don't think > it would be right to initialize submodules at that stage. The problem > is at the recipe building layer, and it's a known bug: > >

Re: [Launchpad-users] PPA making a mistake, rejecting upload

2022-01-30 Thread Alberto Mardegan
On 31/01/22 04:02, Andrew S. Rightenburg wrote: Hey, a package upload of mine is being rejected with the error: "Unable to find mandatory field 'Changed-By' in the changes file," although the Changed-By field is present and correct. [...] I've attached the relevant changelog I don't think

[Launchpad-users] Recipe in dependency wait

2022-11-23 Thread Alberto Mardegan
Hi all, yesterday a daily recipe of mine failed to build on Bionic (on Jammy and Focal it succeeded) because the "qbs" dependency could not be found. But since the last successful Bionic build (which happened in June) I did not change the build depends of this project, so I'm a bit at a loss

Re: [Launchpad-users] Recipe in dependency wait

2022-11-24 Thread Alberto Mardegan
Hi Colin, thanks for your extensive reply, and for debugging this! On 24/11/22 21:10, Colin Watson wrote: [...] and I see from that that you have your qbs-in-lts PPA configured to build against ppa:ubuntu-toolchain-r/ubuntu/test. Do you have to use that PPA? As I understand it it's not at