[ARVADOS] updated: 1.3.0-2070-g81725af5d
Git user
git at public.arvados.org
Wed Jan 15 15:05:01 UTC 2020
Summary of changes:
doc/Rakefile | 6 +-
doc/_config.yml | 2 +
doc/api/dispatch.html.textile.liquid | 138 +++++++++++++++++++++++++++++++++++
lib/dispatchcloud/dispatcher.go | 2 +-
4 files changed, 144 insertions(+), 4 deletions(-)
create mode 100644 doc/api/dispatch.html.textile.liquid
via 81725af5d5d2e6cd18ba7099ba5fb1fc520f4f8c (commit)
via cde69c0f423dcc977f071fe4dc7bd5d532c3ae68 (commit)
via 7865cc21ddf12ac264bcc6f8f0b31f075faf6eb5 (commit)
via a36cdcee0e155d3cd057e5c9835cc36d9f6b0452 (commit)
via 21b4ab9d1db2cddeb77908c6fe575be041d9ff6c (commit)
via 39138c85883383830cc0a93032a77b100c672e55 (commit)
via deff3d5c88bd150225b6e6d04d173f0f7417b9b6 (commit)
from 0d600c9b603b0462ff788ab1f550718f2eaa8924 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 81725af5d5d2e6cd18ba7099ba5fb1fc520f4f8c
Merge: 0d600c9b6 cde69c0f4
Author: Tom Clegg <tom at tomclegg.ca>
Date: Wed Jan 15 10:04:19 2020 -0500
Merge branch '15823-dispatchcloud-api-docs'
closes #15823
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --cc doc/Rakefile
index 82028ed0d,dca19a334..623dbd033
--- a/doc/Rakefile
+++ b/doc/Rakefile
@@@ -27,12 -21,8 +27,12 @@@ task :generate => [ :realclean, 'sdk/py
end
end
+file ["install/new_cluster_checklist_Azure.xlsx", "install/new_cluster_checklist_AWS.xlsx"] do |t|
+ cp(t, t)
+end
+
file "sdk/python/arvados/index.html" do |t|
- if File.exists? "no-sdk"
+ if ENV['NO_SDK'] || File.exists?("no-sdk")
next
end
`which epydoc`
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list