[aur-dev] Missing install file:
Aaron Fischer
mail at aaron-fischer.net
Sat Jun 13 21:26:42 UTC 2015
Hi!
I have a problem pushing a package to AUR4. The push declined with this error:
remote: error: The following error occurred when parsing commit
remote: error: 1e0137afecd85510a537ef5033c5b388b8f24b21:
remote: error: missing install file:
remote: error: hook declined to update refs/heads/master
To ssh+git://aur@aur4.archlinux.org:22/roccat-tools.git
! [remote rejected] master -> master (hook declined)
I've checked my repository[1] for commits which have no install file:
for h in `git log --format=%H`; do
[[ -f roccat-tools.install ]] || echo "Not in $h"
done
Every commit has the install file on it. So, whats the problem here?
Aaron
[1]:https://github.com/f0086/aur4-migration-roccat-tools
More information about the aur-dev
mailing list