Please Delete project mate-snaps

Asked by Sameer Sharma

I wish to delete the project mate-snaps as it didnt turned out to be what i expected, what i was wishing was to add multiple git repos for different mate snaps but i couldnt find a way to do it, launchpad allows a project to only host one single default repository which wasnt my use case, i wanted to upload multiple git repos under the project, each different for different snaps.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Sameer Sharma
Solved:
Last query:
Last reply:
Revision history for this message
Ines Almeida (ines-almeida) said :
#1

Hi Sameer,

Launchpad does allow adding multiple git repos under the same project (see https://help.launchpad.net/Code/Git#Repository_URLs). But indeed, only one repo will be the default one.

In case you are trying to import code from outside of launchpad, this might also help: https://help.launchpad.net/Code/Git#Mirroring_repositories_from_other_sites

In case you still want to get that project deleted, please delete all the branches/repos from the project and let us know so we can deactivate it.

Revision history for this message
Sameer Sharma (sameersharma2006) said (last edit ):
#2

Hey there, i may wish to still keep the project if my use case can be done, but can you please explain me a bit about doing it as am not sure i understood properly with referred link.
In particular i wish to understand adding repos locally i.e, via my setup and not importing it.

Revision history for this message
Ines Almeida (ines-almeida) said :
#3

In the first link and also in https://help.launchpad.net/Code/Git#Pushing_code, it mentions how the URL for different repo's within the project would look like

`https://code.launchpad.net/~OWNER/PROJECT/+git/REPOSITORY`

So in your case:

`https://code.launchpad.net/~capecrusader-121/mate-snaps/+git/<REPOSITORY NAME>`

You can push a branch to it and it (that should generate the repo), or you should be able to add it with something on the lines of `git remote add origin lp:~USER/PROJECT/+git/REPOSITORY-NAME`.

Let us know if that helps and if you have further questions!

Revision history for this message
Sameer Sharma (sameersharma2006) said (last edit ):
#4
Revision history for this message
Sameer Sharma (sameersharma2006) said :
#5

Done fixed, its solved after setting a repo as a default, thanks for all your help.