X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=README.md;h=c3815582482fb77d7a546ce1fa527b38bd008b35;hb=36b36f2d55af5c8a7c69f9a3ba74a978d2f89e1a;hp=0ac8e6cdf58c64ef146585d5e203a2a71fbc2968;hpb=dfbe000058ead210a06aed3447554301ef247e85;p=bup.git diff --git a/README.md b/README.md index 0ac8e6c..c381558 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Reasons you might want to avoid bup Notable changes introduced by a release ======================================= + - Changes in 0.31 as compared to 0.30.1 - Changes in 0.30.1 as compared to 0.30 - Changes in 0.30 as compared to 0.29.3 - Changes in 0.29.3 as compared to 0.29.2 @@ -151,6 +152,7 @@ From source apt-get install python-pyxattr apt-get install pkg-config linux-libc-dev libacl1-dev apt-get install acl attr + apt-get isntall python-pytest-xdist # optional (parallel tests) apt-get install libreadline-dev # optional (bup ftp) apt-get install python-tornado # optional (bup web) ``` @@ -197,6 +199,14 @@ From source make check ``` + If you have the Python xdist module installed, then you can + probably run the tests faster by adding the make -j option (see ./HACKING for additional information): + + ```sh + make -j check + ``` + The tests should pass. If they don't pass for you, stop here and send an email to bup-list@googlegroups.com. Though if there are symbolic links along the current working directory path, the tests @@ -452,20 +462,20 @@ Notes on NetBSD/pkgsrc cycle and error out, so "ls -R" and "find" will not work. - There is no support for ACLs. If/when some enterprising person - fixes this, adjust t/compare-trees. + fixes this, adjust dev/compare-trees. Notes on Cygwin --------------- - There is no support for ACLs. If/when some enterprising person - fixes this, adjust t/compare-trees. + fixes this, adjust dev/compare-trees. - - In t/test.sh, two tests have been disabled. These tests check to - see that repeated saves produce identical trees and that an - intervening index doesn't change the SHA1. Apparently Cygwin has - some unusual behaviors with respect to access times (that probably - warrant further investigation). Possibly related: + - In test/ext/test-misc, two tests have been disabled. These tests + check to see that repeated saves produce identical trees and that + an intervening index doesn't change the SHA1. Apparently Cygwin + has some unusual behaviors with respect to access times (that + probably warrant further investigation). Possibly related: http://cygwin.com/ml/cygwin/2007-06/msg00436.html @@ -473,7 +483,7 @@ Notes on OS X ------------- - There is no support for ACLs. If/when some enterprising person - fixes this, adjust t/compare-trees. + fixes this, adjust dev/compare-trees. How it works