arvados-dev.git
9 years ago3021: Remove obsolete accommodation for buggy python-daemon.
Brett Smith [Fri, 6 Feb 2015 16:54:12 +0000 (11:54 -0500)]
3021: Remove obsolete accommodation for buggy python-daemon.

This bug has been fixed in newer versions.  Refs #3021.

9 years ago* Only source /etc/profile.d/rvm.sh if it exists and is a regular file
Ward Vandewege [Tue, 3 Feb 2015 20:49:49 +0000 (15:49 -0500)]
* Only source /etc/profile.d/rvm.sh if it exists and is a regular file
* Fix typo

No issue #

9 years agoFix filename when compressing old test logs.
Ward Vandewege [Sat, 17 Jan 2015 18:43:58 +0000 (13:43 -0500)]
Fix filename when compressing old test logs.

No issue #

9 years agoAutomatically rotate and compress the test.log files for the api server
Ward Vandewege [Sat, 17 Jan 2015 15:25:50 +0000 (10:25 -0500)]
Automatically rotate and compress the test.log files for the api server
and workbench.

No issue #

9 years agoMerge branch '3021-test-perf' refs #3021
Tom Clegg [Tue, 13 Jan 2015 22:10:18 +0000 (17:10 -0500)]
Merge branch '3021-test-perf' refs #3021

9 years ago3021: Install docutils (unlisted dependency of python-daemon).
Tom Clegg [Tue, 13 Jan 2015 22:08:40 +0000 (17:08 -0500)]
3021: Install docutils (unlisted dependency of python-daemon).

9 years ago3021: Do not install *.egg after running tests: "pip install PyYAML" does what we...
Tom Clegg [Tue, 13 Jan 2015 21:43:58 +0000 (16:43 -0500)]
3021: Do not install *.egg after running tests: "pip install PyYAML" does what we need.

9 years ago3021: Check for errors when installing PyYAML.
Tom Clegg [Tue, 13 Jan 2015 18:08:48 +0000 (13:08 -0500)]
3021: Check for errors when installing PyYAML.

9 years ago3021: Allow '--only X' to override '--skip X'.
Tom Clegg [Mon, 12 Jan 2015 01:09:36 +0000 (20:09 -0500)]
3021: Allow '--only X' to override '--skip X'.

9 years ago3021: Add workbench_profile target. Rename _performance to _benchmark.
Tom Clegg [Mon, 12 Jan 2015 01:08:46 +0000 (20:08 -0500)]
3021: Add workbench_profile target. Rename _performance to _benchmark.

These names match the rake tasks, test:benchmark and test:profile.

9 years ago3021: Load test fixtures during api install.
Tom Clegg [Mon, 12 Jan 2015 01:04:02 +0000 (20:04 -0500)]
3021: Load test fixtures during api install.

9 years agoPython version numbering is obscure. For our debianized Python packages,
Ward Vandewege [Fri, 9 Jan 2015 21:43:52 +0000 (16:43 -0500)]
Python version numbering is obscure. For our debianized Python packages,
strip dashes and replace them with dots to match our other version
numbers. Cf. commit 4afcb8c in the arvados repository, compliance with
PEP-440.

No issue #

9 years agoRename {workbench,apiserver}_test to {apps/workbench,services/api}_test,
Tom Clegg [Tue, 6 Jan 2015 18:45:35 +0000 (13:45 -0500)]
Rename {workbench,apiserver}_test to {apps/workbench,services/api}_test,
to match help message and become more consistent with overall naming
scheme.

No issue #

9 years agoMake sure to build a new package for keepproxy if the go SDK has been updated.
Ward Vandewege [Tue, 6 Jan 2015 17:46:16 +0000 (12:46 -0500)]
Make sure to build a new package for keepproxy if the go SDK has been updated.

No issue #

9 years agoAdd some more sanity checks in run-tests.sh, and refactor that part of the script
Ward Vandewege [Tue, 30 Dec 2014 15:04:46 +0000 (10:04 -0500)]
Add some more sanity checks in run-tests.sh, and refactor that part of the script
a little.

No issue #

9 years agoFix go test args. No issue #
Tom Clegg [Mon, 29 Dec 2014 21:37:55 +0000 (16:37 -0500)]
Fix go test args. No issue #

9 years agoSet RAILS_ENV consistently. Support "sevices/keepstore_test=-v" etc. No issue #
Tom Clegg [Mon, 29 Dec 2014 21:01:11 +0000 (16:01 -0500)]
Set RAILS_ENV consistently. Support "sevices/keepstore_test=-v" etc. No issue #

