Skip to content

Commit

Permalink
Update some plugins for TrueNAS 13 (#320)
Browse files Browse the repository at this point in the history
* switch to php80

* remove python

* remove python27

* switch to node16

* switch to 13.1-RELEASE
  • Loading branch information
tprelog authored and sonicaj committed Aug 16, 2022
1 parent 22ca657 commit ee36bbe
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 35 deletions.
12 changes: 6 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ gogs_task:
only_if: "changesInclude('gogs.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "gogs.json"

Expand Down Expand Up @@ -215,7 +215,7 @@ homeassistant_task:
only_if: "changesInclude('homeassistant.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "homeassistant.json"

Expand Down Expand Up @@ -353,7 +353,7 @@ mosquitto_task:
only_if: "changesInclude('mosquitto.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "mosquitto.json"

Expand Down Expand Up @@ -407,7 +407,7 @@ node-red_task:
only_if: "changesInclude('node-red.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "node-red.json"

Expand Down Expand Up @@ -562,7 +562,7 @@ tasmoadmin_task:
only_if: "changesInclude('tasmoadmin.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "tasmoadmin.json"

Expand Down Expand Up @@ -662,6 +662,6 @@ zwavejs2mqtt_task:
only_if: "changesInclude('zwavejs2mqtt.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
image_family: freebsd-13-1
env:
PLUGIN_FILE: "zwavejs2mqtt.json"
4 changes: 2 additions & 2 deletions gogs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gogs",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-gogs.git",
"official": false,
"properties": {
Expand All @@ -19,4 +19,4 @@
]
},
"revision": 0
}
}
8 changes: 2 additions & 6 deletions homeassistant.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homeassistant",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-homeassistant.git",
"official": false,
"devfs_ruleset": {
Expand Down Expand Up @@ -31,10 +31,6 @@
"libxml2",
"libxslt",
"pkgconf",
"python39",
"py39-sqlite3",
"python38",
"py38-sqlite3",
"rust",
"sudo",
"wget",
Expand All @@ -50,4 +46,4 @@
]
},
"revision": 1
}
}
4 changes: 2 additions & 2 deletions mosquitto.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosquitto",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-mosquitto.git",
"official": false,
"properties": {
Expand All @@ -21,4 +21,4 @@
]
},
"revision": 0
}
}
9 changes: 4 additions & 5 deletions node-red.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-node-red.git",
"official": false,
"properties": {
Expand All @@ -10,9 +10,8 @@
"pkgs": [
"bash",
"gmake",
"node14",
"npm-node14",
"python27",
"node16",
"npm-node16",
"python"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
Expand All @@ -25,4 +24,4 @@
]
},
"revision": 0
}
}
17 changes: 8 additions & 9 deletions tasmoadmin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasmoadmin",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-tasmoadmin.git",
"official": false,
"properties": {
Expand All @@ -10,13 +10,12 @@
"pkgs": [
"bash",
"nginx",
"php74",
"php74-curl",
"php74-filter",
"php74-json",
"php74-session",
"php74-zip",
"svnup"
"php80",
"php80-curl",
"php80-filter",
"php80-mbstring",
"php80-session",
"php80-zip"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
Expand All @@ -28,4 +27,4 @@
]
},
"revision": 0
}
}
10 changes: 5 additions & 5 deletions zwavejs2mqtt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwavejs2mqtt",
"release": "12.3-RELEASE",
"release": "13.1-RELEASE",
"artifact": "https://github.com/tprelog/iocage-zwavejs2mqtt.git",
"official": false,
"devfs_ruleset": {
Expand All @@ -23,10 +23,10 @@
"bash",
"curl",
"jq",
"node14",
"npm-node14",
"node16",
"npm-node16",
"python",
"yarn-node14"
"yarn-node16"
],
"packagesite": "http://pkg.FreeBSD.org/${ABI}/latest",
"fingerprints": {
Expand All @@ -38,4 +38,4 @@
]
},
"revision": 2
}
}

0 comments on commit ee36bbe

Please sign in to comment.