Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
minor updates for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Cacciari committed Oct 25, 2016
1 parent 541ffb1 commit c5026ee
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
B2SAFE package 3.1.2 [2016/10/25]
It includes:
- Few new rules implementing minor functions to rerieve PID record key-value
pair and to convert boolean values.
- An experimental new feature, which is a proof of concept, so not ready for
production: the metadata ingestion scripts. It is a set of python script to generate a METS
manifest file for a collection, parse it and populate a neo4j graphDB.

B2SAFE package 3.2-beta [2016/08/24]
It includes two main new features:
1) the monitoring probe for iRODS: a bash script compatible with nagios-like tools to actively monitor the iRODS server
Expand Down
3 changes: 3 additions & 0 deletions rulebase/eudat.re
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
# EUDATMessage(*queue, *message)
# EUDATLog(*message, *level)
# EUDATQueue(*action, *message, *number)
# ---- logging ---
# logInfo(*msg)
# logDebug(*msg)
# logError(*msg)
# logWithLevel(*level, *msg)
# ---- core ---
# EUDATtoBoolean(*var)
# EUDATReplaceHash(*path, *out)
# EUDATGetZoneNameFromPath(*path, *out)
# EUDATGetZoneHostFromZoneName(*zoneName, *conn)
Expand Down
1 change: 1 addition & 0 deletions rulebase/pid-service.re
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# EUDATSearchPID(*path, *existing_pid)
# EUDATSearchPIDchecksum(*path, *existing_pid)
# EUDATUpdatePIDWithNewChild(*parentPID, *childPID)
# EUDATGeteValPid(*pid, *key)
# EUDATGeteRorPid(*pid, *ror)
# EUDATeiChecksumMgmt(*path, *PID)
# EUDATiPIDcreate(*path, *PID)
Expand Down
2 changes: 1 addition & 1 deletion rulebase/replication.re
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# EUDATTransferUsingFailLog(*buffer_length)
# EUDATRegDataRepl(*source, *destination)
# EUDATPIDRegistration(*source, *destination, *notification, *registration_response)
# EUDATSearchAndDefineRoR(*path, *pid, *ROR)
# EUDATSearchAndCreatePID(*path, *pid)
# EUDATSearchAndDefineRoR(*path, *pid, *ROR)
# EUDATCheckIntegrityColl(*sCollPath, *dCollPath, *logEnabled, *response)
# EUDATCheckIntegrityDO(*source,*destination,*logEnabled,*response)

Expand Down

0 comments on commit c5026ee

Please sign in to comment.