summary refs log tree commit diff
path: root/pkgs/build-support/fetchbzr/builder.sh
blob: 88aab7891b48e363e8d1ea7f185c7f10abf24867 (plain) (blame)
1
2
3
4
5
6
7
8
9
source "$stdenv/setup"

header "exporting \`$url' (revision $revision) into \`$out'"

# Perform a lightweight checkout so that we don't end up importing
# all the repository's history.
bzr checkout --lightweight "$url" -r "$revision" "$out"

stopNest