[aur-general] Remove my "package_name.git" repo
I accidentally hit return with: git clone ssh://aur@aur.archlinux.org/package_name.git Cloning into 'package_name'... warning: You appear to have cloned an empty repository. (I forgot to change "package_name" so I'm now blocked from submitting the correct name for the blank repo so I can populate it) Can somebody please undo what I did over on the server so I can get a new blank repo under the correct name? Thank you! -- David C. Rankin, J.D.,P.E.
Hi, You just need to clone again with the correct name and delete your `package_name` folder. Nothing bad happened, you are not blocked to create a package with a different name. Cloning from the AUR does not make packages appear on the AUR, only if you push a PKGBUILD and .SRCINFO after cloning. But I doubt you would be able to push to package_name, so again, no harm done. Just delete your local copy of it and clone again. On Wed, 17 Nov 2021 at 08:56, David C. Rankin via aur-general < aur-general@lists.archlinux.org> wrote:
I accidentally hit return with:
git clone ssh://aur@aur.archlinux.org/package_name.git Cloning into 'package_name'... warning: You appear to have cloned an empty repository.
(I forgot to change "package_name" so I'm now blocked from submitting the correct name for the blank repo so I can populate it)
Can somebody please undo what I did over on the server so I can get a new blank repo under the correct name?
Thank you!
-- David C. Rankin, J.D.,P.E.
On 11/17/21 3:03 AM, Attila Greguss via aur-general wrote:
Hi,
You just need to clone again with the correct name and delete your `package_name` folder.
Nothing bad happened, you are not blocked to create a package with a different name.
Cloning from the AUR does not make packages appear on the AUR, only if you push a PKGBUILD and .SRCINFO after cloning. But I doubt you would be able to push to package_name, so again, no harm done. Just delete your local copy of it and clone again.
Thank you, I did delete the package_name repo in my AUR git directory, but I still cannot create the new clamav-LTS repo. I get the following error: $ git clone ssh://aur@aur.archlinux.org/clamav-LTS.git Cloning into 'clamav-LTS'... git-upload-pack: invalid repository name: clamav-LTS fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. When I accidentally used package_name it worked, e.g. $ git clone ssh://aur@aur.archlinux.org/package_name.git Cloning into 'package_name'... warning: You appear to have cloned an empty repository. Now I can't create the clamav-LTS repo as an empty repo the same way? Why? -- David C. Rankin, J.D.,P.E.
On 2021-11-17 20:53, David C. Rankin via aur-general wrote:
I did delete the package_name repo in my AUR git directory, but I still cannot create the new clamav-LTS repo. I get the following error:
$ git clone ssh://aur@aur.archlinux.org/clamav-LTS.git Cloning into 'clamav-LTS'... git-upload-pack: invalid repository name: clamav-LTS fatal: Could not read from remote repository.
You are not allowed to use capital letters in package names. I believe the server will reject creating repositories that don't comply with AUR naming rules. Try clamav-lts instead. Caleb
On 11/17/21 12:00 PM, Caleb Maclennan via aur-general wrote:
On 2021-11-17 20:53, David C. Rankin via aur-general wrote:
I did delete the package_name repo in my AUR git directory, but I still cannot create the new clamav-LTS repo. I get the following error:
$ git clone ssh://aur@aur.archlinux.org/clamav-LTS.git Cloning into 'clamav-LTS'... git-upload-pack: invalid repository name: clamav-LTS fatal: Could not read from remote repository.
You are not allowed to use capital letters in package names. I believe the server will reject creating repositories that don't comply with AUR naming rules. Try clamav-lts instead.
Caleb
Thank you all! I failed the "I D 10 T" test. (remove spaces) -- David C. Rankin, J.D.,P.E.
Il 17/11/21 18:53, David C. Rankin via aur-general ha scritto:
On 11/17/21 3:03 AM, Attila Greguss via aur-general wrote:
Hi,
You just need to clone again with the correct name and delete your `package_name` folder.
Nothing bad happened, you are not blocked to create a package with a different name.
Cloning from the AUR does not make packages appear on the AUR, only if you push a PKGBUILD and .SRCINFO after cloning. But I doubt you would be able to push to package_name, so again, no harm done. Just delete your local copy of it and clone again.
Thank you,
I did delete the package_name repo in my AUR git directory, but I still cannot create the new clamav-LTS repo. I get the following error:
$ git clone ssh://aur@aur.archlinux.org/clamav-LTS.git Cloning into 'clamav-LTS'... git-upload-pack: invalid repository name: clamav-LTS fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
When I accidentally used package_name it worked, e.g.
$ git clone ssh://aur@aur.archlinux.org/package_name.git Cloning into 'package_name'... warning: You appear to have cloned an empty repository.
Now I can't create the clamav-LTS repo as an empty repo the same way? Why?
Use an all lowercase name
participants (4)
-
Attila Greguss
-
Caleb Maclennan
-
David C. Rankin
-
Fabio Loli