Skip to content

Commit

Permalink
Bump SHAs and bugfix for log output
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Nov 28, 2021
1 parent 56b06ae commit 65174d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions corpus.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"prefer_default_branch": false
},
"PerseusDL/canonical-pdlpsci": {
"ref": "master",
"sha": "f02ac7533c5e757985e630a4c6e3b6824c1c7f00",
"tarball_url": "https://api.github.com/repos/PerseusDL/canonical-pdlpsci/tarball/f02ac7533c5e757985e630a4c6e3b6824c1c7f00",
"prefer_default_branch": true
"ref": "v0.2.0",
"sha": "e00733153e9e25a0d7263b0c37a9eefe742c71b9",
"tarball_url": "https://api.github.com/repos/PerseusDL/canonical-pdlpsci/tarball/v0.2.0",
"prefer_default_branch": false
},
"OpenGreekAndLatin/First1KGreek": {
"ref": "1.1.5714",
Expand All @@ -36,9 +36,9 @@
"prefer_default_branch": false
},
"OpenGreekAndLatin/Latin": {
"ref": "v1.12.0",
"sha": "034ac92b345cb55c24e7923395637c602ba428d6",
"tarball_url": "https://api.github.com/repos/OpenGreekAndLatin/Latin/tarball/v1.12.0",
"ref": "v1.14.0",
"sha": "9a3e833b515adad490bdd11977eaf1a84d24b246",
"tarball_url": "https://api.github.com/repos/OpenGreekAndLatin/Latin/tarball/v1.14.0",
"prefer_default_branch": false
},
"lascivaroma/priapeia": {
Expand Down
2 changes: 1 addition & 1 deletion scaife_cts_api/update_corpus_shas.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def resolve_release(self):
self.fetch_latest_release(self.repo)
except UnknownObjectException:
print(
f'{self.repo_name} has no release data. retreiving latest SHA from "{repo.default_branch}"'
f'{self.repo_name} has no release data. retreiving latest SHA from "{self.repo.default_branch}"'
)
self.fetch_latest_commit(self.repo)

Expand Down

0 comments on commit 65174d8

Please sign in to comment.