Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2012-06-19 18:35:07 -04:00
commit dbe7d0e7fe
2 changed files with 3 additions and 3 deletions

View file

@ -25,9 +25,9 @@ laplace:annex jtang$ git status
nothing added to commit but untracked files present (use "git add" to track)
</pre>
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,

View file

@ -31,4 +31,4 @@ if [ "$?" = 1 ]; then
fi
</pre>
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.