public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Jon Turney <jon.turney@dronecode.org.uk>
To: "cygwin-apps@cygwin.com" <cygwin-apps@cygwin.com>
Subject: Re: [PATCH cygport 0/2] Add provides: and conflicts:
Date: Sun, 5 Apr 2020 15:17:47 +0100	[thread overview]
Message-ID: <6297983a-6389-bebc-98bb-c4009b8da54b@dronecode.org.uk> (raw)
In-Reply-To: <e3b0ba4098789161952032240a38a49a9ff04a68.camel@cygwin.com>

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

On 24/03/2020 03:07, Yaakov Selkowitz wrote:
> On Sat, 2020-02-08 at 13:46 +0000, Jon Turney wrote:
> 
> Pushed to master, please test.
> 

It seems I missed updating the check that all the expected package files 
exist for source package hints.

Patch attached (without this upload isn't permitted when there's no 
pvr.tar.xz, as no corresponding hint exists, only pvr-src.tar.xz and 
it's hint).


[-- Attachment #2: 0001-Update-upload-package-check-for-source-hints.patch --]
[-- Type: text/plain, Size: 830 bytes --]

From 3452858101ea09a336e6fff02362acaeb7a76ba0 Mon Sep 17 00:00:00 2001
From: Jon Turney <jon.turney@dronecode.org.uk>
Date: Sun, 5 Apr 2020 15:06:17 +0100
Subject: [PATCH cygport] Update upload package check for source hints

Update the upload package check for separate source hints (15b8d061)
---
 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
-- 
2.21.0


  reply	other threads:[~2020-04-05 14:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-08 13:47 Jon Turney
2020-02-08 13:47 ` [PATCH cygport 1/2] Add test which compares hints with expected Jon Turney
2020-02-08 13:47 ` [PATCH cygport 2/2] Add provides: and conflicts: hints Jon Turney
2020-02-22 14:48 ` [PATCH cygport 3/2] Generate a separate .hint for the source package Jon Turney
2020-02-22 14:48 ` [PATCH cygport] " Jon Turney
2020-03-24  3:07 ` [PATCH cygport 0/2] Add provides: and conflicts: Yaakov Selkowitz
2020-04-05 14:17   ` Jon Turney [this message]
2020-04-06 23:11     ` Yaakov Selkowitz
2020-04-06 23:11     ` Yaakov Selkowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6297983a-6389-bebc-98bb-c4009b8da54b@dronecode.org.uk \
    --to=jon.turney@dronecode.org.uk \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).