Skip to content

Commit

Permalink
handle debug package
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Mar 28, 2019
1 parent d0691d6 commit a74e23f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cygwin/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions cygwin/upload.sftp
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -13,6 +14,9 @@ echo Command: sftp -i $ID_RSA [email protected]
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 -"
Expand All @@ -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/
Expand All @@ -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/
Expand Down

0 comments on commit a74e23f

Please sign in to comment.