chore: initial bundle of selected Azure repos as submodules
83 submodules from Azure DevOps (Isypol + BeTransformation orgs): - Security, Payment, Events, Document, Comunication, Common, Campain (all) - ProcessoVendita, Anagrafe, Batch, CreditAgricole (all) - FabricaProdotto/FabricaProdotto, Polizze/Polizze, Pricing/PricingManager Each submodule pinned to current local branch HEAD (release/2.11, release/2.10, release/2.12, develop, master) reflecting Azure origin/<branch>.
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# isypol2-projects
|
||||
|
||||
Bundle delle repo Azure Isypol2 selezionate per condivisione.
|
||||
|
||||
## Cosa contiene
|
||||
|
||||
Submodule Git che puntano direttamente alle repo Azure DevOps (`ssh.dev.azure.com`).
|
||||
Per clonare tutto:
|
||||
|
||||
```bash
|
||||
git clone --recursive <gitlab-url>
|
||||
```
|
||||
|
||||
Oppure dopo un clone normale:
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
## Requisiti
|
||||
|
||||
- Accesso SSH a Azure DevOps organization **Isypol** e **BeTransformation**.
|
||||
- Chiave SSH configurata in `~/.ssh/`.
|
||||
|
||||
## Struttura
|
||||
|
||||
Le repo sono raggruppate per area (mirror della struttura Azure):
|
||||
|
||||
- `Anagrafe/`, `Batch/`, `CreditAgricole/`, `FabricaProdotto/`, `Polizze/`, `Pricing/`, `ProcessoVendita/` — area business (org Azure: `Isypol`)
|
||||
- `Campain/`, `Common/`, `Comunication/`, `Document/`, `Events/`, `Payment/`, `Security/` — area infrastruttura (org Azure: `BeTransformation`)
|
||||
Reference in New Issue
Block a user