On Sat, 13 Jun 2015 23:26:42 +0200 Aaron Fischer <[email protected]> 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://[email protected]: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 Check the specific commit given. Maybe there a typo in the install file name or something?
