From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: ELPA commit freeze Date: Sat, 17 Aug 2013 19:34:56 +0300 Message-ID: <520FA630.8080003@yandex.ru> References: <871u5w1tpy.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1376757328 25401 80.91.229.3 (17 Aug 2013 16:35:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Aug 2013 16:35:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 17 18:35:30 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VAjTG-0008IZ-SG for ged-emacs-devel@m.gmane.org; Sat, 17 Aug 2013 18:35:22 +0200 Original-Received: from localhost ([::1]:36486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAjTG-0006eV-GT for ged-emacs-devel@m.gmane.org; Sat, 17 Aug 2013 12:35:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAjT5-0006dT-BW for emacs-devel@gnu.org; Sat, 17 Aug 2013 12:35:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAjSw-0000P1-S5 for emacs-devel@gnu.org; Sat, 17 Aug 2013 12:35:11 -0400 Original-Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:49785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAjSw-0000M8-LS for emacs-devel@gnu.org; Sat, 17 Aug 2013 12:35:02 -0400 Original-Received: by mail-we0-f182.google.com with SMTP id q59so2337666wes.27 for ; Sat, 17 Aug 2013 09:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=vEcEegwRniPslEO79ewkUlBk6FMXuBrI2Kzo6fXwtjk=; b=lZpao64kaCLRfqA9pJ74ULAkCAQw+qQaxk3Ay1RC7K1pTJvu7zbh2d1rinNQU4auR1 GvBUPBmzKnbyXZrP/hUo1/9NoXFVGSJc+b7kQNEygHmWV/yMH6EwzCjBMxRuq2IZ9CHw egOZEgmMsLAL/M+7veXhhU9WnXtj9qDjCF1biQ/f22c/pv6fp9QBKdDSYNfsZaGgzAl8 4d/RTjT0RQpLI8aAMqaHI/B7b61rNvY9AEaz0Fx5UrGpFbq6HN2eFCI4823HId/5tVX5 2DKcxpJMvF/zRIEEIWHHEfdZO19s5Ayojn7yXwhbCH2Wo2axSWaa35MX29gAR92MV8nu 7N5w== X-Received: by 10.180.9.99 with SMTP id y3mr2270438wia.3.1376757301402; Sat, 17 Aug 2013 09:35:01 -0700 (PDT) Original-Received: from [192.168.10.2] (62-107-247.netrun.cytanet.com.cy. [62.228.107.247]) by mx.google.com with ESMTPSA id bt8sm4172399wib.8.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 17 Aug 2013 09:35:00 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::236 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162844 Archived-At: On 14.08.2013 17:43, Stefan Monnier wrote: >> Like I said, I'm quite willing to make a repo with packages imported as >> subtrees from upstream repositories. Without a hosting, though. > > I'll definitely add those, don't worry. "Better" would imply redoing > the history piece by piece, "git merge"ing from the external at the > point where the Bzr code had a merge. I've just tried 'git subtree push --prefix=packages/js2-mode ', and it didn't work, saying because the push wouldn't be fast-forward (which it should be). Doing 'git subtree split --prefix=<...> -b js2-mode && git co js2-mode' showed the history from the old elpa branch, plus your last two commits that touched this dir. Similarly, plain 'git log -- packages/js2-mode' shows the old history, and does not include the commits from the upstream repo. Then I did 'git subtree pull --prefix=packages/js2-mode ', it succeeded, 'git subtree push' still didn't work after that, but 'git subtree split ... -b js2-mode' followed by 'git co js2-mode' and 'git push' succeeded, pushing the whole damn elpa history to git@github.com:mooz/js2-mode.git. Clearly, there's something wrong with the current configuration. Further, I'm still not receiving notifications for commits made in elpa/packages/js2-mode. Should I explicitly add a "Maintainer:" header?