You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/10/05 14:05:28 UTC

svn commit: r1004619 - /directory/apacheds/trunk/installers/settings-hudson.xml

Author: seelmann
Date: Tue Oct  5 12:05:28 2010
New Revision: 1004619

URL: http://svn.apache.org/viewvc?rev=1004619&view=rev
Log:
Test to use dpkg-deb command directly

Modified:
    directory/apacheds/trunk/installers/settings-hudson.xml

Modified: directory/apacheds/trunk/installers/settings-hudson.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers/settings-hudson.xml?rev=1004619&r1=1004618&r2=1004619&view=diff
==============================================================================
--- directory/apacheds/trunk/installers/settings-hudson.xml (original)
+++ directory/apacheds/trunk/installers/settings-hudson.xml Tue Oct  5 12:05:28 2010
@@ -4,7 +4,7 @@
     <profile>
       <id>installers</id>
       <properties>
-        <installers.dpkg>/opt/local/bin/dpkg</installers.dpkg>
+        <installers.dpkg>/opt/local/bin/dpkg-deb</installers.dpkg>
         <installers.rpmbuild>/opt/local/bin/rpmbuild</installers.rpmbuild>
         <installers.makensis>/opt/local/bin/makensis</installers.makensis>
         <!--<installers.packageMaker></installers.packageMaker>-->