From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2195) id DBF4A385BF83; Mon, 6 Apr 2020 23:10:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DBF4A385BF83 To: cygwin-apps-cvs@sourceware.org Subject: [cygport - the Cygwin packaging tool] branch master, updated. 0.33.1-20-ge3f2a00 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b72e78bc70a31c79605f00c1ee786eaf733cf04f X-Git-Newrev: e3f2a00f487425bf420092f1e0079d4d853f4f5a Message-Id: <20200406231038.DBF4A385BF83@sourceware.org> Date: Mon, 6 Apr 2020 23:10:38 +0000 (GMT) From: Yaakov Selkowitz X-BeenThere: cygwin-apps-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin-apps git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 23:10:39 -0000 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/cygport.git;h=e3f2a00f487425bf420092f1e0079d4d853f4f5a commit e3f2a00f487425bf420092f1e0079d4d853f4f5a Author: Jon Turney Date: Sun Apr 5 15:06:17 2020 +0100 Update upload package check for source hints Update the upload package check for separate source hints (15b8d061) Diff: --- lib/pkg_upload.cygpart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pkg_upload.cygpart b/lib/pkg_upload.cygpart index ab49398..f4763d7 100644 --- a/lib/pkg_upload.cygpart +++ b/lib/pkg_upload.cygpart @@ -81,7 +81,7 @@ __pkg_upload() { # Check that binary and source package files exist - pkg_files=("${NAME}/${NAME}-${PVR}-src.tar.xz" "${NAME}/${NAME}-${PVR}.hint") + pkg_files=("${NAME}/${NAME}-${PVR}-src.tar.xz" "${NAME}/${NAME}-${PVR}-src.hint") while (( n < pkg_count )) do