From f4d7120ddd4a1184707c7ec1fbabd938f2973055 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 1 Nov 2013 15:56:22 +0000 Subject: [PATCH] * Fix manual job name. git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@34797 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb --- mirror-nixos-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror-nixos-branch.sh b/mirror-nixos-branch.sh index 9f8f725..af8ef86 100755 --- a/mirror-nixos-branch.sh +++ b/mirror-nixos-branch.sh @@ -40,7 +40,7 @@ else echo $url > $tmpDir/src-url # Copy the manual. - $curl -L $url/job/nixos.manual/output/out | bzip2 -d | nix-store --restore $tmpDir/foo + $curl -L $url/job/nixos.manual.x86_64-linux/output/out | bzip2 -d | nix-store --restore $tmpDir/foo mv $tmpDir/foo/share/doc/nixos $tmpDir/manual rm -rf $tmpDir/foo ln -s manual.html $tmpDir/manual/index.html