From a74e23f07ea34496a477b23f29f1798f6c750564 Mon Sep 17 00:00:00 2001 From: mintty Date: Thu, 28 Mar 2019 00:00:00 +0100 Subject: [PATCH] handle debug package --- cygwin/README | 2 ++ cygwin/upload.sftp | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/cygwin/README b/cygwin/README index f67ee2ed9..6bebda1da 100644 --- a/cygwin/README +++ b/cygwin/README @@ -97,6 +97,8 @@ Port Notes: setup.hint: add cygwin dependency, update description README: update description README: add mintty-2.* package changes + add mintty-debuginfo.hint + ../Makefile: generate debug package ----- mintty-2.9.1 setup.hint: update description diff --git a/cygwin/upload.sftp b/cygwin/upload.sftp index d351656e2..f02ed9354 100755 --- a/cygwin/upload.sftp +++ b/cygwin/upload.sftp @@ -4,6 +4,7 @@ version=`echo VERSION | cpp -P --include src/appinfo.h` version=`eval echo $version` rel=${REL-0} pkg=mintty-$version-$rel +dbg=mintty-debuginfo-$version-$rel ID_RSA=${ID_RSA-$HOME/.ssh/id_rsa} @@ -13,6 +14,9 @@ echo Command: sftp -i $ID_RSA cygwin@cygwin.com if [ ! -f release/$pkg.hint ] then cp cygwin/setup.hint release/$pkg.hint fi +if [ ! -f release/$dbg.hint ] +then cp cygwin/mintty-debuginfo.hint release/$dbg.hint +fi cd release touch '!ready' batch="-b -" @@ -23,6 +27,8 @@ put $pkg.i686/$pkg.tar.xz x86/release/mintty/ put $pkg-src.tar.xz x86/release/mintty/ #put setup.hint x86/release/mintty/ put $pkg.hint x86/release/mintty/ +put $pkg.i686/$dbg.tar.xz x86/release/mintty/ +put $dbg.hint x86/release/mintty/ #put /dev/null x86/release/!ready put !ready x86/release/ @@ -31,6 +37,8 @@ put $pkg.x86_64/$pkg.tar.xz x86_64/release/mintty/ put $pkg-src.tar.xz x86_64/release/mintty/ #put setup.hint x86_64/release/mintty/ put $pkg.hint x86_64/release/mintty/ +put $pkg.x86_64/$dbg.tar.xz x86_64/release/mintty/ +put $dbg.hint x86_64/release/mintty/ #put /dev/null x86_64/release/!ready put !ready x86_64/release/