Skip to content
Closed

Main #90

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = coolerdash
pkgdesc = Extends CoolerControl with a polished LCD dashboard
pkgver = 1.83
pkgver = 1.84
pkgrel = 1
url = https://github.com/damachine/coolerdash
install = coolerdash.install
Expand Down
118 changes: 0 additions & 118 deletions .github/instructions/copilot-instructions.md

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Arch/AUR Release
name: Sync to Arch/AUR

on:
push:
Expand All @@ -11,7 +11,7 @@ permissions:
contents: write

jobs:
tag_and_release:
aur-update:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -166,10 +166,10 @@ jobs:
done
echo "✅ GPG cleanup completed."

aur-release-summary:
name: AUR Release Summary
aur-summary:
name: Arch/AUR Release Summary
runs-on: ubuntu-latest
needs: [tag_and_release]
needs: [aur-update]
if: always() # Runs even if previous jobs fail

steps:
Expand Down Expand Up @@ -200,4 +200,4 @@ jobs:
echo "📦 **User Installation**: Users can install via \`yay -S coolerdash-git\` or \`paru -S coolerdash-git\`" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "🔗 **View Release**: [GitHub Release Link](https://github.com/${{ github.repository }}/releases)" >> $GITHUB_STEP_SUMMARY
echo "🔗 **View Workflow Logs**: [Actions Link](https://github.com/${{ github.repository }}/actions)" >> $GITHUB_STEP_SUMMARY
echo "🔗 **View Workflow Logs**: [Actions Link](https://github.com/${{ github.repository }}/actions)" >> $GITHUB_STEP_SUMMARY
10 changes: 5 additions & 5 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Multi-Distribution Installation
name: Multi-Distribution Installation Test

on:
push:
Expand All @@ -11,7 +11,7 @@ permissions:
contents: read

jobs:
test-install:
make-install:
name: Test 'make install' on ${{ matrix.name }}
runs-on: ubuntu-latest

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
echo "✅ Installation test completed on ${{ matrix.name }}"

# Additional test for Arch Linux (your development system)
arch-test:
arch-install:
name: Test on Arch Linux (Reference)
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -145,9 +145,9 @@ jobs:

# Summary report
installation-summary:
name: Installation Test Summary
name: Multi-Distribution Installation Test Summary
runs-on: ubuntu-latest
needs: [test-install, arch-test]
needs: [make-install, arch-install]
if: always() # Runs even if tests fail

steps:
Expand Down
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ bin/
*.a
*.o
*.so
*.out

# Temporary files
.cache/
.makepkg/
pkg/
logs/
temp/
.*.sw[a-z]
*~
*.tmp
*.log
Expand All @@ -19,6 +22,13 @@ temp/
.directory
.DS_Store
Thumbs.db
.thumbnails/
.Trash-*
core
core.*
secring.*
pubring.*
*.stackdump

# Editor files
*.code-workspace
Expand Down Expand Up @@ -50,4 +60,4 @@ debug-*
# Ignore vscode AI rules
.github/instructions/best_practices.md
.github/instructions/codacy.instructions.md
.github/instructions/copilot.instructions.md
.github/instructions/copilot-instructions.md
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.83
1.84