]> git.pond.sub.org Git - empserver/commit
Apply the patches using git apply instead of patch
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 16 Feb 2008 17:09:19 +0000 (11:09 -0600)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 16 Feb 2008 17:09:19 +0000 (11:09 -0600)
commitffee7cd10d95baa1e9211b1e930619be648a566f
treee3255f524eb94960bc0eae47225e4717283b952f
parent5461c86994b85a74d848eee8d391ffd8df07546a
Apply the patches using git apply instead of patch

Need to be in the empserver directory before applying
the "git apply" command, move the "cd empserver" to the
clone step. This change also fixes a bug when using
with an existing repository not being the correct
directory when executing the "git pull" command.
Fixes commit acd768e5e2 as it used git diff format.
src/scripts/nightly/nightlybuild.sh