Skip to content

Instantly share code, notes, and snippets.

@zalun
Created March 13, 2017 17:16
Show Gist options
  • Save zalun/efdc166013a52f85cb3a64a976d189dc to your computer and use it in GitHub Desktop.
Save zalun/efdc166013a52f85cb3a64a976d189dc to your computer and use it in GitHub Desktop.

Set hosting service to "hmo" Patch config update sqlite

--- a/testing/docker/builder-autoland/config.json Thu Mar 09 12:56:24 2017 +0100
+++ b/testing/docker/builder-autoland/config.json Mon Mar 13 18:14:16 2017 +0100
@@ -31,5 +31,6 @@
},
"database": "dbname=autoland user=postgres host=autolanddb",
"repos" : {
+ "test-repo": "/repos/test-repo"
}
}
INSERT INTO "scmtools_repository" VALUES(1,'test-repo','http://172.16.59.140:51623/test-repo','','','','','{"try_repository_url": "", "autolanding_enabled": true, "landing_repository_url": "/repos/inbound-test-repo/", "repository_plan": "", "trychooser_url": "", "landing_bookmark": "@", "required_ldap_group": "scm_level_3", "use_ticket_auth": false, "bug_tracker_use_hosting": false, "repository_url": "http://172.16.59.140:51623/test-repo", "autolanding_to_try_enabled": false}',8,1,'http://172.16.59.140:51622/show_bug.cgi?id=%s','',1,0,NULL,NULL,1,NULL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment