Reconcile canonical GnosysLabs/Hop publishing paths with accepted release implementation
Hop-State: A_06FN5C39XCC4JXJEAKVD5S0 Hop-Proposal: R_06FN5C2KP6Z8BKCP0KK1QZ0 Hop-Task: T_06FN3MBF98GWD4NA5PA1RWG Hop-Attempt: AT_06FN5B04YJGZ2NFP2TJWM1R
This commit is contained in:
@@ -56,7 +56,7 @@ func TestProductDocumentationUsesCanonicalGiteaHost(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
text := string(contents)
|
||||
if !strings.Contains(text, "githop.xyz") {
|
||||
if !strings.Contains(text, "githop.xyz/GnosysLabs/Hop") {
|
||||
t.Errorf("%s does not name the canonical distribution host", relative)
|
||||
}
|
||||
if strings.Contains(text, "raw.githubusercontent.com/hop-vcs/hop") ||
|
||||
|
||||
@@ -508,7 +508,7 @@ func TestOpenProjectInsideFinalValidationDoesNotReacquireAcceptanceLock(t *testi
|
||||
if openErr != nil {
|
||||
t.Fatal(openErr)
|
||||
}
|
||||
case <-time.After(2 * time.Second):
|
||||
case <-time.After(10 * time.Second):
|
||||
t.Fatal("OpenProject deadlocked by reacquiring the acceptance lock")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
hopskill "githop.xyz/hop/hop/skills/hop"
|
||||
hopskill "githop.xyz/GnosysLabs/Hop/skills/hop"
|
||||
)
|
||||
|
||||
type SkillInstallResult struct {
|
||||
|
||||
Reference in New Issue
Block a user