Hi, On Thu, Apr 5, 2012 at 06:50, Rob Vermaas <[email protected]> wrote: > Branch: refs/heads/master > Home: https://github.com/NixOS/hydra > Commit: 53329ecc618abf4fd5e4a6644d76413c43ad7b92 > > https://github.com/NixOS/hydra/commit/53329ecc618abf4fd5e4a6644d76413c43ad7b92 > Author: Rob Vermaas <[email protected]> > Date: 2012-04-05 (Thu, 05 Apr 2012) > > Changed paths: > M src/lib/Hydra/Helper/AddBuilds.pm > > Log Message: > ----------- > Use git fetch --all to update local clone in stead of git pull. Also, do not > use --branch in initial clone.
Please have a look at my fork of hydra on github instead of doing similar changes. git pull was causing merge bustage, and with git fetch --all do not update the working copy and also update too much. Importing my changes will fix both of these errors by using "git fetch ... +remote:local", and I also add more test to Hydra which is necessary to avoid blind modifications. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
