Skip to content

Commit

Permalink
temoporary redirect libgit2 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 2, 2024
1 parent abdad5d commit a682d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BaselineOfIceberg/BaselineOfIceberg.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ BaselineOfIceberg >> customProjectAttributes [
Smalltalk os isWindows ifTrue: [ ^ #(#Windows) ]
]

{ #category : 'baseline' }
{ #category : 'external projects' }
BaselineOfIceberg >> libgit: spec [
spec
baseline: 'LibGit'
with: [
spec
repository: 'github://pharo-vcs/libgit2-pharo-bindings:v3.0.9';
repository: 'github://pharo-vcs/libgit2-pharo-bindings:master';
loads: 'default' ].
spec
project: 'LibGit-Tests'
Expand Down Expand Up @@ -124,7 +124,7 @@ BaselineOfIceberg >> resetKMRepository [
ifPresent: [ :class | class reset ]
]

{ #category : 'baseline' }
{ #category : 'external projects' }
BaselineOfIceberg >> tonel: spec [
spec
baseline: 'Tonel'
Expand Down

0 comments on commit a682d9e

Please sign in to comment.