← Back to team overview

canonical-hw-cert team mailing list archive

[Merge] ~pwlars/testflinger-agent/+git/testflinger-agent-charm:github-branch-defaults into ~canonical-hw-cert/testflinger-agent/+git/testflinger-agent-charm:main

 

Paul Larson has proposed merging ~pwlars/testflinger-agent/+git/testflinger-agent-charm:github-branch-defaults into ~canonical-hw-cert/testflinger-agent/+git/testflinger-agent-charm:main.

Requested reviews:
  Canonical Hardware Certification (canonical-hw-cert)

For more details, see:
https://code.launchpad.net/~pwlars/testflinger-agent/+git/testflinger-agent-charm/+merge/431594

use github code by default now (this can also be configured, but might as well be the default now)
-- 
Your team Canonical Hardware Certification is requested to review the proposed merge of ~pwlars/testflinger-agent/+git/testflinger-agent-charm:github-branch-defaults into ~canonical-hw-cert/testflinger-agent/+git/testflinger-agent-charm:main.
diff --git a/config.yaml b/config.yaml
index 1de0e66..c73126c 100644
--- a/config.yaml
+++ b/config.yaml
@@ -2,17 +2,17 @@ options:
   testflinger-agent-repo:
     type: string
     description: git repo for testflinger-agent
-    default: "https://git.launchpad.net/testflinger-agent";
+    default: "https://github.com/canonical/testflinger-agent";
   testflinger-agent-branch:
     type: string
     description: git branch for testflinger-agent
-    default: "master"
+    default: "main"
   device-agent-repo:
     type: string
     description: git repo for device-agent
-    default: "https://git.launchpad.net/snappy-device-agents";
+    default: "https://github.com/canonical/snappy-device-agents";
   device-agent-branch:
     type: string
     description: git branch for device-agent
-    default: "master"
+    default: "main"
 

Follow ups