From 23b08efa426a1aff010a2af13e648d704b5a92bf Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" Date: Tue, 19 Jun 2012 22:28:08 +0000 Subject: [PATCH 1/2] --- doc/forum/autobuilders_for_git-annex_to_aid_development.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/autobuilders_for_git-annex_to_aid_development.mdwn b/doc/forum/autobuilders_for_git-annex_to_aid_development.mdwn index 8cd370937c..2c1280e514 100644 --- a/doc/forum/autobuilders_for_git-annex_to_aid_development.mdwn +++ b/doc/forum/autobuilders_for_git-annex_to_aid_development.mdwn @@ -31,4 +31,4 @@ if [ "$?" = 1 ]; then fi -It's also using the branches-local script for sorting and prioritising the branches to build, this branches-local script can be found at the [autobuild-ceph](https://github.com/ceph/autobuild-ceph/blob/master/branches-local) repository. If there are other people interested in setting up their own instances of gitbuilder for git-annex, please let me know and I will setup an aggregator page to collect status of the builds. The builder runs and updates the webpage every 30mins. +It's also using the branches-local script for sorting and prioritising the branches to build, this branches-local script can be found at the [autobuild-ceph](https://github.com/ceph/autobuild-ceph/blob/master/branches-local) repository. If there are other people interested in setting up their own instances of gitbuilder for git-annex, please let me know and I will setup an aggregator page to collect status of the builds. The builder runs and updates on a very regular basis. From c838a35d832c9f570ea3cbaf08abc53cd713ea80 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" Date: Tue, 19 Jun 2012 22:28:50 +0000 Subject: [PATCH 2/2] --- doc/bugs/watch_command_on_OSX_10.7.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bugs/watch_command_on_OSX_10.7.mdwn b/doc/bugs/watch_command_on_OSX_10.7.mdwn index a522c504a6..1348c1155d 100644 --- a/doc/bugs/watch_command_on_OSX_10.7.mdwn +++ b/doc/bugs/watch_command_on_OSX_10.7.mdwn @@ -25,9 +25,9 @@ laplace:annex jtang$ git status nothing added to commit but untracked files present (use "git add" to track) -It seems to not do a git add and commit afterw the creation of the symlinks, manually doing this makes it all happy again till more files are added. +It seems to not do a git add and commit after the creation of the symlinks, manually doing this makes it all happy again till more files are added. -note: i had posted a commend in the blog post, but posting the issue here is probably more appropriate. +note: i had posted a comment in the blog post, but posting the issue here is probably more appropriate. > Yeah, this is the issue I was struggling with last night. > I think it's fixed in 57cf65eb6d811ba7fd19eb62a54e3b83a0c2dfa7,