Fixing definition of local repositories.
This commit is contained in:
parent
91d721f850
commit
4dd31c6770
@ -29,10 +29,11 @@ BaselineOfGrafoscopioUtils >> fossil: spec [
|
|||||||
"I load the configuration of Fossil using a external Gitea repository."
|
"I load the configuration of Fossil using a external Gitea repository."
|
||||||
"While more Git independient providers are implemented in Monticello, I will use Iceberg
|
"While more Git independient providers are implemented in Monticello, I will use Iceberg
|
||||||
to download the repository and load it from a local directory"
|
to download the repository and load it from a local directory"
|
||||||
|
| repo |
|
||||||
ExoRepo new
|
repo := ExoRepo new
|
||||||
repository: 'https://code.tupale.co/Offray/Fossil/';
|
repository: 'https://code.tupale.co/Offray/Fossil'.
|
||||||
load.
|
repo load.
|
||||||
|
spec package: 'Fossil' with: [spec repository: 'gitlocal://', repo local fullName ]
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
|
Loading…
Reference in New Issue
Block a user