From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QIcbp-0007ca-9O for openembedded-core@lists.openembedded.org; Sat, 07 May 2011 10:11:29 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4788iHg002369; Sat, 7 May 2011 09:08:44 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02088-05; Sat, 7 May 2011 09:08:40 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4788ZhR002362 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 May 2011 09:08:37 +0100 From: Richard Purdie To: openembedded-core Date: Sat, 07 May 2011 09:08:29 +0100 Message-ID: <1304755709.30391.187.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Unable to push to the repository? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2011 08:11:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi, It seems something on the server was broken and I'm unable to push to the repository: $ git push origin master:master Counting objects: 9, done. Delta compression using up to 2 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 490 bytes, done. Total 5 (delta 4), reused 0 (delta 0) remote: sed: can't read ./description: No such file or directory remote: *** Project description file hasn't been set remote: error: hook declined to update refs/heads/master To ssh://git@git.openembedded.org/openembedded-core ! [remote rejected] master -> master (hook declined) error: failed to push some refs to 'ssh://git@git.openembedded.org/openembedded-core' Any ideas what's wrong? Cheers, Richard