9 years agoRemove superfluous output while running sdk/cli tests through run-tests.sh
Ward Vandewege [Tue, 23 Dec 2014 20:22:48 +0000 (15:22 -0500)]
Remove superfluous output while running sdk/cli tests through run-tests.sh

No issue #

9 years agoMinor run-tests.sh refactoring:
Ward Vandewege [Tue, 23 Dec 2014 19:55:16 +0000 (14:55 -0500)]
Minor run-tests.sh refactoring:

* sanitize naming of tests
* list available tests when --help is given
* no need to run rake generate during the doc install task, because the
  linkchecker will redo that anyway

No issue #

9 years agoUse gem uninstall --force to skip dependency prompt. refs #4785
Tom Clegg [Tue, 16 Dec 2014 16:39:40 +0000 (11:39 -0500)]
Use gem uninstall --force to skip dependency prompt. refs #4785

9 years agoMerge branch '4156-bundle-install-user' refs #4156
Tom Clegg [Mon, 15 Dec 2014 20:54:20 +0000 (15:54 -0500)]
Merge branch '4156-bundle-install-user' refs #4156

9 years ago4156: Uninstall old gems just before building new ones. Avoid an extra source of...
Tom Clegg [Mon, 15 Dec 2014 20:38:41 +0000 (15:38 -0500)]
4156: Uninstall old gems just before building new ones. Avoid an extra source of truth for the "gems we install" list.

9 years ago4156: Update comments, remove excess cut, tweak GEM_HOME-reporting.
Tom Clegg [Mon, 15 Dec 2014 19:53:56 +0000 (14:53 -0500)]
4156: Update comments, remove excess cut, tweak GEM_HOME-reporting.

9 years ago4156: Move "bundle install" into separate install_ task like apiserver. Remove one...
Tom Clegg [Mon, 15 Dec 2014 19:43:20 +0000 (14:43 -0500)]
4156: Move "bundle install" into separate install_ task like apiserver. Remove one more GEMHOME after merge.

9 years ago4156: Merge branch 'master' into 4156-bundle-install-user
Tom Clegg [Mon, 15 Dec 2014 19:28:06 +0000 (14:28 -0500)]
4156: Merge branch 'master' into 4156-bundle-install-user

9 years ago4156: Become rvm-aware.
Tom Clegg [Mon, 15 Dec 2014 15:06:31 +0000 (10:06 -0500)]
4156: Become rvm-aware.

9 years agorefs #4754
Radhika Chippada [Fri, 12 Dec 2014 14:16:00 +0000 (09:16 -0500)]
refs #4754
Merge branch '4754-add-workbench-performance-test'

9 years ago4156: Do not use --user-install -- just install to the GEM_HOME we selected.
Tom Clegg [Wed, 10 Dec 2014 22:45:30 +0000 (17:45 -0500)]
4156: Do not use --user-install -- just install to the GEM_HOME we selected.

9 years ago4156: Fix install destination for gem install --user-install. Make tmp-gem-home disco...
Tom Clegg [Wed, 10 Dec 2014 21:59:54 +0000 (16:59 -0500)]
4156: Fix install destination for gem install --user-install. Make tmp-gem-home discovery work under rvm.

9 years ago4754: add test_workbench_performance 4754-add-workbench-performance-test
Radhika Chippada [Wed, 10 Dec 2014 01:33:05 +0000 (20:33 -0500)]
4754: add test_workbench_performance

9 years ago4156: Merge branch 'master' into 4156-bundle-install-user
Tom Clegg [Fri, 5 Dec 2014 17:59:44 +0000 (12:59 -0500)]
4156: Merge branch 'master' into 4156-bundle-install-user

9 years agoAdd timing information to the docker tests.
Ward Vandewege [Wed, 3 Dec 2014 15:40:10 +0000 (10:40 -0500)]
Add timing information to the docker tests.

No issue #

9 years agoInstall PyYAML into VENVDIR for non-Python tests that use run_test_server.py. no...
Peter Amstutz [Mon, 1 Dec 2014 20:46:35 +0000 (15:46 -0500)]
Install PyYAML into VENVDIR for non-Python tests that use run_test_server.py. no issue #

