You are not logged in.

#1 2021-07-13 01:09:22

悲剧小白
Member
Registered: 2021-07-13
Posts: 3

Unable to submit software package

I created a software package for "https://client.badlion.net" and created the ~/.ssh/config file as described in "https://wiki.archlinux.org/title/AUR_su … entication", Copy the content of the generated "aur_rsa.pub" to the AUR account configuration.

But when I execute "git clone ssh://aur@aur.archlinux.org/BadlionClient.git", it prompts me "git-upload-pack: invalid repository name: BadlionClient"


File contents:

~/.ssh/config:
Host aur.archlinux.org
  IdentityFile ~/.ssh/aur_rsa
  User aur

~/.ssh/aur_rsa.pub:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBmhOK4YXUU6o5n+N+yE0JVdA9+WWcwJ8zFQnvzR3DaUYTmy8ZwX3lueD9BzB4EZtr7tT7xVaC92mq0oqmCuGKp3emRKVMpI3knHvpqaDDQbRiIKw0onpH1xXtTNTPRxK9Up2jX1TslMAmto4hfLDie4Hem0ZoFjzkSJzb4ED3MZfatkzaVMsZ/68CjrjlBzzM4d2JMO6NDMf2kjs7MXXfsCJAA43gxTkKkaYeLpMyApm0YDoo/Rlrh0V1HhGKqooaVaA4avbzjrzYEwOapzTVB0iXy8914hTLUMF7EYwfxgq9024oSnL/WuR3nQ1Yv/qYb89IzT6V8R26GHhmWwYWDx6bCVeGuM5/g4QEtMCifJ41xVN1KTTQlMIfyxqz0CjOQWRGFD5E/vNNVZ3aT7liP7M4u8r1nY54uR8SFo/KFK8QLWEln4oaBAHsTKPtUHbsk7SuA4RT58modVi36eP3vpcWSac5wuM/srw0QezPtSDUXKkzMYpZdeTCifNfIr0=

Offline

#2 2021-07-13 01:20:36

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Unable to submit software package

What if you change the repository name to lowercase and ensure the pkgname is also all lowercase?
Arch_package_guidelines#Package_naming

Package names can contain only alphanumeric characters and any of @, ., _, +, -. Names are not allowed to start with hyphens or dots. All letters should be lowercase.

Edit:
https://aur.archlinux.org/packages/badlion-client/

Please remember to mark you thread as solved by editing you first post and prepending [SOLVED] to the title.

Last edited by loqs (2021-07-13 17:39:30)

Offline

Board footer

Powered by FluxBB