Re: [yocto] [Yocto Autobuilder][PATCH 2/2] Autobuilder: add GitPoller ChangeSource for SingleBranchScheduler

2014-12-16 Thread Flanagan, Elizabeth
pul On 11 December 2014 at 18:02, wrote: > From: California Sullivan > > Previously, PBChangeSource was the only option for changesources. > PBChangeSource was not always suitable since the remote repository had > to be able to run custom hooks, which isn't always available. This > commit adds

[yocto] [Yocto Autobuilder][PATCH 2/2] Autobuilder: add GitPoller ChangeSource for SingleBranchScheduler

2014-12-11 Thread californialsullivan
From: California Sullivan Previously, PBChangeSource was the only option for changesources. PBChangeSource was not always suitable since the remote repository had to be able to run custom hooks, which isn't always available. This commit adds GitPoller as an option. Signed-off-by: California Sull