<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@ if [ -z &quot;$1&quot; ]; then
 	echo &quot;Usage: $0 &lt;rsync-dest&gt;&quot; &gt;&amp;2
 	exit 1
 fi
-chmod a+rX -R out
+chmod a+rX -R out 2&gt;/dev/null
 
 rm -f out/revcache
 ./branches.sh -v | while read commit branch junk; do
@@ -16,9 +16,8 @@ mkdir -p out/describe
 	cd build
 	for d in ../out/pass/* ../out/fail/*; do
 		b=$(basename $d)
-		git describe --all --contains $b &gt;../out/describe/$b
+		git describe --all --contains --always $b &gt;../out/describe/$b
 	done
 )
-
-exec rsync -za out/. &quot;$1&quot; \
+exec rsync -za --no-owner out/. &quot;$1&quot; \
 	--exclude '*~'</diff>
      <filename>rsync-to</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f5427f34e0ca40d4c98e8ca250b0a192e45d3e4d</id>
    </parent>
  </parents>
  <author>
    <name>Avery Pennarun</name>
    <email>apenwarr@gmail.com</email>
  </author>
  <url>http://github.com/apenwarr/gitbuilder/commit/6ad86e163d914cd22252505de1022f1d639c5ce4</url>
  <id>6ad86e163d914cd22252505de1022f1d639c5ce4</id>
  <committed-date>2008-10-29T12:28:26-07:00</committed-date>
  <authored-date>2008-10-29T12:28:26-07:00</authored-date>
  <message>rsync-to: fix some warnings caused by the new errcache directory.</message>
  <tree>c6a2b2d3e7405202f4576475fdec637fd3a7fea4</tree>
  <committer>
    <name>Avery Pennarun</name>
    <email>apenwarr@gmail.com</email>
  </committer>
</commit>