9 years ago4156: Install dependencies to user gempath, not system gempath, even
Tom Clegg [Thu, 27 Nov 2014 21:32:14 +0000 (16:32 -0500)]
4156: Install dependencies to user gempath, not system gempath, even
if not using rvm. Without this, run-tests asks for a sudo password
whenever "bundle install" has any work to do, which is especially
disruptive when two tested components have differing versions of the
arvados gem listed in their Gemfile.lock.

9 years agoPull the common-workflow-language code from the new
Ward Vandewege [Wed, 26 Nov 2014 19:23:03 +0000 (14:23 -0500)]
Pull the common-workflow-language code from the new
common-workflow-language github organization.

No issue #

9 years agoIgnore failure at "easy_install *.egg". refs #4400
Tom Clegg [Tue, 25 Nov 2014 02:14:00 +0000 (21:14 -0500)]
Ignore failure at "easy_install *.egg". refs #4400

9 years agoMake sure that our go packages get generated with a version number that
Ward Vandewege [Mon, 24 Nov 2014 18:09:01 +0000 (13:09 -0500)]
Make sure that our go packages get generated with a version number that
maps the last change to their code (i.e. the git hash for the directory
their source lives in), just like all our other packages.

No issue #

9 years agoMerge branch '4400-dry-python-tests' refs #4400
Tom Clegg [Mon, 24 Nov 2014 14:55:22 +0000 (09:55 -0500)]
Merge branch '4400-dry-python-tests' refs #4400

9 years agorun-tests: make the error message displayed when WORKSPACE isn't set a
Ward Vandewege [Fri, 21 Nov 2014 22:37:43 +0000 (17:37 -0500)]
run-tests: make the error message displayed when WORKSPACE isn't set a
bit prettier.

No issue #

9 years agocloses #4156
radhika [Fri, 21 Nov 2014 20:04:32 +0000 (15:04 -0500)]
closes #4156
Merge branch '4156-enable-cli-tests'

9 years ago4400: Fix syntax error.
Tom Clegg [Fri, 21 Nov 2014 16:56:14 +0000 (11:56 -0500)]
4400: Fix syntax error.

9 years ago4156: Since all the cli tests that require apiserver are skipped, all cli tests pass... 4156-enable-cli-tests
radhika [Fri, 21 Nov 2014 13:53:58 +0000 (08:53 -0500)]
4156: Since all the cli tests that require apiserver are skipped, all cli tests pass now. Hence, do not skip running cli tests anymore.

9 years ago4400: Dry up test recipes for python bits. Tweak "extra test args for suite X" feature.
Tom Clegg [Thu, 20 Nov 2014 21:55:41 +0000 (16:55 -0500)]
4400: Dry up test recipes for python bits. Tweak "extra test args for suite X" feature.

9 years agoRefactor deploy script a bit; make it less sensitive to transient errors
Ward Vandewege [Wed, 19 Nov 2014 13:57:18 +0000 (08:57 -0500)]
Refactor deploy script a bit; make it less sensitive to transient errors
we don't care about.

No issue #

9 years agoDo not blow up when another puppet process is already running during deploy.
Ward Vandewege [Tue, 18 Nov 2014 21:31:54 +0000 (16:31 -0500)]
Do not blow up when another puppet process is already running during deploy.

No issue #

9 years agoBuild a python-jsonschema package, because cwltool requires version 2.4
Ward Vandewege [Tue, 18 Nov 2014 21:22:21 +0000 (16:22 -0500)]
Build a python-jsonschema package, because cwltool requires version 2.4
which is newer than what's available in wheezy(-backports).

refs #4572

9 years agoAlso build a deb package for python-pyexecjs, which is a dependency for
Ward Vandewege [Tue, 18 Nov 2014 18:26:23 +0000 (13:26 -0500)]
Also build a deb package for python-pyexecjs, which is a dependency for
cwltool

refs #4572

9 years agoPackage cwltool.
Ward Vandewege [Tue, 18 Nov 2014 17:01:10 +0000 (12:01 -0500)]
Package cwltool.

Refs #4572

9 years agoMerge branch '4027-sdk-debian-packages-wip'
Brett Smith [Mon, 17 Nov 2014 21:46:41 +0000 (16:46 -0500)]
Merge branch '4027-sdk-debian-packages-wip'

Refs #4027.  Closes #4557.

9 years ago4027: Build packages for Ruby and Perl SDKs.
Brett Smith [Mon, 17 Nov 2014 19:02:06 +0000 (14:02 -0500)]
4027: Build packages for Ruby and Perl SDKs.

