Skip to content

Commit

Permalink
Rename directories to software and source
Browse files Browse the repository at this point in the history
  • Loading branch information
tyfiero committed Mar 21, 2024
1 parent c8ea1a5 commit d8e575d
Show file tree
Hide file tree
Showing 76 changed files with 113 additions and 420 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: sudo apt-get install portaudio19-dev python-all-dev

- name: Install Poetry Package
working-directory: 01OS # Set the working directory to "01OS"
working-directory: software
run: |
pip install --upgrade pip
pip install poetry==1.3.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

defaults:
run:
working-directory: 01OS
working-directory: software

runs-on: ${{ matrix.os }}

Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ __pycache__/
*.py[cod]
*$py.class

01OS/01OS/server/conversations/user.json
01OS/01OS/server/tts/local_service/*
01OS/01OS/server/stt/local_service/*
software/source/server/conversations/user.json
software/source/server/tts/local_service/*
software/source/server/stt/local_service/*

# C extensions
*.so
Expand Down Expand Up @@ -167,5 +167,5 @@ cython_debug/

# ignore the aifs index files
_.aifs
01OS/output_audio.wav
software/output_audio.wav
.DS_Store
50 changes: 25 additions & 25 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.2"
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: fix-encoding-pragma
args: [--remove]
- id: check-yaml
- id: debug-statements
language_version: python3
- repo: local
hooks:
- id: pytest
name: pytest
entry: pytest 01OS/tests
language: system
types: [python]
pass_filenames: false
always_run: true
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.2"
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: fix-encoding-pragma
args: [--remove]
- id: check-yaml
- id: debug-statements
language_version: python3
- repo: local
hooks:
- id: pytest
name: pytest
entry: pytest software/tests
language: system
types: [python]
pass_filenames: false
always_run: true
7 changes: 0 additions & 7 deletions 01OS/tests/sample_test.py

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ We intend to become the GNU/Linux of this space by staying open, modular, and fr

```shell
git clone https://github.com/OpenInterpreter/01 # Clone the repository
cd 01/01OS # CD into the source directory
cd 01/software # CD into the source directory
```

<!-- > Not working? Read our [setup guide](https://docs.openinterpreter.com/getting-started/setup). -->
Expand Down Expand Up @@ -146,7 +146,6 @@ The story of devices that came before the 01.

Things we want to steal great ideas from.


<br>

50 changes: 0 additions & 50 deletions archive/.env.example

This file was deleted.

Loading

0 comments on commit d8e575d

Please sign in to comment.