Skip to content

Commit

Permalink
fix: remove duplicate config definitions (#46)
Browse files Browse the repository at this point in the history
This fixes the v2.11.0 release where an extra definition of config structure was accidentally included and preventing MeshChat from starting correctly.

Signed-off-by: Gerard Hickey <hickey@kinetic-compute.com>
  • Loading branch information
hickey committed Mar 2, 2024
1 parent e6e5da7 commit a6cb468
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 66 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/build-meshchat-api-package.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/build-meshchat-package.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/release-meshchat.yaml
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/workflows/publish-docs.yaml
- uses:
./.github/workflows/publish-docs.yaml
with:
build_version: ${{ needs.create-release.outputs.build_version }}
1 change: 0 additions & 1 deletion package/populate-meshchat-api-fs.sh
Expand Up @@ -13,4 +13,3 @@ sed -i "s%\$GITHUB_REPOSITORY%$GITHUB_REPOSITORY%" $IPK_DIR/CONTROL/control

# Populate the filesystem image for the package
install -D api/meshchat -m 755 $IPK_DIR/www/cgi-bin/meshchat

1 change: 0 additions & 1 deletion www/chat.js 100644 → 100755
Expand Up @@ -6,7 +6,6 @@ var enable_video = 0;
var messages = new Messages();
let alert = new Audio('alert.mp3');

let config = {};
let context = {
config_loaded: false,
debug: true, // let startup funcs show debug
Expand Down

0 comments on commit a6cb468

Please sign in to comment.