-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added update signature parameter to control signature download verison: - `-version` parameter that defaults to "latest", behaviour remains identical; - if `-version v104` is passed then v104 signatures will be created; - trapped regex creation exception so that sig file creation is not derailed; - PRONOM/DROID signature file now downloaded from URL rather than via SOAP service; - moved sleep between SOAP downloads so that it's only applied between actual downloads, not when processing cached results; - bumped version number to 1.6.0rc5 plus updated release date; - code style warnings: - some minor refactoring for complex methods; - factoring out string constants; - renamed some variables and methods; - removed some commented code; - tidied exit conditions; and - removed some unreachable code.
- Loading branch information
1 parent
e0d8fd0
commit 701fde3
Showing
12 changed files
with
61,745 additions
and
705 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
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 was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
3,906 changes: 3,348 additions & 558 deletions
3,906
fido/conf/formats-v104.xml → fido/conf/formats-v107.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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,9 +1,9 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<versions> | ||
<pronomVersion>104</pronomVersion> | ||
<pronomSignature>formats-v104.xml</pronomSignature> | ||
<pronomVersion>107</pronomVersion> | ||
<pronomSignature>formats-v107.xml</pronomSignature> | ||
<pronomContainerSignature>container-signature-20200121.xml</pronomContainerSignature> | ||
<fidoExtensionSignature>format_extensions.xml</fidoExtensionSignature> | ||
<updateScript>1.6.0rc1</updateScript> | ||
<updateScript>1.6.0rc5</updateScript> | ||
<updateSite>https://fidosigs.openpreservation.org</updateSite> | ||
</versions> |
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
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
Oops, something went wrong.