config issue with PET for pkg-ruby-extras?

Damyan Ivanov dmn at debian.org
Fri Oct 7 04:34:25 UTC 2011


-=| Cédric Boutillier, 06.10.2011 22:58:32 +0200 |=-
> #!/bin/sh
> exec /usr/local/bin/git-commit-notice
> /home/groups/pet/PET2/pkg-ruby-extras/pet-git-helper update <ruby-package>.git

The "exec" above should be removed.

From exec(1):
  The  exec() family of functions replaces the current process image 
  with a new process image.

This means, that the shell running the above script is replaced with 
another process, running git-commit-notice and the next line (the PET 
hook) is never run.

There was a script somewhere to force update of a group of 
repositories, butch would be helpful for bringing them up to date wrt 
PET. I hope real PET experts would tell its name :)

> P.S.: please Cc: me, as I am not subscribed to this list.
Done.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pet-devel/attachments/20111007/b4fb018c/attachment.pgp>


More information about the PET-devel mailing list