From bc4be83936614631ab55f40ffeba10001f38ea77 Mon Sep 17 00:00:00 2001 From: David Fries Date: Tue, 19 Aug 2014 12:48:18 -0500 Subject: update README now that --fast has been removed `chmod -x setup.py` it already had the required #!/usr/bin/env python --- README | 9 +++++---- manual/en/020-concepts.mdwn | 2 +- setup.py | 0 3 files changed, 6 insertions(+), 5 deletions(-) mode change 100644 => 100755 setup.py diff --git a/README b/README index 192d783b..647d87b3 100644 --- a/README +++ b/README @@ -45,9 +45,10 @@ above list is maintained manually and may get out of date from time to time.) If you want to run obnam from the repository directory (rather than installing -it), you need to do some setup. Run `./check --fast`. You'll need dev files -for python and the Coverage Test Runner python module (on Debian, those are the -python-dev and python-coverage-test-runner packages). +it), you need to do some setup. Run `./check --unit-tests` for setup and +to verify with unit tests or `./check --help` to setup without any tests. +You'll need dev files for python and the Coverage Test Runner python module (on +Debian, those are the python-dev and python-coverage-test-runner packages). Use --- @@ -80,7 +81,7 @@ to master when the changes are done and considered good. To build and run automatic tests: ./check - ./check --fast # unit tests only, no black box tests + ./check --unit-tests # unit tests only, no black box tests ./check --network # requires ssh access to localhost `check` is a wrapper around `python setup.py`, but since using that diff --git a/manual/en/020-concepts.mdwn b/manual/en/020-concepts.mdwn index 46cb5d5e..c367bc16 100644 --- a/manual/en/020-concepts.mdwn +++ b/manual/en/020-concepts.mdwn @@ -277,7 +277,7 @@ Glossary * **off-site backup**: a backup repository stored physically far away from the live data * **precious data**: all the data you care about; cf. live data -* **repository**: the location where are backups are stored +* **repository**: the location where backup data is stored * **restore**: retrieving data from a backup repository * **root**, **backup root**: a directory that is to be backed up, including all files in it, and all its subdirectories diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 -- cgit v1.2.1