public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program] branch master, updated. release_2.882-14-g7a80c6d
@ 2017-12-03 14:05 jturney
  0 siblings, 0 replies; only message in thread
From: jturney @ 2017-12-03 14:05 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=7a80c6d26e85f056427cadf57d6150b0f9564aef

commit 7a80c6d26e85f056427cadf57d6150b0f9564aef
Author: Jon Turney <jon.turney@dronecode.org.uk>
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-03 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-03 14:05 [setup - the official Cygwin setup program] branch master, updated. release_2.882-14-g7a80c6d jturney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).