jolt 0.9.414__tar.gz → 0.9.415__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jolt-0.9.414 → jolt-0.9.415}/PKG-INFO +1 -1
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/git.py +9 -3
- jolt-0.9.415/jolt/version.py +1 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt.egg-info/PKG-INFO +1 -1
- jolt-0.9.414/jolt/version.py +0 -1
- {jolt-0.9.414 → jolt-0.9.415}/README.rst +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/__init__.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/__main__.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/bin/fstree-darwin-x86_64 +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/bin/fstree-linux-x86_64 +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/cache.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/chroot.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/cli.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/colors.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/common_pb2.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/common_pb2_grpc.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/config.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/error.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/expires.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/filesystem.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/graph.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/hooks.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/influence.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/inspection.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/loader.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/log.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/manifest.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/options.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/pkgs/__init__.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/pkgs/golang.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/pkgs/nodejs.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/__init__.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/alias.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/allure.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/autoweight.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/cache.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/cmake.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/conan.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/cxx.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/cxxinfo.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/dashboard.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/docker.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/email.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/email.xslt +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/environ.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/gdb.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/gerrit.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/golang.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/googletest.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/http.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/junit.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/linux.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/logstash.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/ninja-compdb.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/ninja.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/nodejs.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/paths.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/podman.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/python.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/__init__.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/administration_pb2.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/administration_pb2_grpc.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/log_pb2.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/log_pb2_grpc.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/scheduler_pb2.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/scheduler_pb2_grpc.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/worker_pb2.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/remote_execution/worker_pb2_grpc.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/report.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/scheduler.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/selfdeploy.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/strings.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/symlinks.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/telemetry.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/timeline.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/volume.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/yaml-ninja.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/plugins/yamltask.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/scheduler.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/tasks.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/templates/cxxexecutable.cmake.template +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/templates/cxxlibrary.cmake.template +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/templates/export.sh.template +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/templates/timeline.html.template +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/timer.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/tools.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/utils.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/version_utils.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt/xmldom.py +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt.egg-info/SOURCES.txt +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt.egg-info/dependency_links.txt +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt.egg-info/entry_points.txt +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt.egg-info/requires.txt +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/jolt.egg-info/top_level.txt +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/setup.cfg +0 -0
- {jolt-0.9.414 → jolt-0.9.415}/setup.py +0 -0
|
@@ -114,10 +114,13 @@ class GitRepository(object):
|
|
|
114
114
|
self._fetch_origin()
|
|
115
115
|
self.tools.run("git checkout -f FETCH_HEAD", output_on_error=True)
|
|
116
116
|
else:
|
|
117
|
+
# Get configurable extra clone options
|
|
118
|
+
extra_clone_options = config.get("git", "clone_options", "")
|
|
119
|
+
|
|
117
120
|
if refpath and os.path.isdir(refpath):
|
|
118
|
-
self.tools.run("git clone --reference-if-able {0} {1} {2}", refpath, self.url, self.path, output_on_error=True)
|
|
121
|
+
self.tools.run("git clone --reference-if-able {0} {1} {2} {3}", refpath, extra_clone_options, self.url, self.path, output_on_error=True)
|
|
119
122
|
else:
|
|
120
|
-
self.tools.run("git clone
|
|
123
|
+
self.tools.run("git clone {0} {1} {2}", extra_clone_options, self.url, self.path, output_on_error=True)
|
|
121
124
|
|
|
122
125
|
self._init_repo()
|
|
123
126
|
raise_error_if(
|
|
@@ -126,8 +129,11 @@ class GitRepository(object):
|
|
|
126
129
|
|
|
127
130
|
@utils.retried.on_exception(JoltCommandError, pattern="Command failed: git fetch", count=6, backoff=[2, 5, 10, 15, 20, 30])
|
|
128
131
|
def _fetch_origin(self):
|
|
132
|
+
# Get configurable extra clone options
|
|
133
|
+
extra_fetch_options = config.get("git", "fetch_options", "")
|
|
134
|
+
|
|
129
135
|
with self.tools.cwd(self.path):
|
|
130
|
-
self.tools.run("git fetch origin", output_on_error=True)
|
|
136
|
+
self.tools.run("git fetch {0} origin", extra_fetch_options, output_on_error=True)
|
|
131
137
|
|
|
132
138
|
@utils.cached.instance
|
|
133
139
|
def diff_unchecked(self):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.9.415"
|
jolt-0.9.414/jolt/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.9.414"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|