This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Enhancement: Pull ClamAV defaults out into .env file for ease of configuration #38
Labels
Type: enhancement
An improvement to existing functionality.
Type: good first issue
An issue that would be easy for someone who has not worked with the codebase/docs before.
Milestone
Comments
qubot
pushed a commit
to artefactual/archivematica
that referenced
this issue
Jan 30, 2018
* Corrects the negation of PASS BY REFERENCE mistakenly added to code * Partly resolves artefactual-labs/am#38
qubot
pushed a commit
to artefactual/archivematica
that referenced
this issue
Jan 31, 2018
* Corrects the negation of the PASS_BY_REFERENCE envvar. * PASS_BY_REFERENCE is not a published variable so PASS_BY_STREAM introduced. * Partly resolves the localsed envvars issue: artefactual-labs/am#38. * Also addresses the issue of maximum default values: artefactual-labs/am#39.
qubot
pushed a commit
to artefactual/archivematica
that referenced
this issue
Jan 31, 2018
* Corrects the negation of the PASS_BY_REFERENCE envvar. * PASS_BY_REFERENCE is not a published variable so PASS_BY_STREAM introduced. * Partly resolves the localsed envvars issue: artefactual-labs/am#38. * Also addresses the issue of maximum default values: artefactual-labs/am#39.
qubot
pushed a commit
to artefactual/archivematica
that referenced
this issue
Jan 31, 2018
* Corrects the negation of the PASS_BY_REFERENCE envvar. * PASS_BY_REFERENCE is not a published variable so PASS_BY_STREAM introduced. * Partly resolves the localsed envvars issue: artefactual-labs/am#38. * Also addresses the issue of maximum default values: artefactual-labs/am#39.
qubot
pushed a commit
to artefactual/archivematica
that referenced
this issue
Feb 1, 2018
* Corrects the negation of the PASS_BY_REFERENCE envvar. * PASS_BY_REFERENCE is not a published variable so PASS_BY_STREAM introduced. * Partly resolves the localsed envvars issue: artefactual-labs/am#38. * Also addresses the issue of maximum default values: artefactual-labs/am#39.
qubot
pushed a commit
to artefactual/archivematica
that referenced
this issue
Feb 2, 2018
* Corrects the negation of the PASS_BY_REFERENCE envvar. * PASS_BY_REFERENCE is not a published variable so PASS_BY_STREAM introduced. * Partly resolves the localsed envvars issue: artefactual-labs/am#38. * Also addresses the issue of maximum default values: artefactual-labs/am#39.
qubot
pushed a commit
to artefactual/archivematica
that referenced
this issue
Feb 2, 2018
* Corrects the negation of the PASS_BY_REFERENCE envvar. * PASS_BY_REFERENCE is not a published variable so PASS_BY_STREAM introduced. * Partly resolves the localsed envvars issue: artefactual-labs/am#38. * Also addresses the issue of maximum default values: artefactual-labs/am#39.
Closed by #40 |
Relevant to #42 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Type: enhancement
An improvement to existing functionality.
Type: good first issue
An issue that would be easy for someone who has not worked with the codebase/docs before.
Currently some of the environment variables for this container sit inside a
.env
file and some sit inside the.yml
file. For config it will be easier if they sit inside the.env
.A good template might be the JISC example: https://github.com/JiscRDSS/rdss-archivematica/blob/master/compose/.env
This ticket should also take care of variable renaming, e.g. https://github.com/artefactual/archivematica/blob/stable/1.7.x/src/MCPClient/lib/clientScripts/archivematicaClamscan.py#L103
PASS_BY_REFERENCE
can becomeSTREAM
,The text was updated successfully, but these errors were encountered: