13 Jun
2015
13 Jun
'15
11:26 p.m.
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