Baselines using community hosted Gitea repositories.
This commit is contained in:
parent
34679e1f32
commit
a49fd2e4c1
@ -26,27 +26,6 @@ BaselineOfGrafoscopio >> baseline: spec [
|
|||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
|
||||||
BaselineOfGrafoscopio >> fossil: spec [
|
|
||||||
"I load the configuration of Fossil using a external Gitea repository."
|
|
||||||
"While more Git independient providers are implemented in Monticello, I will use Iceberg
|
|
||||||
to download the repository and load it from a local directory"
|
|
||||||
|
|
||||||
| location |
|
|
||||||
location := FileLocator localDirectory / 'iceberg' / 'Offray' / 'Fossil'.
|
|
||||||
(IceRepositoryCreator new
|
|
||||||
location: location;
|
|
||||||
remote: (IceGitRemote url: 'https://code.tupale.co/Offray/Fossil.git');
|
|
||||||
createRepository)
|
|
||||||
register.
|
|
||||||
|
|
||||||
Metacello new
|
|
||||||
repository: 'gitlocal://', location fullName;
|
|
||||||
baseline: 'Fossil';
|
|
||||||
load.
|
|
||||||
spec project: 'Fossil'
|
|
||||||
]
|
|
||||||
|
|
||||||
{ #category : #'as yet unclassified' }
|
{ #category : #'as yet unclassified' }
|
||||||
BaselineOfGrafoscopio >> grafoscopioUtils: spec [
|
BaselineOfGrafoscopio >> grafoscopioUtils: spec [
|
||||||
"I load the configuration of this package using a external Gitea repository."
|
"I load the configuration of this package using a external Gitea repository."
|
||||||
|
Loading…
Reference in New Issue
Block a user