Skip to content

Commit

Permalink
delete web.ros to refer sbcl_bin
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 8, 2024
1 parent 26f2d04 commit b439fac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 277 deletions.
13 changes: 8 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,23 @@ TSV_FILE=sbcl-bin_uri.tsv
hash:
git ls-remote --heads $(ORIGIN_URI) $(ORIGIN_REF) |sed -r "s/^([0-9a-fA-F]*).*/\1/" > hash

lasthash:
lasthash: web.ros
curl -sSL -o lasthash $(GITHUB)/releases/download/$(LAST_VERSION)/hash

upload-hash: hash lasthash
upload-hash: hash lasthash web.ros
diff -u hash lasthash || VERSION=$(VERSION) ros web.ros upload-hash

tsv:
tsv: web.ros
TSV_FILE=$(TSV_FILE) ros web.ros tsv

upload-tsv:
upload-tsv: web.ros
TSV_FILE=$(TSV_FILE) ros web.ros upload-tsv

version:
version: web.ros
@echo $(LAST_VERSION) > version
web.ros:
curl -L -O https://raw.githubusercontent.com/roswell/sbcl_bin/master/web.ros

clean:
rm -f hash lasthash

272 changes: 0 additions & 272 deletions web.ros

This file was deleted.

0 comments on commit b439fac

Please sign in to comment.