Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ CX uses a signed APT repository with deb822 format:
```
# /etc/apt/sources.list.d/cx.sources
Types: deb
URIs: https://repo.cxlinux-ai.com/apt
URIs: https://repo.cxlinux.ai/apt
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Suites: cx cx-updates cx-security
Components: main
Signed-By: /usr/share/keyrings/cx-archive-keyring.gpg
Expand Down Expand Up @@ -227,15 +227,15 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
## Related Repositories

- [cortex](https://github.com/cxlinux-ai/cortex) - AI-powered package manager CLI
- [website](https://github.com/cxlinux-ai/website) - cxlinux-ai.com
- [website](https://github.com/cxlinux-ai/website) - cxlinux.ai
Comment thread
mikejmorgan-ai marked this conversation as resolved.
Outdated

## License

BSL 1.1 - See [LICENSE](LICENSE)

## Support

- Documentation: https://cxlinux-ai.com/docs
- Documentation: https://cxlinux.ai/docs
- Issues: https://github.com/cxlinux-ai/cx-distro/issues
- Discord: https://discord.gg/cxlinux-ai
Comment thread
mikejmorgan-ai marked this conversation as resolved.
Outdated

Expand Down
6 changes: 3 additions & 3 deletions tests/TEST_RESULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ sudo /tmp/test.sh
1. **GPU Tests** - Require actual GPU hardware, cannot run in standard VMs
2. **Offline ISO** - Requires pre-built ISO file
3. **Signature Tests** - Require published repository with signed Release files
4. **Package Availability** - Tests may show "not available" until packages are published to repo.cxlinux-ai.com
4. **Package Availability** - Tests may show "not available" until packages are published to repo.cxlinux.ai

## Current Status

**Repository Status:** NOT YET DEPLOYED
- `repo.cxlinux-ai.com` is not resolving (DNS not configured or GitHub Pages not enabled)
- `repo.cxlinux.ai` is not resolving (DNS not configured or GitHub Pages not enabled)
- APT repository at `https://github.com/cxlinux-ai/apt-repo` exists but not deployed

**Pre-deployment Testing:**
Expand All @@ -166,7 +166,7 @@ sudo /tmp/test.sh

**To Deploy Repository:**
1. Enable GitHub Pages on `apt-repo` repository (Settings → Pages → Deploy from branch: `deploy`)
2. Configure DNS CNAME: `repo.cxlinux-ai.com` → `cxlinux-ai.github.io`
2. Configure DNS CNAME: `repo.cxlinux.ai` → `cxlinux-ai.github.io`
3. Build packages: `cd cx-distro && make packages`
4. Add packages to repo: `cd apt-repo && reprepro -b . includedeb cx ../cx-distro/*.deb`
5. Sign and push: `git add . && git commit -m "Add packages" && git push`
Expand Down
Loading