-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,304 changed files
with
422,169 additions
and
523,175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Fix Travis errors when sending large output to STDOUT. These write errors occurred after | ||
# a Travis update to new Trusty images on Dec. 12th 2017. The reason for these | ||
# write errors is unknown. Using the deprecated builds did not fix the problem. | ||
# Setting 'filter_secrets: false' as suggested here | ||
# https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-321777557 | ||
# fixes the problem. | ||
filter_secrets: false | ||
|
||
language: python | ||
|
||
python: | ||
- '3.5' | ||
|
||
install: | ||
- pip3 install HookTest>=1.0.0 | ||
|
||
script: hooktest ./ --scheme epidoc --workers 3 --verbose 10 --manifest --countword --console table --allowfailure --hookUI "http://ci.perseids.org/api/hook/v2.0/user/repositories/PerseusDL/canonical-greekLit" | ||
|
||
before_deploy: | ||
- hooktest-build --travis --txt ./ | ||
- results=$(cat manifest.txt) | ||
- DATE=`date +%Y-%m-%d` | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "Travis CI" | ||
- export GIT_TAG=$major_version.$minor_version.$TRAVIS_BUILD_NUMBER | ||
- git add -A | ||
- git commit -m "Removed failing files" -m "Release $GIT_TAG" | ||
- git tag $GIT_TAG -a -m "$DATE" -m "PASSING FILES" -m "$results" | ||
- git push -q https://[email protected]/PerseusDL/canonical-greekLit --tags | ||
- ls -R | ||
|
||
deploy: | ||
provider: releases | ||
api_key: $GITPERM | ||
skip_cleanup: true | ||
on: | ||
repo: PerseusDL/canonical-greekLit | ||
branch: master | ||
|
||
env: | ||
global: | ||
major_version: 0 | ||
minor_version: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ti:work xmlns:ti="http://chs.harvard.edu/xmlns/cts" groupUrn="urn:cts:greekLit:tlg0001" projid="greekLit:tlg001" urn="urn:cts:greekLit:tlg0001.tlg001" xml:lang="grc"> | ||
|
||
<ti:title xml:lang="eng">Argonautica</ti:title> | ||
|
||
<ti:edition projid="greekLit:perseus-grc2" workUrn="urn:cts:greekLit:tlg0001.tlg001"> | ||
|
||
<ti:edition urn="urn:cts:greekLit:tlg0001.tlg001.perseus-grc2" workUrn="urn:cts:greekLit:tlg0001.tlg001" xml:lang="grc"> | ||
<ti:label xml:lang="eng">Argonautica</ti:label> | ||
|
||
<description xml:lang="en">Apollonius, Rhodius, creator; Mooney, George W, | ||
editor, translator </description> | ||
|
||
<ti:description xml:lang="eng">The Argonautica of Apollonius Rhodius, Apollonius, Rhodius, creator; Mooney, George W, editor, translator. London: Longmans, Green, and Co., 1912.</ti:description> | ||
</ti:edition> | ||
|
||
|
||
|
||
</ti:work> |
14 changes: 0 additions & 14 deletions
14
data/tlg0001/tlg001/tlg0001.tlg001.perseus-grc1.tracking.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.