Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 97b9a71

Browse files
authored
Merge pull request #87 from linuxserver/stable_fixes
Stable fixes
2 parents a1805f6 + 67e5b4c commit 97b9a71

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repo_vars:
1717
- DOCKERHUB_IMAGE = 'linuxserver/domoticz'
1818
- DEV_DOCKERHUB_IMAGE = 'lsiodev/domoticz'
1919
- PR_DOCKERHUB_IMAGE = 'lspipepr/domoticz'
20-
- DIST_IMAGE = 'alpine'
20+
- DIST_IMAGE = 'ubuntu'
2121
- MULTIARCH='true'
2222
- CI='true'
2323
- CI_WEB='true'

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ available_architectures:
1919
development_versions: true
2020
development_versions_items:
2121
- { tag: "latest", desc: "Current latest stable." }
22-
- { tag: "stable", desc: "old stable version. Please change to latest branch for stable releases." }
22+
- { tag: "stable", desc: "Old stable version. Please change to latest branch for stable releases." }
2323
- { tag: "stable-4.9700", desc: "Old stable version. Will not be updated anymore!" }
2424
- { tag: "stable-3.815", desc: "Old stable version. Will not be updated anymore!" }
2525
- { tag: "stable-3.5877", desc: "Old stable version. Will not be updated anymore!" }
@@ -76,7 +76,7 @@ app_setup_block: |
7676
7777
# changelog
7878
changelogs:
79-
- { date: "07.05.20:", desc: "Rebase to Ubuntu. Change to using prebuilt binaries. Move to stable release only." }
79+
- { date: "26.12.20:", desc: "Rebase to Ubuntu Focal and deprecate stable, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
8080
- { date: "24.11.19:", desc: "Change to using domoticz builtin Lua and MQTT." }
8181
- { date: "03.11.19:", desc: "2nd try setting capabilities for Domoticz binary." }
8282
- { date: "29.10.19:", desc: "Set capabilities for Domoticz binary so spawned processes can use sockets." }

root/etc/cont-init.d/30-config

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,23 @@ chown -R abc:abc \
2525
/config \
2626
/tmp \
2727
/usr/share/domoticz
28+
29+
# echo deprecated
30+
echo '
31+
This branch is deprecated! Use the latest tag to get the latest stable release.
32+
This branch is deprecated! Use the latest tag to get the latest stable release.
33+
This branch is deprecated! Use the latest tag to get the latest stable release.
34+
This branch is deprecated! Use the latest tag to get the latest stable release.
35+
This branch is deprecated! Use the latest tag to get the latest stable release.
36+
This branch is deprecated! Use the latest tag to get the latest stable release.
37+
This branch is deprecated! Use the latest tag to get the latest stable release.
38+
This branch is deprecated! Use the latest tag to get the latest stable release.
39+
This branch is deprecated! Use the latest tag to get the latest stable release.
40+
This branch is deprecated! Use the latest tag to get the latest stable release.
41+
This branch is deprecated! Use the latest tag to get the latest stable release.
42+
This branch is deprecated! Use the latest tag to get the latest stable release.
43+
This branch is deprecated! Use the latest tag to get the latest stable release.
44+
This branch is deprecated! Use the latest tag to get the latest stable release.
45+
This branch is deprecated! Use the latest tag to get the latest stable release.
46+
This branch is deprecated! Use the latest tag to get the latest stable release.
47+
This branch is deprecated! Use the latest tag to get the latest stable release.'

0 commit comments

Comments
 (0)