arvados-dev.git
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.

9 years ago3894: Use readable timestamp (yyyymmddhhmmss) for python package
Tom Clegg [Mon, 22 Sep 2014 15:07:13 +0000 (11:07 -0400)]
3894: Use readable timestamp (yyyymmddhhmmss) for python package
version, and use first-parent to ensure each merge to master results
in a higher version number.

9 years ago3894: Remove bundle install stage from sdk/cli.
Tom Clegg [Mon, 22 Sep 2014 15:05:39 +0000 (11:05 -0400)]
3894: Remove bundle install stage from sdk/cli.

9 years ago3894: Move report_outcomes to a function.
Tom Clegg [Mon, 22 Sep 2014 15:04:08 +0000 (11:04 -0400)]
3894: Move report_outcomes to a function.

9 years ago3894: Use $GEMHOME tmpdir instead of user's $HOME for userspace gem installs.
Tom Clegg [Sat, 20 Sep 2014 03:39:11 +0000 (23:39 -0400)]
3894: Use $GEMHOME tmpdir instead of user's $HOME for userspace gem installs.

9 years ago3894: Add --help message.
Tom Clegg [Sat, 20 Sep 2014 03:35:30 +0000 (23:35 -0400)]
3894: Add --help message.

9 years agoMake regexp to match fpm's output slightly more robust.
Ward Vandewege [Fri, 19 Sep 2014 20:46:10 +0000 (16:46 -0400)]
Make regexp to match fpm's output slightly more robust.

no issue #

9 years agoSwitch from PRM to freight for publishing our packages. It's way, way
Ward Vandewege [Fri, 19 Sep 2014 20:23:16 +0000 (16:23 -0400)]
Switch from PRM to freight for publishing our packages. It's way, way
faster.

no issue #

9 years agoCopy only the debs that were generated to the remote server.
Ward Vandewege [Fri, 19 Sep 2014 16:05:41 +0000 (12:05 -0400)]
Copy only the debs that were generated to the remote server.

No issue #

9 years ago3894: Fix sequence: do all installs, then all tests.
Tom Clegg [Fri, 19 Sep 2014 14:57:20 +0000 (10:57 -0400)]
3894: Fix sequence: do all installs, then all tests.

9 years ago3894: Use gem install --user-install to avoid sudo/rvm requirement
Tom Clegg [Fri, 19 Sep 2014 14:56:27 +0000 (10:56 -0400)]
3894: Use gem install --user-install to avoid sudo/rvm requirement

9 years ago3894: Scrub PYTHONPATH
Tom Clegg [Fri, 19 Sep 2014 14:54:11 +0000 (10:54 -0400)]
3894: Scrub PYTHONPATH

9 years ago3894: Use mktemp instead of $WORKSPACE/tmpgit for test repo
Tom Clegg [Fri, 19 Sep 2014 14:26:53 +0000 (10:26 -0400)]
3894: Use mktemp instead of $WORKSPACE/tmpgit for test repo

9 years ago3894: Fix backward empty/nonempty logic.
Tom Clegg [Thu, 18 Sep 2014 21:00:58 +0000 (17:00 -0400)]
3894: Fix backward empty/nonempty logic.

9 years ago3894: Do not create and abandon new temp dirs if caller has already
Tom Clegg [Thu, 18 Sep 2014 17:35:06 +0000 (13:35 -0400)]
3894: Do not create and abandon new temp dirs if caller has already
provided existing ones. Never delete temp dirs supplied by caller even
if the caller (like the help text) forgets to specify --leave-temp.

9 years ago3894: Accept WORKSPACE=foo on command line. Copy config from CONFIGSRC
Tom Clegg [Thu, 18 Sep 2014 17:14:50 +0000 (13:14 -0400)]
3894: Accept WORKSPACE=foo on command line. Copy config from CONFIGSRC
instead of hard-coded location. Skip this if they don't exist in the
previously hard-coded location and CONFIGSRC is not given.

9 years agoUndo two hunks that I accidentally committed in 565c31196f3ccd4346c8a1ac1e19b1deda22eea6.
Ward Vandewege [Wed, 17 Sep 2014 03:14:56 +0000 (23:14 -0400)]
Undo two hunks that I accidentally committed in 565c31196f3ccd4346c8a1ac1e19b1deda22eea6.

no issue #

9 years agoAdd some robustness in the postgresql department.
Ward Vandewege [Wed, 17 Sep 2014 01:42:47 +0000 (21:42 -0400)]
Add some robustness in the postgresql department.

no issue #

9 years agoOnly install the latest gem (i.e. the one we just built).
Ward Vandewege [Tue, 16 Sep 2014 21:01:29 +0000 (17:01 -0400)]
Only install the latest gem (i.e. the one we just built).

No issue #

9 years agoAlso build our java-bwa-samtools docker image.
Ward Vandewege [Tue, 16 Sep 2014 20:52:01 +0000 (16:52 -0400)]
Also build our java-bwa-samtools docker image.

