[aur-general] hook failed on git-push, package not displayed
Hello, I just created a new package 'obs-xdg-portal' and with containing a PKGBUILD, a .SRCINFO and a .gitignore, pushed it to AUR, but it didn't went well. Firstly, the package is not available https://aur.archlinux.org/packages/obs-xdg-portal/ When I ran 'git push', it complained about hooks/update not being executable: $ git push Enumerating objects: 4, done. Counting objects: 100% (4/4), done. Delta compression using up to 4 threads Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 830 bytes | 830.00 KiB/s, done. Total 4 (delta 0), reused 0 (delta 0) hint: The 'hooks/update' hook was ignored because it's not set as executable. hint: You can disable this warning with `git config advice.ignoredHook false`. To ssh://aur.archlinux.org/obs-xdg-portal * [new branch] master -> master Whenever I try to clone the directory again, it reports "nonexistent ref" $ git clone ssh://aur@aur.archlinux.org/obs-xdg-portal Cloning into 'obs-xdg-portal'... remote: Enumerating objects: 7, done. remote: Counting objects: 100% (7/7), done. remote: Compressing objects: 100% (7/7), done. remote: Total 7 (delta 0), reused 1 (delta 0) Receiving objects: 100% (7/7), done. warning: remote HEAD refers to nonexistent ref, unable to checkout. Ideas? Best regards, Rafael Fontenelle
Hi there, today i look into the same problem with a new package called materiav2-gtk-theme. This my output ╭─ stefano@stefano-pc ~/Github/Aur-Repo/materiav2-gtk-theme master ╰─ git push origin master 128 ↵ 540 23:36:11 Enumerazione degli oggetti in corso: 4, fatto. Conteggio degli oggetti in corso: 100% (4/4), fatto. Compressione delta in corso, uso fino a 4 thread Compressione oggetti in corso: 100% (4/4), fatto. Scrittura degli oggetti in corso: 100% (4/4), 1.41 KiB | 1.41 MiB/s, fatto. 4 oggetti totali (0 delta), 0 riutilizzati (0 delta) hint: The 'hooks/update' hook was ignored because it's not set as executable. hint: You can disable this warning with `git config advice.ignoredHook false`. To ssh://aur.archlinux.org/materiav2-gtk-theme.git * [new branch] master -> master --- Greetings Stefano Capitani Il 23/11/2019 11:17 Rafael Fontenelle ha scritto:
Hello,
I just created a new package 'obs-xdg-portal' and with containing a PKGBUILD, a .SRCINFO and a .gitignore, pushed it to AUR, but it didn't went well.
Firstly, the package is not available https://aur.archlinux.org/packages/obs-xdg-portal/
When I ran 'git push', it complained about hooks/update not being executable:
$ git push Enumerating objects: 4, done. Counting objects: 100% (4/4), done. Delta compression using up to 4 threads Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 830 bytes | 830.00 KiB/s, done. Total 4 (delta 0), reused 0 (delta 0) hint: The 'hooks/update' hook was ignored because it's not set as executable. hint: You can disable this warning with `git config advice.ignoredHook false`. To ssh://aur.archlinux.org/obs-xdg-portal * [new branch] master -> master
Whenever I try to clone the directory again, it reports "nonexistent ref"
$ git clone ssh://aur@aur.archlinux.org/obs-xdg-portal Cloning into 'obs-xdg-portal'... remote: Enumerating objects: 7, done. remote: Counting objects: 100% (7/7), done. remote: Compressing objects: 100% (7/7), done. remote: Total 7 (delta 0), reused 1 (delta 0) Receiving objects: 100% (7/7), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
Ideas?
Best regards, Rafael Fontenelle
participants (2)
-
Rafael Fontenelle
-
Stefano Capitani