The branch, master has been updated via 2641334 Add missing extensions for git repositories. from 42e888a Move hostdb to a separate db directory.
http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 26413342c87799f11dcb05915d44e0a871577dfe Author: Jelmer Vernooij <jel...@samba.org> Date: Mon Nov 15 01:42:47 2010 +0100 Add missing extensions for git repositories. ----------------------------------------------------------------------- Summary of changes: web/trees.conf | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) Changeset truncated at 500 lines: diff --git a/web/trees.conf b/web/trees.conf index 1a72568..6c4f9c3 100644 --- a/web/trees.conf +++ b/web/trees.conf @@ -1,21 +1,21 @@ [ccache] scm = git -repo = ccache +repo = ccache.git branch = master [ccache-maint] scm = git -repo = ccache +repo = ccache.git branch = maint [ppp] scm = git -repo = ppp +repo = ppp.git branch = master [samba-web] scm = git -repo = samba-web +repo = samba-web.git branch = trunk [samba_3_current] -- build.samba.org