Skip to content

Commit 2456949

Browse files
committed
Remove the lisp image and references to it
1 parent 3dea065 commit 2456949

File tree

13 files changed

+5
-542
lines changed

13 files changed

+5
-542
lines changed

shared/data/registry.json

-35
Original file line numberDiff line numberDiff line change
@@ -393,41 +393,6 @@
393393
]
394394
}
395395
},
396-
"lisp": {
397-
"description": "",
398-
"id": 1102,
399-
"repo_name": "lisp",
400-
"disk": false,
401-
"docs": {
402-
"relationship_name": null,
403-
"service_name": null,
404-
"url": "/languages/lisp.html",
405-
"web": {
406-
"commands": {
407-
"start": "./example"
408-
},
409-
"locations": {
410-
"/": {
411-
"allow": false,
412-
"passthru": true
413-
}
414-
}
415-
}
416-
},
417-
"endpoint": null,
418-
"min_disk_size": null,
419-
"name": "Lisp",
420-
"runtime": true,
421-
"type": "lisp",
422-
"versions": {
423-
"deprecated": [],
424-
"supported": [
425-
"2.1",
426-
"2.0",
427-
"1.5"
428-
]
429-
}
430-
},
431396
"mariadb": {
432397
"description": "A manufacture-based container for MariaDB",
433398
"repo_name": "mariadb",

sites/platform/.yaml

-27
Original file line numberDiff line numberDiff line change
@@ -317,33 +317,6 @@ kafka:
317317
- '2.3'
318318
- '2.2'
319319
- '2.1'
320-
lisp:
321-
description: ''
322-
id: 1102
323-
repo_name: lisp
324-
disk: false
325-
docs:
326-
relationship_name: null
327-
service_name: null
328-
url: /languages/lisp.html
329-
web:
330-
commands:
331-
start: ./example
332-
locations:
333-
/:
334-
allow: false
335-
passthru: true
336-
endpoint: null
337-
min_disk_size: null
338-
name: Lisp
339-
runtime: true
340-
type: lisp
341-
versions:
342-
deprecated: []
343-
supported:
344-
- '2.1'
345-
- '2.0'
346-
- '1.5'
347320
mariadb:
348321
description: A manufacture-based container for MariaDB
349322
repo_name: mariadb

sites/platform/config/_default/params.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ meta:
133133
- Wordpress
134134
- Symfony
135135
- Maven
136-
- Lisp
137136
- Hibernate
138137
- Jakarta
139138
- Spring

sites/platform/src/create-apps/app-reference/single-runtime-image.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To override any part of a property, you have to provide the entire property.
4444
| `hooks` | A [hooks dictionary](#hooks) | | No | What commands run at different stages in the build and deploy process. |
4545
| `crons` | A [cron dictionary](#crons) | | No | Scheduled tasks for the app. |
4646
| `source` | A [source dictionary](#source) | | No | Information on the app's source code and operations that can be run on it. |
47-
| `runtime` | A [runtime dictionary](#runtime) | | No | Customizations to your PHP or Lisp runtime. |
47+
| `runtime` | A [runtime dictionary](#runtime) | | No | Customizations to your PHP runtime. |
4848
| `additional_hosts` | An [additional hosts dictionary](#additional-hosts) | | Yes | Maps of hostnames to IP addresses. |
4949

5050
## Root directory
@@ -167,7 +167,6 @@ The following table shows which container profiles {{% vendor/name %}} applies w
167167
| InfluxDB | HIGH_MEMORY |
168168
| Java | HIGH_MEMORY |
169169
| Kafka | HIGH_MEMORY |
170-
| Lisp | HIGH_CPU |
171170
| MariaDB | HIGH_MEMORY |
172171
| Memcached | BALANCED |
173172
| MongoDB | HIGH_MEMORY |
@@ -1209,7 +1208,7 @@ Run the following command:
12091208

12101209
## Runtime
12111210

1212-
The following table presents the various possible modifications to your PHP or Lisp runtime:
1211+
The following table presents the various possible modifications to your PHP runtime:
12131212

12141213
| Name | Type | Language | Description |
12151214
|-----------------------------|------------------------------------------------------------|----------|--------------------------------------------------------------------------------------------|
@@ -1218,7 +1217,6 @@ The following table presents the various possible modifications to your PHP or L
12181217
| `request_terminate_timeout` | `integer` | PHP | The timeout for serving a single request after which the PHP-FPM worker process is killed. |
12191218
| `sizing_hints` | A [sizing hints definition](#sizing-hints) | PHP | The assumptions for setting the number of workers in your PHP-FPM runtime. |
12201219
| `xdebug` | An Xdebug definition | PHP | The setting to turn on [Xdebug](/languages/php/xdebug.md). |
1221-
| `quicklisp` | Distribution definitions | Lisp | [Distributions for QuickLisp](/languages/lisp.md#quicklisp-options) to use. |
12221220

12231221
You can also set your [app's runtime timezone](/create-apps/timezone.md).
12241222

sites/platform/src/development/templates.md

-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ View the [Java documentation](/languages/java/_index.md).
2929

3030
{{< repolist noIntro=true lang="java" >}}
3131

32-
## Lisp
33-
34-
View the [Lisp documentation](/languages/lisp.md).
35-
36-
{{< repolist noIntro=true lang="lisp" >}}
37-
3832
## Node.js
3933

4034
View the [Node.js documentation](/languages/nodejs/_index.md).

sites/platform/src/languages/lisp.md

-201
This file was deleted.

sites/platform/static/files/fetch/appyaml/magento2ce

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ crons:
131131
start: "php bin/magento cron:run"
132132

133133
###
134-
# Customizations to your PHP or Lisp runtime. More information: https://docs.platform.sh/create-apps/app-reference.html#runtime
134+
# Customizations to your PHP runtime. More information: https://docs.platform.sh/create-apps/app-reference.html#runtime
135135
# Specify additional PHP extensions that should be loaded.
136136
# To determine what you need to enable
137137
# 1. run locally: composer check-platform-reqs | grep "ext-\|php"

sites/upsun/.yaml

-27
Original file line numberDiff line numberDiff line change
@@ -317,33 +317,6 @@ kafka:
317317
- '2.3'
318318
- '2.2'
319319
- '2.1'
320-
lisp:
321-
description: ''
322-
id: 1102
323-
repo_name: lisp
324-
disk: false
325-
docs:
326-
relationship_name: null
327-
service_name: null
328-
url: /languages/lisp.html
329-
web:
330-
commands:
331-
start: ./example
332-
locations:
333-
/:
334-
allow: false
335-
passthru: true
336-
endpoint: null
337-
min_disk_size: null
338-
name: Lisp
339-
runtime: true
340-
type: lisp
341-
versions:
342-
deprecated: []
343-
supported:
344-
- '2.1'
345-
- '2.0'
346-
- '1.5'
347320
mariadb:
348321
description: A manufacture-based container for MariaDB
349322
repo_name: mariadb

sites/upsun/config/_default/params.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ meta:
130130
- Wordpress
131131
- Symfony
132132
- Maven
133-
- Lisp
134133
- Hibernate
135134
- Jakarta
136135
- Spring

0 commit comments

Comments
 (0)