9 years agoRetry docker push a few times if it fails.
Ward Vandewege [Mon, 17 Nov 2014 20:55:01 +0000 (15:55 -0500)]
Retry docker push a few times if it fails.

No issue #

9 years agoAlso build a package for python-six.
Ward Vandewege [Mon, 17 Nov 2014 15:12:11 +0000 (10:12 -0500)]
Also build a package for python-six.

No issue #

9 years agoExport vars provided on command line, e.g., ARVADOS_DEBUG=1. No issue #
Tom Clegg [Wed, 12 Nov 2014 19:58:05 +0000 (14:58 -0500)]
Export vars provided on command line, e.g., ARVADOS_DEBUG=1. No issue #

9 years agoRefs #3857: Build modern requests package for PySDK.
Brett Smith [Wed, 12 Nov 2014 17:00:33 +0000 (12:00 -0500)]
Refs #3857: Build modern requests package for PySDK.

9 years agoSmall tweaks: fix example for running one API test in run-tests.sh;
Ward Vandewege [Tue, 4 Nov 2014 16:14:18 +0000 (11:14 -0500)]
Small tweaks: fix example for running one API test in run-tests.sh;
capitalize Arvados in easy-docker-install.sh

no issue #

9 years agoRename easy installation script. Update comments at the top of the script.
Ward Vandewege [Sun, 2 Nov 2014 00:48:00 +0000 (20:48 -0400)]
Rename easy installation script. Update comments at the top of the script.

refs #4383

9 years agoAdd first version of the easy-evaluation script.
Ward Vandewege [Sun, 2 Nov 2014 00:41:48 +0000 (20:41 -0400)]
Add first version of the easy-evaluation script.

refs #4383

9 years agoMake run-docker-tests.sh a bit smarter about detecting common failures.
Ward Vandewege [Sat, 1 Nov 2014 19:08:28 +0000 (15:08 -0400)]
Make run-docker-tests.sh a bit smarter about detecting common failures.

No issue #

9 years agoMake sure all executables we package are executable.
Ward Vandewege [Sat, 1 Nov 2014 00:40:58 +0000 (20:40 -0400)]
Make sure all executables we package are executable.

No issue #

9 years agoUpload our docker images to the docker.io registry.
Ward Vandewege [Sat, 1 Nov 2014 00:35:30 +0000 (20:35 -0400)]
Upload our docker images to the docker.io registry.

refs #4383

9 years agoClean up *.pyc files between tests.
Ward Vandewege [Fri, 24 Oct 2014 20:06:47 +0000 (16:06 -0400)]
Clean up *.pyc files between tests.

closes #4313

9 years agoAdd services/crunchstat to test suite. refs #3826
Tom Clegg [Wed, 22 Oct 2014 15:03:40 +0000 (11:03 -0400)]
Add services/crunchstat to test suite. refs #3826

9 years agoMake run-deploy.sh a bit smarter about which compute nodes are actually
Ward Vandewege [Wed, 22 Oct 2014 13:35:49 +0000 (09:35 -0400)]
Make run-deploy.sh a bit smarter about which compute nodes are actually
up.

Note: there are still race conditions to be addressed here. Or maybe
better, we probably just shouldn't care about compute node puppet runs
not completing succesfully. Either the node will get shut down by node
manager, or a regular hourly puppet run will DTRT.

No issue #

9 years ago* exclude /usr/local/lib/python2.7/dist-packages/tests from our fpm packages
Ward Vandewege [Tue, 21 Oct 2014 13:00:59 +0000 (09:00 -0400)]
* exclude /usr/local/lib/python2.7/dist-packages/tests from our fpm packages

* exclude /usr/local/arvados/src/.git from the arvados-src package (bugfix)

No issue #

9 years agorun-build-packages: Test that fpm is callable before trying to do
Ward Vandewege [Tue, 21 Oct 2014 12:39:06 +0000 (08:39 -0400)]
run-build-packages: Test that fpm is callable before trying to do
anything.

No issue #

9 years agoBuild a few more dependency packages for node manager.
Ward Vandewege [Tue, 21 Oct 2014 12:17:38 +0000 (08:17 -0400)]
Build a few more dependency packages for node manager.

refs #3244

9 years ago4239: Build more dependencies of new google-api-python-client.
Brett Smith [Mon, 20 Oct 2014 20:50:44 +0000 (16:50 -0400)]
4239: Build more dependencies of new google-api-python-client.

