[Nix-dev] [Nix-commits] [NixOS/hydra] 53329e: Use git fetch --all to update local clone in stead...

Nicolas Pierron nicolas.b.pierron at gmail.com
Thu Apr 5 21:30:49 CEST 2012


Hi,

On Thu, Apr 5, 2012 at 06:50, Rob Vermaas <rob.vermaas at gmail.com> wrote:
>  Branch: refs/heads/master
>  Home:   https://github.com/NixOS/hydra
>  Commit: 53329ecc618abf4fd5e4a6644d76413c43ad7b92
>      https://github.com/NixOS/hydra/commit/53329ecc618abf4fd5e4a6644d76413c43ad7b92
>  Author: Rob Vermaas <rob.vermaas at gmail.com>
>  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/


More information about the nix-dev mailing list