git exit with error code 1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ant script to run clone
<target name="clone" description="get the latest files">	
	<delete includeemptydirs="true">
<filesetdir=&quot;/opt/cruisecontrol-bin-2.8.4/projects/Mss/copyExample/local_copy/Mss&quot;
defaultexcludes=&quot;false&quot;>
<include name="**/*" />
</fileset>
</delete>
<exec executable="git"
dir="/opt/cruisecontrol-bin-2.8.4/projects/Mss/copyExample/local_copy/Mss">
	<arg line="clone -o fl ssh://git@ipaddress/git/run.git Mss" />
	</exec>		
</target>
In my current CruiseControl setup I am running the following target:
<modificationsetquietperiod=&quot;60&quot;>
<git
localworkingcopy="${projects.dir}/${project.name}/local_copy/${project.name}/"/>
</modificationset>

Running cruisecontrol gives git exit with error code 1. I guess
modificationset is not able to find git local working copy.
 Any help would be welcome and greatly appreciable .

--
View this message in context: http://git.661346.n2.nabble.com/git-exit-with-error-code-1-tp7142041p7142041.html
Sent from the git mailing list archive at Nabble.com.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]