no issue #

9 years agoFixes for the deploy stage of the build pipeline: actually upgrade our
Ward Vandewege [Fri, 12 Sep 2014 20:33:14 +0000 (16:33 -0400)]
Fixes for the deploy stage of the build pipeline: actually upgrade our
debian packages and gems.

no issue #

9 years agoSave a bit of time: do not install RI and RDoc for the gems we install
Ward Vandewege [Sat, 6 Sep 2014 04:06:15 +0000 (00:06 -0400)]
Save a bit of time: do not install RI and RDoc for the gems we install
during testing.

no issue #

9 years agoInstall & test Ruby SDK, then use that version for other tests.
Brett Smith [Thu, 4 Sep 2014 20:13:31 +0000 (16:13 -0400)]
Install & test Ruby SDK, then use that version for other tests.

This commit gives our Ruby SDK the same treatment as other parts of
our build process: we build and install it early, then test it.  We
use that built version to run other tests, to make sure all the
components are synced up throughout the run.

This required turning off `bundle install --deployment`, because
Bundler will not use locally installed Gems in that mode.  This does
make our build process a little less like what we use in production,
but the benefits of consistent testing and tightening the build
loop (you can update a Gem and dependent Gemfiles in one push) seem
worth that cost.

Refs #3720.

9 years agoFix environment variable setting on command line. no issue #
Peter Amstutz [Thu, 4 Sep 2014 21:11:09 +0000 (17:11 -0400)]
Fix environment variable setting on command line.  no issue #

9 years agoFix $leave_temp in clear_temp() no issue #
Peter Amstutz [Thu, 28 Aug 2014 19:21:31 +0000 (15:21 -0400)]
Fix $leave_temp in clear_temp() no issue #

9 years agoEnhanced run-tests.sh command line supporting choosing specific Python and Ruby
Peter Amstutz [Tue, 26 Aug 2014 14:43:06 +0000 (10:43 -0400)]
Enhanced run-tests.sh command line supporting choosing specific Python and Ruby
tests, and re-using temp directories. no issue #

9 years agoDeclare empty variables up top to avoid bash parsing errors. no issue #
Peter Amstutz [Thu, 21 Aug 2014 16:00:09 +0000 (12:00 -0400)]
Declare empty variables up top to avoid bash parsing errors.  no issue #

9 years agoPermit setting environment variables on command line. Added workbench_test,
Peter Amstutz [Thu, 21 Aug 2014 14:21:39 +0000 (10:21 -0400)]
Permit setting environment variables on command line.  Added workbench_test,
apiserver_test and cli_test variables to provide parameters to the respective
rake tests.  no issue #

9 years agoUnset ARVADOS_ variable from the environment before running tests. no issue #
Peter Amstutz [Wed, 20 Aug 2014 19:21:06 +0000 (15:21 -0400)]
Unset ARVADOS_ variable from the environment before running tests.  no issue #

9 years agoFix failure detection for python tests. No issue #
Tom Clegg [Tue, 19 Aug 2014 20:26:32 +0000 (16:26 -0400)]
Fix failure detection for python tests. No issue #

9 years agoInstall py test deps even if py tests fail. Make docs skippable. No issue #
Tom Clegg [Tue, 19 Aug 2014 19:04:56 +0000 (15:04 -0400)]
Install py test deps even if py tests fail. Make docs skippable. No issue #

9 years agoMerge branch 'skip-args'
Ward Vandewege [Tue, 19 Aug 2014 14:22:58 +0000 (10:22 -0400)]
Merge branch 'skip-args'

no issue #

9 years agoFix swapped install/test sections for fuse. skip-args
Tom Clegg [Mon, 18 Aug 2014 18:37:45 +0000 (14:37 -0400)]
Fix swapped install/test sections for fuse.

9 years agoDisplay elapsed time for each test/install.
Tom Clegg [Mon, 18 Aug 2014 14:48:19 +0000 (10:48 -0400)]
Display elapsed time for each test/install.

9 years agoAdd missing "install fuse" and "test workbench".
Tom Clegg [Mon, 18 Aug 2014 14:48:00 +0000 (10:48 -0400)]
Add missing "install fuse" and "test workbench".

9 years agoCleanup, add some error checks, add --skip and --only args.
Tom Clegg [Sat, 16 Aug 2014 06:00:23 +0000 (02:00 -0400)]
Cleanup, add some error checks, add --skip and --only args.

9 years agoRemove duplicated cleanup commands; the realclean target takes care of
Ward Vandewege [Fri, 15 Aug 2014 23:34:44 +0000 (19:34 -0400)]
Remove duplicated cleanup commands; the realclean target takes care of
that now.

no issue #

9 years agokeep is now called keepstore
Ward Vandewege [Fri, 15 Aug 2014 13:23:54 +0000 (09:23 -0400)]
keep is now called keepstore

refs #3551

