about summary refs log tree commit diff
path: root/pkgs/applications/version-management/bazaar
AgeCommit message (Collapse)AuthorFilesLines
2016-12-14bazaar: enable sftp transport (#21132)bnikolic1-1/+6
SFTP transport needs python paramiko package, which is now an optional input
2016-10-18bazaarTools: use python2 and refactor expressionFrederik Rietdijk1-7/+3
2016-10-18bazaar: use python 2Frederik Rietdijk1-2/+2
2016-10-10Python: remove modules and pythonFullFrederik Rietdijk1-3/+0
2016-09-26bazaar: use buildPythonApplicationFrederik Rietdijk1-9/+4
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-06-18bazaar: 2.6.0 -> 2.7.0mimadrid2-12/+12
2015-07-31Don't statically depend on cacert for certificatesEelco Dolstra1-3/+2
This reverts commit cd52c044568bdf1108428698048a9af92dc0b625 and others. Managing certificates (including revoking certificates and adding custom certificates) becomes extremely painful if every package in the system potentially depends on a different copy of cacert. Also, it makes updating cacert rather expensive.
2015-06-05cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III1-1/+1
2015-05-29Fix ca-bundle pathsWilliam A. Kennington III1-2/+2
2015-05-03bzrTools: update from 2.5 to 2.6 and refactorPascal Wittmann1-9/+11
2014-06-22enable bazaar on darwinCharles Strahan1-1/+1
2014-02-05bazaar: updated to 2.6.0 and fixed ssl bugGeorges Dubus2-5/+24
Fixes #1216
2013-12-18bazaarTools: update from 2.2.0 to 2.5Nixpkgs Monitor1-2/+2
2013-10-05Some description fixesBjørn Forsman1-1/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2013-01-15bazaar: Update to 2.5.1Eelco Dolstra1-2/+2
2012-07-31Add some packages to the channelEelco Dolstra1-0/+1
2012-02-21* Apply r32435 from the trunk (always build Python with SSL support).Eelco Dolstra1-1/+1
Remove .ssl references from some packages missed in that commit. svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
2011-03-29* wrapPythonPrograms: don't hard-code the Python library prefix.Eelco Dolstra1-2/+2
svn path=/nixpkgs/branches/modular-python/; revision=26594
2011-03-28* Bazaar: depend on readline.Eelco Dolstra2-5/+2
svn path=/nixpkgs/branches/modular-python/; revision=26581
2011-03-28* Move the wrapPythonPrograms function into a separate setup hookEelco Dolstra1-3/+5
(wrapPython). svn path=/nixpkgs/branches/modular-python/; revision=26580
2011-03-28* Bazaar: update to 2.3.1.Eelco Dolstra1-12/+6
svn path=/nixpkgs/branches/modular-python/; revision=26573
2010-08-12Update BzrTools together with BazaarMichael Raskin1-3/+4
svn path=/nixpkgs/trunk/; revision=23157
2010-08-12An update for Bazaar was long overdueMichael Raskin1-4/+6
svn path=/nixpkgs/trunk/; revision=23156
2009-01-14bazaar version bump to 1.10 (by Jan Kroeze)Marc Weber1-3/+4
svn path=/nixpkgs/trunk/; revision=13768
2008-05-26Added bazaar tools (not installed globally, just copied to share, you have ↵Michael Raskin2-0/+28
to symlink them to your ~/.bazaar/plugins). Also readline support for python. svn path=/nixpkgs/trunk/; revision=11893
2008-05-26Updated bazaarMichael Raskin1-3/+3
svn path=/nixpkgs/trunk/; revision=11892
2008-04-15bazaar update 1.3.1Marc Weber1-2/+2
svn path=/nixpkgs/trunk/; revision=11633
2008-01-18* Doh.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=10212
2008-01-18* makeWrapper: new function that transparently takes care of creatingEelco Dolstra1-0/+22
a wrapper script. E.g. wrapProgram $out/bin/prog --set FOO bar will create a wrapper around "prog" so that the environment variable FOO is set to bar. The original program is renamed to $out/bin/.wrapped-prog. * Function makeSetupHook to convert a script into a setup hook which can be included in buildInputs. This makes it easier to use scripts like makeWrapper. * Added Bazaar, yet another distributed version management system. svn path=/nixpkgs/trunk/; revision=10211