| // This configuration file controls which applications | |
| // can be pushed to which servers. | |
| // | |
| // The AppNames should match up with the directory | |
| // names in gs://skia-push/debs/. | |
| // | |
| // | |
| // Per application push files are kept in their respective directories. | |
| { | |
| "Servers": { | |
| "skia-systemd-snapshot-maker": { | |
| "AppNames": [ | |
| "pulld", | |
| ], | |
| }, | |
| "skia-push": { | |
| "AppNames": [ | |
| "pulld", | |
| "pushd", | |
| ], | |
| }, | |
| }, | |
| } |