9 years agoMerge branch '3551-go-layout'
Ward Vandewege [Fri, 15 Aug 2014 12:51:33 +0000 (08:51 -0400)]
Merge branch '3551-go-layout'

refs #3551

9 years ago3551: Install Python and Go bits, force installation of Python test dependencies... 3551-go-layout
Tom Clegg [Thu, 14 Aug 2014 22:46:37 +0000 (18:46 -0400)]
3551: Install Python and Go bits, force installation of Python test dependencies, *then* run tests.

9 years ago3551: Fix dependency cycle: Install Python SDK, then install+test Go stuff, then...
Tom Clegg [Thu, 14 Aug 2014 21:18:33 +0000 (17:18 -0400)]
3551: Fix dependency cycle: Install Python SDK, then install+test Go stuff, then test Python SDK.

9 years ago3551: Test and install keepstore before Python SDK.
Tom Clegg [Thu, 14 Aug 2014 20:30:56 +0000 (16:30 -0400)]
3551: Test and install keepstore before Python SDK.

9 years ago3551: Clean up temp dir.
Tom Clegg [Thu, 14 Aug 2014 20:30:13 +0000 (16:30 -0400)]
3551: Clean up temp dir.

9 years agoMerge branch '3551-go-layout'
Ward Vandewege [Thu, 14 Aug 2014 20:00:28 +0000 (16:00 -0400)]
Merge branch '3551-go-layout'

refs #3551

9 years ago3551: Use mktemp for GOPATH. Update run-build-packages.sh with new Go recipes.
Tom Clegg [Thu, 14 Aug 2014 19:45:27 +0000 (15:45 -0400)]
3551: Use mktemp for GOPATH. Update run-build-packages.sh with new Go recipes.

9 years agoMerge branch '3551-go-layout'
Ward Vandewege [Thu, 14 Aug 2014 19:29:36 +0000 (15:29 -0400)]
Merge branch '3551-go-layout'

refs #3551

9 years agoMerge branch 'master' into 3551-go-layout
Ward Vandewege [Thu, 14 Aug 2014 19:25:04 +0000 (15:25 -0400)]
Merge branch 'master' into 3551-go-layout

9 years agoMake use of the realclean build.sh feature to build the docker images.
Ward Vandewege [Thu, 14 Aug 2014 19:24:09 +0000 (15:24 -0400)]
Make use of the realclean build.sh feature to build the docker images.

no issue #

9 years ago3551: Dry up pass/fail checks with a checkexit() function.
Tom Clegg [Thu, 14 Aug 2014 19:21:17 +0000 (15:21 -0400)]
3551: Dry up pass/fail checks with a checkexit() function.

9 years agoUpdate Go tests to new layout, rename keepstore, add missing tests for keepproxy...
Tom Clegg [Thu, 14 Aug 2014 17:13:18 +0000 (13:13 -0400)]
Update Go tests to new layout, rename keepstore, add missing tests for keepproxy and Go SDK libraries. refs #3551

9 years agoPython egg build fix for the sdist rotate command
Ward Vandewege [Fri, 18 Jul 2014 14:05:35 +0000 (10:05 -0400)]
Python egg build fix for the sdist rotate command

Refs #3252

9 years agoUpdate Python package test procedure.
Brett Smith [Fri, 18 Jul 2014 13:27:54 +0000 (09:27 -0400)]
Update Python package test procedure.

Refs #3252 simplifies the way we express Python package dependencies.
This lets us invoke tests directly from setup.py, so do that.

9 years agoMake sure to bring the arvados debian packages up to the latest version
Ward Vandewege [Mon, 7 Jul 2014 19:11:37 +0000 (15:11 -0400)]
Make sure to bring the arvados debian packages up to the latest version
when deploying via jenkins.

no issue #

10 years agoMake sure to exit with $EXITCODE
Ward Vandewege [Tue, 1 Jul 2014 19:38:00 +0000 (15:38 -0400)]
Make sure to exit with $EXITCODE

no issue #

10 years agoAdd docker test script.
Ward Vandewege [Tue, 1 Jul 2014 15:41:17 +0000 (11:41 -0400)]
Add docker test script.

no issue #

10 years agoMake sure the arvados-src package actually contains the latest source. Duh.
Ward Vandewege [Mon, 30 Jun 2014 17:35:51 +0000 (13:35 -0400)]
Make sure the arvados-src package actually contains the latest source. Duh.

no issue #

10 years agoRemove superfluous directory from arvados-src path.
Ward Vandewege [Fri, 13 Jun 2014 15:16:38 +0000 (11:16 -0400)]
Remove superfluous directory from arvados-src path.

No issue #

10 years agoBuild a new arvados-src package.
Ward Vandewege [Fri, 13 Jun 2014 14:49:46 +0000 (10:49 -0400)]
Build a new arvados-src package.

No issue #

10 years agoMerge branch 'new-git-hooks'
Ward Vandewege [Thu, 5 Jun 2014 18:27:34 +0000 (14:27 -0400)]
Merge branch 'new-git-hooks'

no issue #