From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ELPA new package timidity Date: Tue, 28 Jan 2014 08:03:35 -0500 Message-ID: References: <877g9le2k9.fsf@zigzag.favinet> <8738k8ehnc.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390914226 4863 80.91.229.3 (28 Jan 2014 13:03:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Jan 2014 13:03:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 28 14:03:52 2014 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 1W88KW-0007Mm-Ab for ged-emacs-devel@m.gmane.org; Tue, 28 Jan 2014 14:03:52 +0100 Original-Received: from localhost ([::1]:37222 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W88KV-0002YN-RI for ged-emacs-devel@m.gmane.org; Tue, 28 Jan 2014 08:03:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W88KN-0002Y1-7o for emacs-devel@gnu.org; Tue, 28 Jan 2014 08:03:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W88KG-0005r5-Ky for emacs-devel@gnu.org; Tue, 28 Jan 2014 08:03:43 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:27307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W88KG-0005r1-Hl for emacs-devel@gnu.org; Tue, 28 Jan 2014 08:03:36 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFHO+IO1/2dsb2JhbABEvw4Xc4IeAQEEAVYoCws0EhQYDYhCBrEfkA6NYYMpA4hhiXoDkhyBXoMV X-IPAS-Result: Av4EABK/CFHO+IO1/2dsb2JhbABEvw4Xc4IeAQEEAVYoCws0EhQYDYhCBrEfkA6NYYMpA4hhiXoDkhyBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="46244863" Original-Received: from 206-248-131-181.dsl.teksavvy.com (HELO pastel.home) ([206.248.131.181]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 28 Jan 2014 08:03:35 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 68DEF602C6; Tue, 28 Jan 2014 08:03:35 -0500 (EST) In-Reply-To: <8738k8ehnc.fsf@zigzag.favinet> (Thien-Thi Nguyen's message of "Tue, 28 Jan 2014 07:37:27 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:169186 Archived-At: > Another idea is to push onto a public branch that is declared > "ephemeral" (subject to rebase and eventual removal), but otherwise > ignored by the cron job. I would prefer this way, if it's possible. Yes, that's fine. > Hopefully the cron job is not confused by those notifications and the > ephemeral branch itself. (Is the cron job publicly viewable, btw?) It's admin/update-archive.sh in the `elpa' branch (except it's not auto-updated by commits, I update it by hand every once in a while). Stefan