summary refs log tree commit diff
path: root/pkgs/applications/version-management/bazaar
Commit message (Collapse)AuthorAge
* Treewide: use https for launchpad.netc0bw3b2018-11-24
|
* bzr-tools: add licenseMarkus Kowalewski2018-09-08
|
* bazaar: add licenseMarkus Kowalewski2018-09-08
|
* bazaar: fix buidIzorkin2018-08-01
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* bazaar: Fix CVE-2017-14176adisbladis2018-04-20
|
* bazaar: enable sftp transport (#21132)bnikolic2016-12-14
| | | | SFTP transport needs python paramiko package, which is now an optional input
* bazaarTools: use python2 and refactor expressionFrederik Rietdijk2016-10-18
|
* bazaar: use python 2Frederik Rietdijk2016-10-18
|
* Python: remove modules and pythonFullFrederik Rietdijk2016-10-10
|
* bazaar: use buildPythonApplicationFrederik Rietdijk2016-09-26
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* bazaar: 2.6.0 -> 2.7.0mimadrid2016-06-18
|
* Don't statically depend on cacert for certificatesEelco Dolstra2015-07-31
| | | | | | | | | | 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.
* cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III2015-06-05
|
* Fix ca-bundle pathsWilliam A. Kennington III2015-05-29
|
* bzrTools: update from 2.5 to 2.6 and refactorPascal Wittmann2015-05-03
|
* enable bazaar on darwinCharles Strahan2014-06-22
|
* bazaar: updated to 2.6.0 and fixed ssl bugGeorges Dubus2014-02-05
| | | | Fixes #1216
* bazaarTools: update from 2.2.0 to 2.5Nixpkgs Monitor2013-12-18
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | 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.
* bazaar: Update to 2.5.1Eelco Dolstra2013-01-15
|
* Add some packages to the channelEelco Dolstra2012-07-31
|
* * Apply r32435 from the trunk (always build Python with SSL support).Eelco Dolstra2012-02-21
| | | | | | Remove .ssl references from some packages missed in that commit. svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
* * wrapPythonPrograms: don't hard-code the Python library prefix.Eelco Dolstra2011-03-29
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26594
* * Bazaar: depend on readline.Eelco Dolstra2011-03-28
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26581
* * Move the wrapPythonPrograms function into a separate setup hookEelco Dolstra2011-03-28
| | | | | | (wrapPython). svn path=/nixpkgs/branches/modular-python/; revision=26580
* * Bazaar: update to 2.3.1.Eelco Dolstra2011-03-28
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26573
* Update BzrTools together with BazaarMichael Raskin2010-08-12
| | | | svn path=/nixpkgs/trunk/; revision=23157
* An update for Bazaar was long overdueMichael Raskin2010-08-12
| | | | svn path=/nixpkgs/trunk/; revision=23156
* bazaar version bump to 1.10 (by Jan Kroeze)Marc Weber2009-01-14
| | | | svn path=/nixpkgs/trunk/; revision=13768
* Added bazaar tools (not installed globally, just copied to share, you have ↵Michael Raskin2008-05-26
| | | | | | to symlink them to your ~/.bazaar/plugins). Also readline support for python. svn path=/nixpkgs/trunk/; revision=11893
* Updated bazaarMichael Raskin2008-05-26
| | | | svn path=/nixpkgs/trunk/; revision=11892
* bazaar update 1.3.1Marc Weber2008-04-15
| | | | svn path=/nixpkgs/trunk/; revision=11633
* * Doh.Eelco Dolstra2008-01-18
| | | | svn path=/nixpkgs/trunk/; revision=10212
* * makeWrapper: new function that transparently takes care of creatingEelco Dolstra2008-01-18
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