From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: wip-gobject-introspection Date: Sun, 18 Jan 2015 18:26:51 +0100 Message-ID: References: <87mw5l3x39.fsf@gnu.org> <87egqtjosx.fsf@netris.org> <87a91hjdeb.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCtcj-0003b8-R1 for guix-devel@gnu.org; Sun, 18 Jan 2015 12:26:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCtci-00075r-PH for guix-devel@gnu.org; Sun, 18 Jan 2015 12:26:53 -0500 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:47121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCtci-00075l-HR for guix-devel@gnu.org; Sun, 18 Jan 2015 12:26:52 -0500 Received: by mail-la0-f46.google.com with SMTP id s18so4627941lam.5 for ; Sun, 18 Jan 2015 09:26:51 -0800 (PST) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: Guix-devel On Sun, Jan 18, 2015 at 10:44 AM, Federico Beffa wrote: >>> On Sat, Jan 17, 2015 at 6:32 PM, Mark H Weaver wrote: >>>> At this point, it would be good to rebase (not merge) the >>>> 'wip-gobject-introspection' branch on current master. Presently, the >>>> branch is based on master before core-updates was merged, which means a >>>> considerably different core system than what we currently have. [...] >>> If I understand correctly this is the command I would issue from the >>> wip-gobject-introspection branch: >>> >>> git rebase master >> >> Yes. It will need help rebasing your 'eudev' commits. As with 'git >> merge', it will insert merge conflict markers which you must fix up >> yourself. Then 'git add ' and 'git rebase --continue'. >> >> Then, after some testing, it would be good to push it to savannah. >> Because of the rebase, you'll have to delete the branch on savannah and >> then remake it, as follows: >> >> git push origin :wip-gobject-introspection # delete it on savannah >> git push origin wip-gobject-introspection # push the new one >> I've rebased the branch, checked that eudev builds fine after adjusting it and re-created the branch on savannah. Regards, Fede