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).
From 3452858101ea09a336e6fff02362acaeb7a76ba0 Mon Sep 17 00:00:00 2001
From: Jon Turney <jon.tur...@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