Re: [aur-general] Send Package to AUR
2016-08-22 13:12 GMT-03:00 Tiago R. Lampert <tiagorlampert@gmail.com>:
The message is in the image link attached.
I do not have permission to create the repository.
I notice the following snippet:
remote: error: invalid pkgbase: jsql-injection, expected package_name remote: error: hook declined to update refs/heads/master
There's something wrong with your PKGBUILD. Please post it in a paste system, like ptpb.pw[1] and provide us the URL for analysis. [1] https://wiki.archlinux.org/index.php/List_of_applications#Pastebin_clients Rafael Fontenelle
On Mon, 22 Aug 2016 at 18:21:48, Rafael Fontenelle wrote:
2016-08-22 13:12 GMT-03:00 Tiago R. Lampert <tiagorlampert@gmail.com>: [...] I notice the following snippet:
remote: error: invalid pkgbase: jsql-injection, expected package_name remote: error: hook declined to update refs/heads/master
This looks like you are using the wrong URI for the remote. It should be ssh://aur@aur.archlinux.org/jsql-injection.git/ while ssh://aur@aur.archlinux.org/package_name.git/ seems to be what you are using. It can be changed by running `git remote set-url origin [...]`. Regards, Lukas
Thanks! Worked by setting the url. git remote set-url origin git + ssh: // aur@aur.archlinux.org/jsql-injection.git https://aur.archlinux.org/packages/jsql-injection/ 2016-08-22 14:27 GMT-03:00 Lukas Fleischer <lfleischer@archlinux.org>:
On Mon, 22 Aug 2016 at 18:21:48, Rafael Fontenelle wrote:
2016-08-22 13:12 GMT-03:00 Tiago R. Lampert <tiagorlampert@gmail.com>: [...] I notice the following snippet:
remote: error: invalid pkgbase: jsql-injection, expected package_name remote: error: hook declined to update refs/heads/master
This looks like you are using the wrong URI for the remote. It should be
ssh://aur@aur.archlinux.org/jsql-injection.git/
while
ssh://aur@aur.archlinux.org/package_name.git/
seems to be what you are using.
It can be changed by running `git remote set-url origin [...]`.
Regards, Lukas
What a backlog. I'm genuinely proud of you. cheers! mar77i
participants (4)
-
Lukas Fleischer
-
Martin Kühne
-
Rafael Fontenelle
-
Tiago R. Lampert