From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123408 invoked by alias); 3 Dec 2017 14:05:25 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 123389 invoked by uid 9795); 3 Dec 2017 14:05:25 -0000 Date: Sun, 03 Dec 2017 14:05:00 -0000 Message-ID: <20171203140525.123360.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup - the official Cygwin setup program] branch master, updated. release_2.882-14-g7a80c6d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b2aa53c2350696f7c4995ca2ec9c93c504cc7195 X-Git-Newrev: 7a80c6d26e85f056427cadf57d6150b0f9564aef X-SW-Source: 2017-q4/txt/msg00040.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=7a80c6d26e85f056427cadf57d6150b0f9564aef commit 7a80c6d26e85f056427cadf57d6150b0f9564aef Author: Jon Turney Date: Thu Nov 23 17:52:12 2017 +0000 Fix a typo in filenames for upload target in Makefile Diff: --- Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b2a735c..a238d88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -317,8 +317,8 @@ UPLOAD_HOST=cygwin-admin@cygwin.com UPLOAD_PATH=/www/sourceware/htdocs/cygwin/setup upload: release - scp setup-${VER}-$(ARCH).exe setup-${VER}-$(ARCH).dbg ${UPLOAD_HOST}:${UPLOAD_PATH} - ssh ${UPLOAD_HOST} gpg --detach-sign ${UPLOAD_PATH}/setup-${VER}-$(ARCH).exe + scp setup-${VER}.$(ARCH).exe setup-${VER}.$(ARCH).dbg ${UPLOAD_HOST}:${UPLOAD_PATH} + ssh ${UPLOAD_HOST} gpg --detach-sign ${UPLOAD_PATH}/setup-${VER}.$(ARCH).exe clean-local: rm -f setup*${EXEEXT} setup*.dbg