forked from the-distro/channel-scripts
* Handle chunked manual.
git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@34855 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
This commit is contained in:
parent
48ddb3eec8
commit
a0b1ad366a
|
@ -43,7 +43,9 @@ else
|
|||
$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
|
||||
if ! [ -e $tmpDir/manual/index.html ]; then
|
||||
ln -s manual.html $tmpDir/manual/index.html
|
||||
fi
|
||||
|
||||
$wget --directory=$tmpDir $url/job/nixos.iso_minimal.i686-linux/download
|
||||
$wget --directory=$tmpDir $url/job/nixos.iso_minimal.x86_64-linux/download
|
||||
|
|
Loading…
Reference in a new issue