From 18af18f35181589d2d8017add8850c2ee805dd74 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 3 Mar 2016 18:29:05 +0100 Subject: [PATCH] Fix Git path --- mirror-nixos-branch.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mirror-nixos-branch.pl b/mirror-nixos-branch.pl index 4e9aeed..23ab3a8 100755 --- a/mirror-nixos-branch.pl +++ b/mirror-nixos-branch.pl @@ -20,8 +20,7 @@ my $releasesDir = "/data/releases/nixos/$branch"; my $channelsDir = "/data/releases/channels"; my $channelName = "nixos-$branch"; -#export GIT_DIR=/home/hydra-mirror/nixpkgs-channels -$ENV{'GIT_DIR'} = "/tmp/nixpkgs-channels/.git"; # FIXME +$ENV{'GIT_DIR'} = "/home/hydra-mirror/nixpkgs-channels"; sub fetch { my ($url, $type) = @_;