summary refs log tree commit diff
path: root/pkgs/tools/backup/bup
Commit message (Collapse)AuthorAge
* Update pkgs/tools/backup/bup/default.nixChristian Kögler2021-02-22
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* bup: Fix par2 path patchingChristian Kögler2021-02-21
| | | | Because of Python 3 compatibility change in bup 0.30.1 the substitution fails.
* bup: 0.31 -> 0.32R. RyanTM2021-01-19
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* bup: use python3rnhmjoj2020-10-14
|
* bup: 0.30.1 -> 0.31R. RyanTM2020-08-25
|
* bup: 0.30 -> 0.30.1R. RyanTM2020-05-25
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* bup: 0.29.3 -> 0.30R. RyanTM2019-10-21
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bup/versions
* bup: 0.29.2 -> 0.29.3rnhmjoj2019-09-20
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pnamevolth2019-08-17
|
* bup: 0.29.1 -> 0.29.2Will Dietz2018-11-02
| | | | https://github.com/bup/bup/blob/master/note/0.29.2-from-0.29.1.md
* bup: PYTHONPATH -> withPackagestilpner2018-01-06
| | | | | | | Without this, tornado was not found on startup (`bup web`), even though it was provided by PYTHONPATH Also see #22688
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* bup: enable darwin buildLukasz Czyzykowski2017-05-19
| | | | This package builds fine on macOS.
* Merge pull request #24723 from edanaher/update-bupAristid Breitkreuz2017-04-08
|\ | | | | bup: 0.29 -> 0.29.1
| * bup: 0.29 -> 0.29.1Evan Danaher2017-04-07
| | | | | | | | | | This pretty much only has a single fix for gc --threshold 0: https://github.com/bup/bup/blob/master/note/0.29.1-from-0.29.md
* | bup: enable par2 by defaultAristid Breitkreuz2017-04-07
|/ | | | | The par2 closure is <300 KB, so having it enabled by default seems reasonable.
* bup: 0.28.1 -> 0.29 (#23876)edanaher2017-03-15
|
* bup: use python2Frederik Rietdijk2016-11-08
|
* bup-0.28.1: fix on darwin, upstream released patch removedjhhuh2016-10-09
|
* bup: 0.26 -> 0.28.1 (#18531)sternenseemann2016-09-13
|
* treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
* bup: refactoringsJoachim Fasting2016-05-28
| | | | | | | | | - Use `fetchFromGitHub` - Apply patches standard patch phase - Use `pythonPackages` - Use `stdenv.is{Darwin,Linux}` - meta fixups - Enable support for the web front-end
* bup: add ${git} to the $PATH of the wrapperFlorent Becker2016-05-28
| | | | | | | Otherwise, bup tries to run git from the user's PATH, which may or may not exist. Closes #15691
* bup: Patch to work on Darwin 10.10John Wiegley2015-07-30
|
* Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar2015-01-08
| | | | | | This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
* Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar2015-01-02
| | | | | (cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
* bup: update to 0.26 and adopt itmuflax2014-12-26
| | | | | [Bjørn: use patchShebangs to unbreak chroot build (fixes up references to /usr/bin/env {python,bash}]
* Fix a lots of evaluation errors on Hydra.Peter Simons2013-12-10
|
* clean up git revision handling in several packagesEvgeny Egorochkin2013-11-13
|
* Revert "backup tools bup, storeBackup: implement sanity check" on behalf of ↵Peter Simons2013-09-01
| | | | | | | | | Marc. This reverts commit c823bc37d6b50dcd4e183963922da829a193f0d7. The newly added test case needs more work to succeed on Hydra. See <http://permalink.gmane.org/gmane.linux.distributions.nixos/11382> for further details.
* backup tools bup, storeBackup: implement sanity checkMarc Weber2013-09-01
| | | | | | | | bup: - update - run make test (all tests seem to pass :-) - add python.modules.readline - add comment that there is no way to prune old revisions (yet)
* bup: enable Hydra buildsPeter Simons2013-04-26
|
* bup: update to version 0.25-rc1-107-g96c6fa2 and drop -Werror to fix the buildPeter Simons2013-04-07
| | | | | | | /nix/store/4jfqcb4mzh3vl08zgfh9ir46jii7rcb9-python-2.7.3/include/python2.7/modsupport.h:27:1: error: 'PyArg_ParseTuple' is an unrecognized format function type [-Werror=format=] PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); ^ cc1: all warnings being treated as errors
* Merge branch 'master' into stdenv-updates.Peter Simons2013-01-11
|\
| * bup: optionally depend on par2cmdlineMathijs Kwik2013-01-06
| | | | | | | | | | The default is to use it from path when available, as this is an optional feature.
* | Merge branch 'master' into stdenv-updates.Peter Simons2013-01-04
|\|
| * bup: upgrade to git20121224Mathijs Kwik2013-01-01
| |
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
|/ | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* bup: include support for xattrs, acls and fuse on linuxMathijs Kwik2012-08-05
| | | | this enables the commands "bup meta" and "bup fuse".
* bup: update to latest git version.Mathijs Kwik2012-07-22
| | | | | | | | why the git version? 0.24b (in nixpkgs) was broken. using 0.25rc1 gave the same error (gcc 4.6 related) Both these versions are over a year old and lots of commits were made after that, including something that fixed building on nix.
* add bup: backup system based on the git packfile formatDavid Guibert2011-08-11
[1] https://github.com/apenwarr/bup Signed-off-by: David Guibert <david.guibert@gmail.com> svn path=/nixpkgs/trunk/; revision=28497