From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34446 invoked by alias); 31 Jul 2016 11:48:00 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 34433 invoked by uid 89); 31 Jul 2016 11:47:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Follow, cygwin-apps, cygwinapps, Attach X-HELO: mail-qt0-f196.google.com Received: from mail-qt0-f196.google.com (HELO mail-qt0-f196.google.com) (209.85.216.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 31 Jul 2016 11:47:49 +0000 Received: by mail-qt0-f196.google.com with SMTP id c52so6881981qte.1 for ; Sun, 31 Jul 2016 04:47:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=4yQdaoIDqGqbROB9ZCVugwa9zzGr379oEqpN1MUWUUM=; b=lgx9oe8oFpG49pzroG/SNjQBUfmLAGvI2K0hGPPDkktBFo9kolM1HED+AroPhxiHGI Dd/2eShxIkoddU+RdnehyXM4G1Q6agWQhcBt6vSHSDf/mHnlIlfklG0xs/peDoz7JE/V EPYyytxJEMUzzMM2XEX3t38Kcar/weQa/XBjkmAHRfOJN3vVnOoY16Oj7J6lVgoJqq5D 1hbhC0I7fIMvj1qxSF0YQrgQnKaVM5qE7BaJsSLdP1gl6yMr1143WN0NJZzMk+5j3tET EYhVh4M01CQs7Po1b5AjFBrwln3oOkXsgfjPfgHSZA9IxoaP94UBFPcA2CQKo4nmvVdA 6WRA== X-Gm-Message-State: AEkoouu2cgH76aG4vbupEX5Xp1Ja8Y3VUqZVvd36MaIGyi/loHM49XVjv9wpoalA3COL3w== X-Received: by 10.200.42.219 with SMTP id c27mr80434730qta.88.1469965666715; Sun, 31 Jul 2016 04:47:46 -0700 (PDT) Received: from [10.0.0.4] ([38.106.100.57]) by smtp.gmail.com with ESMTPSA id z32sm14859742qtz.0.2016.07.31.04.47.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 Jul 2016 04:47:46 -0700 (PDT) To: cygwin-apps@cygwin.com From: Ronald Ramos Subject: [PATCH setup] Update README Message-ID: Date: Sun, 31 Jul 2016 11:48:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00118.txt.bz2 commit 3863a3650acc481e62ee34bcc2bd836c301baaaf Author: Ronald Ramos Date: Sun Jul 31 07:14:42 2016 -0400 * README: Included git download URI. Also updated patch-submission instructions to refer to online manual. diff --git a/README b/README index 2582c05..c394e02 100644 --- a/README +++ b/README @@ -28,6 +28,10 @@ to make changes to the build system. Build commands: +0) If building from git, obtain this project's code: + $ git clone git://sourceware.org/git/cygwin-apps/setup.git + $ cd setup + 1) Configure using this option $ /path/to/setup/bootstrap.sh This will automatically rebuild configure files and run configure @@ -59,12 +63,14 @@ as a guide. SUBMITTING A PATCH: ------------------- -As per cygwin1.dll and many GNU projects: +Follow the general directions given in the Cygwin contributions document: + + https://cygwin.com/contrib.html + +The appropriate mailing list for this project is cygwin-apps +(rather than cygwin-patches). Thus, the appropriate final command would be: -No changelog in the patch itself. -Attach the changelog to the email. -Use, at a minimum "diff -uN" when constructing diffs for submission. -As much as possible please provide only one goal per patch. + $ git send-email --to="cygwin-patches@cygwin.com" WISHLIST: