forked from the-distro/channel-scripts
* Mirror multiple releases.
git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@34818 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
This commit is contained in:
parent
9dd6c6cf92
commit
9f746c828f
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
#! /bin/sh -e
|
||||
|
||||
version="13.10"
|
||||
version="$1"
|
||||
if [ -z "$version" ]; then echo "syntax: $0 VERSION"; exit 1; fi
|
||||
|
||||
releaseDir=$(./mirror-nixos-branch.sh "$version" "release-$version")
|
||||
echo $releaseDir
|
||||
|
||||
|
|
Loading…
Reference in a new issue