Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 5 lines 266 B view raw
1echo "exporting \`$url' (revision $rev) into \`$out'" 2 3# Perform a lightweight checkout so that we don't end up importing 4# all the repository's history. 5XDG_CACHE_HOME="$TMPDIR" BRZ_LOG=/dev/null bzr -Ossl.cert_reqs=none export -r "$rev" --format=dir "$out" "$url"