Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/build-support/fetchbzr/builder.sh

10 lines
259 B
Bash
Raw Normal View History

Add `fetchbzr', to retrieve remote Bazaar repositories. svn path=/nixpkgs/trunk/; revision=12924
2008-09-26 08:57:51 +00:00
source "$stdenv/setup"
fetchbzr, fetchdarcs, fetchhg: use `rev` attr This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
2014-06-28 20:33:28 +02:00
header "exporting \`$url' (revision $rev) into \`$out'"
Add `fetchbzr', to retrieve remote Bazaar repositories. svn path=/nixpkgs/trunk/; revision=12924
2008-09-26 08:57:51 +00:00
# Perform a lightweight checkout so that we don't end up importing
# all the repository's history.
fetchbzr, fetchdarcs, fetchhg: use `rev` attr This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
2014-06-28 20:33:28 +02:00
bzr -Ossl.cert_reqs=none export -r "$rev" --format=dir "$out" "$url"
Add `fetchbzr', to retrieve remote Bazaar repositories. svn path=/nixpkgs/trunk/; revision=12924
2008-09-26 08:57:51 +00:00
stopNest
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1048ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API