From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [ANNOUNCE] Git v1.9-rc0 Date: Thu, 23 Jan 2014 10:15:33 -0800 Message-ID: References: <52DFE882.2040605@atlas-elektronik.com> <20140122203030.GB14211@milliways> <20140123020913.GF17254@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ken Moffat , Vicent =?utf-8?Q?Mart=C3=AD?= , Stefan =?utf-8?Q?N=C3=A4we?= , Javier Domingo Cansino , "git\@vger.kernel.org" , Linux Kernel To: Jeff King X-From: linux-kernel-owner@vger.kernel.org Thu Jan 23 19:16:16 2014 Return-path: Envelope-to: glk-linux-kernel-3@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W6Op5-0004Fb-GK for glk-linux-kernel-3@plane.gmane.org; Thu, 23 Jan 2014 19:16:15 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932287AbaAWSPk (ORCPT ); Thu, 23 Jan 2014 13:15:40 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:56633 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753675AbaAWSPi (ORCPT ); Thu, 23 Jan 2014 13:15:38 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 547436554F; Thu, 23 Jan 2014 13:15:38 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=rtFwbXwlYvZXGVqSXnPSGU6bBpc=; b=VUbA84 q65ygjAYnMduKeZDP09Mcvl7Sv1m283WBRH1InWJtjdIrbO3OTIQhJaFHgcS1nxS MONeXW2/7DCoylStxRiote7EauJNiZS0sBXfkVAy7jWXLQfhTH3V35vvFPEqRdsq phEXZsbdcDcBjDob5h+8BwQTh3U646mtiOP54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=PSi5Qh9kk0L0P2Q5w/xx3ImNZLRqCGFL 7RD0aYmbSkNSeuLMpgaKUEIrs7nlqg5ncwf0gp1y72QCeMcDdMKCkWdo8P/CvDOO E3g/gkg2VROrQSt+yTtdWuJhSGMRhD7i0R5mVLthQZTFrmkuoWgOh56T49XNKrlL eIbNHBu/U/c= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 34E086554E; Thu, 23 Jan 2014 13:15:38 -0500 (EST) Received: from pobox.com (unknown [72.14.226.9]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id D55C36554B; Thu, 23 Jan 2014 13:15:35 -0500 (EST) In-Reply-To: <20140123020913.GF17254@sigill.intra.peff.net> (Jeff King's message of "Wed, 22 Jan 2014 21:09:13 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 5B085A88-845A-11E3-9D2F-1B26802839F8-77302942!b-pb-sasl-quonix.pobox.com Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Archived-At: Jeff King writes: > Junio, since you prepare such tarballs[1] anyway for kernel.org, it > might be worth uploading them to the "Releases" page of git/git. I > imagine there is a programmatic way to do so via GitHub's API, but I > don't know offhand. I can look into it if you are interested. I already have a script that takes the three tarballs and uploads them to two places, so adding GitHub as the third destination should be a natural and welcome way to automate it.