JonathanMELIUS / irods-ruleset

Collection of rules for the iRODS infrastructure of DataHub Maastricht

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

irods-ruleset

The rulesets for the DataHub iRODS installation.hola

Usage

Individual rule files can be run using irule. For example:

irule -F misc/getUsers.r "*showServiceAccounts='true'"

irule_dummy

All rule files contain a irule_dummy() rule as first rule. This function is called by the irule command. During installaton to a ruleset this irule_dummy() function is stripped away (see below).

Installation

The included makefile will strip away comments, remove the irule_dummy(), and remove the INPUT/OUTPUT lines. It will then place the resulting .re file in /etc/irods.

This destination directory can be overridden

mkdir /tmp/foo
make RULES_DEST=/tmp/foo

About

Collection of rules for the iRODS infrastructure of DataHub Maastricht

License:GNU General Public License v3.0


Languages

Language:R 51.5%Language:Python 44.5%Language:Shell 3.0%Language:Makefile 1.0%