[Xquartz-changes] [540] tinderbox/tinderbox_test.sh

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 28 00:35:46 PDT 2011


Revision: 540
          http://trac.macosforge.org/projects/xquartz/changeset/540
Author:   jeremyhu at freedesktop.org
Date:     2011-04-28 00:35:44 -0700 (Thu, 28 Apr 2011)
Log Message:
-----------
fdo requires RSA keys, so updating...

Modified Paths:
--------------
    tinderbox/tinderbox_test.sh

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-04-28 05:23:07 UTC (rev 539)
+++ tinderbox/tinderbox_test.sh	2011-04-28 07:35:44 UTC (rev 540)
@@ -76,13 +76,13 @@
 }
 
 upload_analyzer_pipe() {
-    if [[ ! -r ${JHBUILDDIR}/fdo.dsa ]] ; then
+    if [[ ! -r ${JHBUILDDIR}/fdo.rsa ]] ; then
         cat
         return 0
     fi
 
     eval $(/usr/bin/ssh-agent -s)
-    /usr/bin/ssh-add "${JHBUILDDIR}/fdo.dsa"
+    /usr/bin/ssh-add "${JHBUILDDIR}/fdo.rsa"
 
     perl -n -e "if(m/scan-build: Run 'scan-view .*\/(analyzer\/.*)' to examine bug reports\./) { print \$1.\"\n\";}" |
     while read path ; do
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110428/160c6160/attachment.html>


More information about the Xquartz-changes mailing list