projects
/
deploy-hooks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d31f230
)
fixed missing local side
author
Lisa Marie Maginnis
<lisam@fsf.org>
Wed, 22 Jul 2015 22:21:25 +0000
(18:21 -0400)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Wed, 22 Jul 2015 22:21:25 +0000
(18:21 -0400)
trustcommerce.git/post-update
patch
|
blob
|
blame
|
history
diff --git
a/trustcommerce.git/post-update
b/trustcommerce.git/post-update
index 5250bf85cf4540b0f90ab0fd68edc7284c086f08..e3ea621973d52e4b2c6aee5e2dc39d89ada579cf 100755
(executable)
--- a/
trustcommerce.git/post-update
+++ b/
trustcommerce.git/post-update
@@
-40,6
+40,7
@@
case $branch in
;;
dev)
package_path=$package_path_base/devel
+ local_checkout=$local_checkout_base/$branch
target_host=crm-dev.fsf.org
;;
live)
@@
-75,7
+76,7
@@
else
fi
# Build the docs for this project
-phpdoc -f trustcommerce.php -t $doc_path --template='responsive'
+phpdoc -f trustcommerce.php -t $doc_path --template='responsive'
&>/dev/null
# Stop here if not updating a host
if [ -z $target_host ]; then