Package Details: bup-git 1:0.33.r72.g50f57708-1

Git Clone URL: https://aur.archlinux.org/bup-git.git (read-only, click to copy)
Package Base: bup-git
Description: Efficient file backup system based on the git packfile format
Upstream URL: https://bup.github.io/
Keywords: backup dev git packfile system
Licenses: GPL
Conflicts: bup
Provides: bup
Submitter: mfwitten
Maintainer: edh
Last Packager: edh
Votes: 22
Popularity: 0.000000
First Submitted: 2011-04-20 17:55 (UTC)
Last Updated: 2023-12-31 16:06 (UTC)

Dependencies (14)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

mfwitten commented on 2014-02-18 15:58 (UTC)

Thanks, rakoo.

rakoo commented on 2014-02-16 03:43 (UTC)

There's a sed missing in t/test-ls.sh. Here's a diff for it: --- PKGBUILD.orig 2014-02-16 04:42:26.774651668 +0100 +++ PKGBUILD 2014-02-16 04:39:10.545558824 +0100 @@ -97,7 +97,7 @@ sed -i -e 's/PYTHON=python\b/PYTHON=python2/' -e '/docs-available/d' Makefile - sed -i -e 's/python\b -c/python2 -c/' t/{lib,test-meta}.sh + sed -i -e 's/python\b -c/python2 -c/' t/{lib,test-meta,test-ls}.sh fi }

bfr commented on 2013-12-14 02:24 (UTC)

I can confirm it's working now. Don't know what went wrong the last time, I can't reproduce it. Sorry to bother you. :-)

mfwitten commented on 2013-12-14 01:47 (UTC)

Commit 5a7fd007e89bb343ab2024d9a87d54bbee997bbf seems to build/test/install just fine via makepkg. Does your current working directory path use a symlink? There have at least been historical bugs related to that, and those bugs may still exist.

bfr commented on 2013-12-10 23:09 (UTC)

make test works from cloned git repo, but not when called from makepkg. Does anyone know why?

mfwitten commented on 2013-11-05 20:18 (UTC)

Thanks, LongHairedHacker. I just added `t/lib.sh' directly to the relevant command line, as I'd rather be conservative about such things.

LongHairedHacker commented on 2013-11-04 21:34 (UTC)

Hey just short notice your sed commands miss one occurrence of python. There is one in t/lib.sh. So sed -i -e 's/python\b -c/python2 -c/' t/*.sh instead of sed -i -e 's/python\b -c/python2 -c/' t/test-meta.sh should fix that.

mfwitten commented on 2013-09-02 04:24 (UTC)

This one updates how git is accessed, as per `man PKGBUILD'. Sorry for any trouble this may cause people.