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 1QOWOg-0005Tm-42 for openembedded-core@lists.openembedded.org; Mon, 23 May 2011 16:46:18 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4NEhGum018673; Mon, 23 May 2011 15:43:16 +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 18423-01; Mon, 23 May 2011 15:43:12 +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 p4NEhBfx018659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 May 2011 15:43:11 +0100 From: Richard Purdie To: Khem Raj In-Reply-To: <1304758267.30391.190.camel@rex> References: <1304755709.30391.187.camel@rex> <1304756644.30391.189.camel@rex> <1304758267.30391.190.camel@rex> Date: Mon, 23 May 2011 15:43:09 +0100 Message-ID: <1306161789.3424.856.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core Subject: Re: 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: Mon, 23 May 2011 14:46:18 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2011-05-07 at 09:51 +0100, Richard Purdie wrote: > On Sat, 2011-05-07 at 01:37 -0700, Khem Raj wrote: > > On Sat, May 7, 2011 at 1:24 AM, Richard Purdie > > wrote: > > > On Sat, 2011-05-07 at 01:21 -0700, Khem Raj wrote: > > >> On Sat, May 7, 2011 at 1:13 AM, Khem Raj wrote: > > >> > On Sat, May 7, 2011 at 1:08 AM, Richard Purdie > > >> > wrote: > > >> >> 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? > > >> > > > >> > hmmm I added ml hooks but they are same as classic oe so it should > > >> > have worked but let me see. > > >> > > >> OK I think I used wrong repo name probably that was it. Please retry > > >> and see if it works > > > > > > No, still the same error :( > > > > one more time. Now I have added description files. > > It worked this time, thanks. and its broken again once more :( Cheers, Richard