From patchwork Thu Mar 19 16:35:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lespiau, Damien" X-Patchwork-Id: 6050791 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E68B1BF910 for ; Thu, 19 Mar 2015 16:36:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1B4A620532 for ; Thu, 19 Mar 2015 16:36:08 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 62BDA2052C for ; Thu, 19 Mar 2015 16:36:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 98A766E9CD; Thu, 19 Mar 2015 09:36:03 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id F1F9F6E9D0 for ; Thu, 19 Mar 2015 09:36:00 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 19 Mar 2015 09:36:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,430,1422950400"; d="scan'208";a="543305874" Received: from jamiewei-mobl.ger.corp.intel.com (HELO strange.ger.corp.intel.com) ([10.252.9.66]) by orsmga003.jf.intel.com with ESMTP; 19 Mar 2015 09:36:00 -0700 From: Damien Lespiau To: dri-devel@lists.freedesktop.org Subject: [PATCH 2/3] RELEASING: Fix the step numbering Date: Thu, 19 Mar 2015 16:35:55 +0000 Message-Id: <1426782956-31214-3-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1426782956-31214-1-git-send-email-damien.lespiau@intel.com> References: <1426782956-31214-1-git-send-email-damien.lespiau@intel.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY, URIBL_BLACK autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Damien Lespiau --- RELEASING | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASING b/RELEASING index e17dbea..8ed7490 100644 --- a/RELEASING +++ b/RELEASING @@ -13,14 +13,14 @@ Follow these steps to release a new version of libdrm: modifications. You're probably in a good state if both "git diff HEAD" and "git log master..origin/master" give no output. - 3) Bump the version number in configure.ac. We seem to have settled + 2) Bump the version number in configure.ac. We seem to have settled for 2.4.x as the versioning scheme for libdrm, so just bump the micro version. - 4) Run autoconf and then re-run ./configure so the build system + 3) Run autoconf and then re-run ./configure so the build system picks up the new version number. - 5) (optional step, release.sh will make distcheck for you, but it can be + 4) (optional step, release.sh will make distcheck for you, but it can be heart warming to verify that make distcheck passes) Verify that the code passes "make distcheck". Running "make @@ -36,20 +36,20 @@ Follow these steps to release a new version of libdrm: Make sure that the version number reported by distcheck and in the tarball names matches the number you bumped to in configure.ac. - 6) Commit the configure.ac change and make an annotated tag for that + 5) Commit the configure.ac change and make an annotated tag for that commit with the version number of the release as the name and a message of "libdrm X.Y.Z". For example, for the 2.4.16 release the command is: git tag -a 2.4.16 -m "libdrm 2.4.16" - 7) Push the commit and tag by saying + 6) Push the commit and tag by saying git push --tags origin master assuming the remote for the upstream libdrm repo is called origin. - 6) Use the release.sh script from the xorg/util/modular repo to + 8) Use the release.sh script from the xorg/util/modular repo to upload the tarballs to the freedesktop.org download area and create an annouce email template. The script takes one argument: the path to the libdrm checkout. So, if a checkout of modular is