- Remove individual ARROMIS submodules from root - Remove ARROMIS/ directory structure - Update arromis-monorepo submodule reference - All ARROMIS repositories now organized in centralized monorepo
30 lines
943 B
Markdown
30 lines
943 B
Markdown
# ARROMIS Monorepo
|
|
|
|
This is a monorepository structure for all repositories in the ARROMIS GitHub organization.
|
|
|
|
## Organization
|
|
- **GitHub Organization:** https://github.com/orgs/ARROMIS/repositories
|
|
|
|
## Structure
|
|
|
|
This directory will contain submodules for each repository in the ARROMIS organization.
|
|
|
|
## Adding Repositories
|
|
|
|
To add a repository from the ARROMIS organization as a submodule:
|
|
|
|
```bash
|
|
# From the proxmox project root
|
|
git submodule add https://github.com/ARROMIS/<repo-name>.git ARROMIS/<repo-name>
|
|
```
|
|
|
|
## Current Status
|
|
|
|
As of 2026-01-21, the ARROMIS organization shows 0 public repositories. This structure is ready to accommodate repositories when they become available.
|
|
|
|
## Notes
|
|
|
|
- This is a placeholder structure that will be populated as repositories are added to the ARROMIS organization
|
|
- Each repository will be added as a git submodule
|
|
- The directory structure follows the repository names from the organization
|