On Sat, 13 Jun 2015 23:26:42 +0200 Aaron Fischer <mail@aaron-fischer.net> wrote:
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
Check the specific commit given. Maybe there a typo in the install file name or something?