[FusionDev] git hook script failing
Erkin Bahceci
erkinbah at gmail.com
Sat Jun 30 02:27:37 CEST 2007
Hi,
The post-receive hook script that copies to plugins-main seems to be failing:
$ git push
updating 'refs/heads/master'
from ef4131ac3e10e8c8f951f299107a8554c12ad74c
to 97075c5ad936240d2831c8a1349bde1e3ad2a58a
Generating pack...
Done counting 7 objects.
Result has 4 objects.
Deltifying 4 objects.
100% (4/4) done
Writing 4 objects.
100% (4/4) done
Total 4, written 4 (delta 3), reused 0 (delta 0)
Unpacking 4 objects
refs/heads/master: ef4131ac3e10e8c8f951f299107a8554c12ad74c ->
97075c5ad936240d2831c8a1349bde1e3ad2a58a
Traceback (most recent call last):
File "hooks/post-receive", line 12, in ?
real_dir ()
NameError: name 'real_dir' is not defined
error: hooks/post-receive exited with error code 1
- Erkin
More information about the Dev
mailing list