Refs #4239.

9 years agoA few improvements for run-build-packages.sh:
Ward Vandewege [Fri, 17 Oct 2014 15:18:06 +0000 (11:18 -0400)]
A few improvements for run-build-packages.sh:

* fix suggestion of env variable setting
* add a few new python packages that were split off from
  google-api-python-client in version 1.3
* print package name when fpm build goes wrong

No issue #

9 years agoAdd blacklist to commit hook. no issue #
Peter Amstutz [Wed, 15 Oct 2014 18:25:34 +0000 (14:25 -0400)]
Add blacklist to commit hook.  no issue #

9 years agoMake sure to catch the merge commit when doing git log in the directory
Ward Vandewege [Wed, 15 Oct 2014 14:55:32 +0000 (10:55 -0400)]
Make sure to catch the merge commit when doing git log in the directory
that is to be packaged.

No issue #

9 years agoUpload our arvados/jobs image to the Docker Hub.
Ward Vandewege [Tue, 14 Oct 2014 17:17:18 +0000 (13:17 -0400)]
Upload our arvados/jobs image to the Docker Hub.

No issue #

9 years ago2881: Re-enable Node Manager tests.
Brett Smith [Tue, 14 Oct 2014 14:15:53 +0000 (10:15 -0400)]
2881: Re-enable Node Manager tests.

The work done in refs #4139 should make these more reliable.

9 years ago2881: Skip Node Manager tests for now.
Brett Smith [Fri, 10 Oct 2014 15:38:34 +0000 (11:38 -0400)]
2881: Skip Node Manager tests for now.

See comment for detailed rationale.  Refs #2881, #4139.

9 years ago2881: run-tests tests the Node Manager.
Brett Smith [Thu, 9 Oct 2014 14:33:45 +0000 (10:33 -0400)]
2881: run-tests tests the Node Manager.

Refs #2881.

9 years agoSwitch to human readable timestamps (YYYYMMDDhhmmss in UTC) for all our
Ward Vandewege [Thu, 9 Oct 2014 14:16:46 +0000 (10:16 -0400)]
Switch to human readable timestamps (YYYYMMDDhhmmss in UTC) for all our
debian packages.

No issue #

9 years agoImprove output when fpm call fails.
Ward Vandewege [Thu, 9 Oct 2014 14:12:39 +0000 (10:12 -0400)]
Improve output when fpm call fails.

No issue #

9 years agoMore updates for run-build-packages.sh:
Ward Vandewege [Wed, 8 Oct 2014 21:41:08 +0000 (17:41 -0400)]
More updates for run-build-packages.sh:

* more code cleanups
* create node manager package

No issue #

9 years agoMake run-build-packages.sh much more quiet by default. Also make
Ward Vandewege [Wed, 8 Oct 2014 21:22:06 +0000 (17:22 -0400)]
Make run-build-packages.sh much more quiet by default. Also make
uploading optional. Change command line argument syntax to bring it in
line with run-tests.sh.

No issue #

9 years agoAllow for run-diagnostics-suite.sh to pull the git revision to test from
Ward Vandewege [Wed, 8 Oct 2014 14:56:24 +0000 (10:56 -0400)]
Allow for run-diagnostics-suite.sh to pull the git revision to test from
a configuration file.

No issue #

9 years agoAllow specification of revision to test with diagnostics suite.
Ward Vandewege [Wed, 8 Oct 2014 03:04:52 +0000 (23:04 -0400)]
Allow specification of revision to test with diagnostics suite.

No issue #

9 years agoFix stupid bug in run-diagnostics-suite.sh - destination config file
Ward Vandewege [Wed, 8 Oct 2014 01:27:04 +0000 (21:27 -0400)]
Fix stupid bug in run-diagnostics-suite.sh - destination config file
needs to be application.yml

No issue #

9 years agoParameterize the instance to run the diagnostics suite against.
Ward Vandewege [Wed, 8 Oct 2014 00:34:07 +0000 (20:34 -0400)]
Parameterize the instance to run the diagnostics suite against.

No issue #

9 years agoMerge branch '3848-build-packages-pyversion'
Brett Smith [Sun, 5 Oct 2014 20:21:39 +0000 (16:21 -0400)]
Merge branch '3848-build-packages-pyversion'

Refs #3848.  Closes #4110.

