Skip to content

Commit

Permalink
Update remote file location and Makefile test for its presence.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Jun 15, 2019
1 parent 2851f93 commit 9ef51fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ travistest: zip skimpytest

fulltest: zip test
@zip -T ${BUILD_DIR}/3270_fonts_*.zip
@wget --spider $(shell grep -Eo 'http://s3.amazonaws.com/3270font/3270_fonts_[^/"]+\.zip' README.md)
@wget --spider $(shell grep -Eo 'https://3270font.s3.amazonaws.com/3270_fonts_[^/"]+\.zip' README.md)

upload: zip
aws s3 cp ${BUILD_DIR}/3270_fonts_$(shell git rev-parse --short HEAD).zip s3://3270font/ --acl public-read --storage-class REDUCED_REDUNDANCY
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ On FreeBSD the font can be installed with `pkg install 3270font`.

For those who don't have the luxury of a proper system-managed package,
Adobe Type 1, TTF, OTF and WOFF versions are available for download on
https://3270font.s3.amazonaws.com/3270_fonts_6086dd2.zip (although this
https://3270font.s3.amazonaws.com/3270_fonts_2851f93.zip (although this
URL may not always reflect the latest version).

![ASCII is so 60's](
Expand Down

0 comments on commit 9ef51fc

Please sign in to comment.