Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename directories to software and source #93

Merged
merged 1 commit into from
Mar 21, 2024
Merged
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 .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
Loading