9 years ago3848: build-packages respects egg-info versions. 3848-build-packages-pyversion
Brett Smith [Sun, 5 Oct 2014 18:34:10 +0000 (14:34 -0400)]
3848: build-packages respects egg-info versions.

Now that our setup.py files know how to introspect git and generate
build tags, build-packages can use that version number rather than
overriding it.

9 years agoRemove spurious newline
Ward Vandewege [Sun, 5 Oct 2014 14:18:26 +0000 (10:18 -0400)]
Remove spurious newline

No issue #

9 years agoAdd README, COPYING and agpl-3.0.txt.
Ward Vandewege [Sun, 5 Oct 2014 14:17:01 +0000 (10:17 -0400)]
Add README, COPYING and agpl-3.0.txt.

No issue #

9 years agoMake run-deploy.sh do a bit more work to update the rest of the staging
Ward Vandewege [Sat, 4 Oct 2014 01:29:43 +0000 (21:29 -0400)]
Make run-deploy.sh do a bit more work to update the rest of the staging
cluster.

No issue #

9 years agoDeal with Jenkins' new, tight umask in a more thorough way.
Ward Vandewege [Fri, 3 Oct 2014 00:15:35 +0000 (20:15 -0400)]
Deal with Jenkins' new, tight umask in a more thorough way.

No issue #

9 years agoMake sure our generated packages are world-readable, otherwise they
Ward Vandewege [Wed, 1 Oct 2014 21:22:51 +0000 (17:22 -0400)]
Make sure our generated packages are world-readable, otherwise they
won't be useful in the package repo.

No issue #

9 years agoAdd new run-diagnostics-suite.sh jenkins script.
Ward Vandewege [Wed, 1 Oct 2014 20:28:42 +0000 (16:28 -0400)]
Add new run-diagnostics-suite.sh jenkins script.

No issue #

9 years agoMerge branch '4038-commit-hooks-accept-fixes'
Tim Pierce [Tue, 30 Sep 2014 17:27:41 +0000 (13:27 -0400)]
Merge branch '4038-commit-hooks-accept-fixes'

Closes #4038.

9 years ago4038: add "fixes #" to acceptable merge commit messages
Tim Pierce [Tue, 30 Sep 2014 17:10:32 +0000 (13:10 -0400)]
4038: add "fixes #" to acceptable merge commit messages

9 years ago3848: Stop manually tagging Python builds.
Brett Smith [Mon, 29 Sep 2014 16:25:53 +0000 (12:25 -0400)]
3848: Stop manually tagging Python builds.

This is now done in setup.py.  Refs #3848.

9 years agoImprovements to our package building script: fill in more of the
Ward Vandewege [Sat, 27 Sep 2014 01:40:08 +0000 (21:40 -0400)]
Improvements to our package building script: fill in more of the
metadata fields on the deb packages.

No issue #

9 years agorun-tests.sh uses virtualenv's activate script.
Brett Smith [Tue, 23 Sep 2014 14:56:57 +0000 (10:56 -0400)]
run-tests.sh uses virtualenv's activate script.

The activate script takes care of additional isolation steps, like
clearing $PYTHONHOME and rehashing $PATH.  Prefer that over simply
setting $PATH ourselves.  No issue #.

9 years agoFix another -z that should have been -n. refs #3894
Tom Clegg [Tue, 23 Sep 2014 14:21:30 +0000 (10:21 -0400)]
Fix another -z that should have been -n. refs #3894

9 years agoMerge branch '3894-improve-run-tests' closes #3894
Tom Clegg [Mon, 22 Sep 2014 20:34:22 +0000 (16:34 -0400)]
Merge branch '3894-improve-run-tests' closes #3894

9 years ago3894: Add comments about CONFIGSRC in --help text. 3894-improve-run-tests
Tom Clegg [Mon, 22 Sep 2014 19:40:00 +0000 (15:40 -0400)]
3894: Add comments about CONFIGSRC in --help text.

9 years ago3894: Fix -n that should have been -z. Flatten condition.
Tom Clegg [Mon, 22 Sep 2014 19:37:03 +0000 (15:37 -0400)]
3894: Fix -n that should have been -z. Flatten condition.

9 years ago3894: Use --first-parent and readable timestamp in fuse package as
Tom Clegg [Mon, 22 Sep 2014 19:32:50 +0000 (15:32 -0400)]
3894: Use --first-parent and readable timestamp in fuse package as
well. Use "tr -dc | cut" to eliminate the horrible list of byte
positions. Fix git command to use the desired human-readable timestamp
format.