Le Mercredi 04 Janvier 2006 19:38, Thiago Arrais a écrit : > All, > > I have added a posthook to my apply command, so that the build process > gets triggered when changes are pushed in to the main repo. Everything > works fine, the only problem is that when I push the changes my > workstation freezes and needs to wait for the build to finish on the > server, i.e. the 'darcs push' command doesn't return until the build > completes. > > Any suggestions?
This is a common with VCS, common solution is to use a script and put a '&' at the end of the command. But you'll create an issue if another push is done before process end.
pgpHbatGkegzS.pgp
Description: PGP signature
_______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
