Replace config/project repos with config/untrusted projects

The config-repo / project-repo terminology is confusing and we've
generally been using trusted-project and untrusted-project instead.
The term "untrusted-project" is straightforward, but "trusted-project"
is a little misleading, since there are other characteristics which
define it (notably, that the configuration held in it is branchless).
A better term for that might be "config-project".

Since the main config now directly refers to projects rather than
repos, complete the transition by replacing all config-repo
occurances with config-project and likewise project-repo with
untrusted-project.

Change-Id: I2341aa94e3622e2647b0506b78bc84dbcdec1901
Story: 2000953
This commit is contained in:
James E. Blair
2017-04-04 14:39:43 -07:00
parent 0ffa010656
commit 109da3f9a7
34 changed files with 148 additions and 148 deletions

View File

@@ -2,8 +2,8 @@
name: tenant-one
source:
gerrit:
config-repos:
config-projects:
- common-config
project-repos:
untrusted-projects:
- org/project1
- org/project2