Skip to content

Commit 3ee2834

Browse files
authored
Removed absolete migrid --enable_preview option (#127)
Previews are no longer supported in the migrid codebase and therefore the '--enable_preview' option is absolete
2 parents efbb911 + 219b42d commit 3ee2834

File tree

6 files changed

+2
-12
lines changed

6 files changed

+2
-12
lines changed

Dockerfile.rocky8

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ ARG FREEZE_TO_TAPE=""
110110
ARG ENABLE_CRACKLIB=True
111111
ARG ENABLE_IMNOTIFY=False
112112
ARG ENABLE_NOTIFY=True
113-
ARG ENABLE_PREVIEW=False
114113
ARG ENABLE_WORKFLOWS=False
115114
ARG ENABLE_VERIFY_CERTS=True
116115
ARG ENABLE_JUPYTER=True
@@ -1105,7 +1104,6 @@ ARG FREEZE_TO_TAPE
11051104
ARG ENABLE_CRACKLIB
11061105
ARG ENABLE_IMNOTIFY
11071106
ARG ENABLE_NOTIFY
1108-
ARG ENABLE_PREVIEW
11091107
ARG ENABLE_WORKFLOWS
11101108
ARG ENABLE_VERIFY_CERTS
11111109
ARG ENABLE_JUPYTER
@@ -1337,7 +1335,7 @@ RUN ./generateconfs.py --source=. \
13371335
--enable_peers=${ENABLE_PEERS} --peers_mandatory=${PEERS_MANDATORY} \
13381336
--peers_explicit_fields="${PEERS_EXPLICIT_FIELDS}" \
13391337
--peers_contact_hint="${PEERS_CONTACT_HINT}" \
1340-
--enable_notify=${ENABLE_NOTIFY} --enable_preview=${ENABLE_PREVIEW} \
1338+
--enable_notify=${ENABLE_NOTIFY} \
13411339
--enable_workflows=${ENABLE_WORKFLOWS} --enable_hsts=True \
13421340
--enable_vhost_certs=True --enable_verify_certs=${ENABLE_VERIFY_CERTS} \
13431341
--enable_jupyter=${ENABLE_JUPYTER} --enable_cloud=${ENABLE_CLOUD} \

Dockerfile.rocky9

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ ARG FREEZE_TO_TAPE=""
111111
ARG ENABLE_CRACKLIB=True
112112
ARG ENABLE_IMNOTIFY=False
113113
ARG ENABLE_NOTIFY=True
114-
ARG ENABLE_PREVIEW=False
115114
ARG ENABLE_WORKFLOWS=False
116115
ARG ENABLE_VERIFY_CERTS=True
117116
ARG ENABLE_JUPYTER=True
@@ -1010,7 +1009,6 @@ ARG FREEZE_TO_TAPE
10101009
ARG ENABLE_CRACKLIB
10111010
ARG ENABLE_IMNOTIFY
10121011
ARG ENABLE_NOTIFY
1013-
ARG ENABLE_PREVIEW
10141012
ARG ENABLE_WORKFLOWS
10151013
ARG ENABLE_VERIFY_CERTS
10161014
ARG ENABLE_JUPYTER
@@ -1226,7 +1224,7 @@ RUN ./generateconfs.py --source=. \
12261224
--enable_peers=${ENABLE_PEERS} --peers_mandatory=${PEERS_MANDATORY} \
12271225
--peers_explicit_fields="${PEERS_EXPLICIT_FIELDS}" \
12281226
--peers_contact_hint="${PEERS_CONTACT_HINT}" \
1229-
--enable_notify=${ENABLE_NOTIFY} --enable_preview=${ENABLE_PREVIEW} \
1227+
--enable_notify=${ENABLE_NOTIFY} \
12301228
--enable_workflows=${ENABLE_WORKFLOWS} --enable_hsts=True \
12311229
--enable_vhost_certs=True --enable_verify_certs=${ENABLE_VERIFY_CERTS} \
12321230
--enable_jupyter=${ENABLE_JUPYTER} --enable_cloud=${ENABLE_CLOUD} \

development.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ PERMANENT_FREEZE=""
120120
ENABLE_CRACKLIB=True
121121
ENABLE_IMNOTIFY=False
122122
ENABLE_NOTIFY=True
123-
ENABLE_PREVIEW=False
124123
ENABLE_WORKFLOWS=False
125124
ENABLE_VERIFY_CERTS=True
126125
ENABLE_JUPYTER=False

development_gdp.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ ENABLE_FREEZE=False
118118
ENABLE_CRACKLIB=True
119119
ENABLE_IMNOTIFY=False
120120
ENABLE_NOTIFY=True
121-
ENABLE_PREVIEW=False
122121
ENABLE_WORKFLOWS=False
123122
ENABLE_VERIFY_CERTS=True
124123
ENABLE_JUPYTER=False

doc/source/sections/configuration/variables.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,6 @@ Variables
407407
* - ENABLE_NOTIFY
408408
- True
409409
- Enable the built-in user notification daemon to inform users about failed logins, etc. on email.
410-
* - ENABLE_PREVIEW
411-
- False
412-
- Enable the built-in image preview feature - deprecated.
413410
* - ENABLE_WORKFLOWS
414411
- False
415412
- Enable the built-in workflows feature to act on file system events

production.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ PERMANENT_FREEZE="freeze backup"
120120
ENABLE_CRACKLIB=True
121121
ENABLE_IMNOTIFY=False
122122
ENABLE_NOTIFY=True
123-
ENABLE_PREVIEW=False
124123
ENABLE_WORKFLOWS=False
125124
ENABLE_VERIFY_CERTS=True
126125
ENABLE_JUPYTER=False

0 commit comments

Comments
 (0)