Skip to content

Commit 3fa1156

Browse files
committed
Drop add-on building support.
1 parent 3772252 commit 3fa1156

File tree

10 files changed

+2
-436
lines changed

10 files changed

+2
-436
lines changed

.github/workflows/build-all.yml

Lines changed: 0 additions & 96 deletions
This file was deleted.

.github/workflows/build-one.yml

Lines changed: 0 additions & 116 deletions
This file was deleted.

.gitmodules

Lines changed: 0 additions & 9 deletions
This file was deleted.

Candle-manager-addon

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,4 @@
11
# Add-on builder
22

3-
Add-on builder for the WebThings Gateway.
4-
5-
This repository will build addons for macOS, Linux, and Raspberry Pi variants
6-
of the gateway.
7-
8-
Use the `trigger-build.py` script to initiate a build. Modifying
9-
any of the files in this repository and pushing them will also
10-
trigger a build of all of the adapters.
11-
12-
# `trigger-build.py`
13-
14-
The `trigger-build.py` will trigger a GitHub workflow to start
15-
building an image. You can check the progress by watching
16-
https://github.com/WebThingsIO/addon-builder/actions
17-
18-
If you only want to build for one adapter, you can pass that adapter on
19-
the command line.
20-
```
21-
./trigger-build.py --token <your-token> gpio-adapter:node
22-
```
23-
24-
# Deployed tarballs
25-
26-
The tarballs that are built will be deployed to mozilla-gateway-addons AWS bucket.
27-
URLs to the addons will be printed at the end of the job. You can
28-
also view all of the addons by using:
29-
```
30-
aws s3 ls s3://mozilla-gateway-addons/
31-
```
32-
or
33-
```
34-
aws s3 ls s3://mozilla-gateway-addons/builder/
35-
```
36-
to view the addons which have been built (but not yet deployed).
3+
This repository contains (and builds) a set of toolchains for cross-compiling
4+
Python and NodeJS add-ons for WebThings Gateway.

build-adapter.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

build-addons.sh

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)