Skip to content

Commit

Permalink
Merge pull request #22 from hoobs-org/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
mkellsy committed Sep 7, 2021
2 parents e5dbb08 + 5c0e9ca commit 0e829c4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/bleeding
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ setup() {
check_alt "Linux Mint" "tricia" "Ubuntu" "bionic"
check_alt "Linux Mint" "ulyana" "Ubuntu" "focal"
check_alt "Linux Mint" "ulyssa" "Ubuntu" "focal"
check_alt "Linux Mint" "uma" "Ubuntu" "focal"
check_alt "LMDE" "betsy" "Debian" "jessie"
check_alt "LMDE" "cindy" "Debian" "stretch"
check_alt "LMDE" "debbie" "Debian" "buster"
Expand Down Expand Up @@ -219,5 +220,7 @@ clean() {
exec_cmd "rm -f /etc/apt/sources.list.d/hoobs.list"
}

apt update --allow-releaseinfo-change

clean
setup
3 changes: 3 additions & 0 deletions bin/edge
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ setup() {
check_alt "Linux Mint" "tricia" "Ubuntu" "bionic"
check_alt "Linux Mint" "ulyana" "Ubuntu" "focal"
check_alt "Linux Mint" "ulyssa" "Ubuntu" "focal"
check_alt "Linux Mint" "uma" "Ubuntu" "focal"
check_alt "LMDE" "betsy" "Debian" "jessie"
check_alt "LMDE" "cindy" "Debian" "stretch"
check_alt "LMDE" "debbie" "Debian" "buster"
Expand Down Expand Up @@ -219,5 +220,7 @@ clean() {
exec_cmd "rm -f /etc/apt/sources.list.d/hoobs.list"
}

apt update --allow-releaseinfo-change

clean
setup
3 changes: 3 additions & 0 deletions bin/stable
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ setup() {
check_alt "Linux Mint" "tricia" "Ubuntu" "bionic"
check_alt "Linux Mint" "ulyana" "Ubuntu" "focal"
check_alt "Linux Mint" "ulyssa" "Ubuntu" "focal"
check_alt "Linux Mint" "uma" "Ubuntu" "focal"
check_alt "LMDE" "betsy" "Debian" "jessie"
check_alt "LMDE" "cindy" "Debian" "stretch"
check_alt "LMDE" "debbie" "Debian" "buster"
Expand Down Expand Up @@ -219,5 +220,7 @@ clean() {
exec_cmd "rm -f /etc/apt/sources.list.d/hoobs.list"
}

apt update --allow-releaseinfo-change

clean
setup
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hbs",
"version": "4.0.44",
"version": "4.0.45",
"description": "Command line interface for the certified HOOBS smart home stack.",
"license": "GPL-3.0",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/plugins/writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ export default class Writer {
packages.push("typescript");
packages.push("ts-node");
packages.push("@tsconfig/node10");
packages.push("@types/node");
packages.push("rimraf");
}

Expand Down

0 comments on commit 0e829c4

Please sign in to comment.