jolt 0.9.415__py3-none-any.whl → 0.9.419__py3-none-any.whl
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/plugins/git.py +5 -1
- jolt/version.py +1 -1
- {jolt-0.9.415.dist-info → jolt-0.9.419.dist-info}/METADATA +1 -1
- {jolt-0.9.415.dist-info → jolt-0.9.419.dist-info}/RECORD +7 -7
- {jolt-0.9.415.dist-info → jolt-0.9.419.dist-info}/WHEEL +0 -0
- {jolt-0.9.415.dist-info → jolt-0.9.419.dist-info}/entry_points.txt +0 -0
- {jolt-0.9.415.dist-info → jolt-0.9.419.dist-info}/top_level.txt +0 -0
jolt/plugins/git.py
CHANGED
|
@@ -263,11 +263,15 @@ class GitRepository(object):
|
|
|
263
263
|
if commit and not self.is_valid_sha(commit):
|
|
264
264
|
commit = None
|
|
265
265
|
|
|
266
|
+
# Get configurable extra clone options
|
|
267
|
+
extra_fetch_options = config.get("git", "fetch_options", "")
|
|
268
|
+
|
|
266
269
|
refspec = " ".join(self.default_refspecs + self.refspecs)
|
|
267
270
|
with self.tools.cwd(self.path):
|
|
268
271
|
log.info("Fetching {0} from {1}", commit or refspec or 'commits', self.url)
|
|
269
272
|
self.tools.run(
|
|
270
|
-
"git fetch --force --prune {url} {what}",
|
|
273
|
+
"git fetch --force --prune {extra_fetch_options} {url} {what}",
|
|
274
|
+
extra_fetch_options=extra_fetch_options,
|
|
271
275
|
url=self.url,
|
|
272
276
|
what=commit or refspec or '',
|
|
273
277
|
output_on_error=True)
|
jolt/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.9.
|
|
1
|
+
__version__ = "0.9.419"
|
|
@@ -23,7 +23,7 @@ jolt/tasks.py,sha256=45UcZYaXV2-KQZHTsA4_TCiY1G8Bvpf6M7K2_R6ELJo,115963
|
|
|
23
23
|
jolt/timer.py,sha256=PE-7vmsqZpF73e_cKSsrhd36-A7fJ9_XGYI_oBWJn5w,644
|
|
24
24
|
jolt/tools.py,sha256=A9mbyZkp4NH9Xkroz5KKhsvn8jIqnvnogVaI4VbgM20,80171
|
|
25
25
|
jolt/utils.py,sha256=bbp5mMhQRdq7sHDAxaqVVgD4QGGWXcwMCyIgG8LvyoA,19133
|
|
26
|
-
jolt/version.py,sha256=
|
|
26
|
+
jolt/version.py,sha256=hWcffj_uk0uRltoCYk6Gmt_SACK5Y35v1h56MK_cr4c,24
|
|
27
27
|
jolt/version_utils.py,sha256=tNCGT6ZmSGFHW1aw2Hx1l19m-RR1UnTN6xJV1I54KRw,3900
|
|
28
28
|
jolt/xmldom.py,sha256=SbygiDUMYczzWGxXa60ZguWS6Nztg8gDAirdbtjT15I,5982
|
|
29
29
|
jolt/bin/fstree-darwin-x86_64,sha256=i4Ppbdr7CxsEhJzWpy3GMB5Gn5ikmskh41MyUwQS3-o,29549000
|
|
@@ -47,7 +47,7 @@ jolt/plugins/email.xslt,sha256=3vrrfnG-KH_cfJq6RDOXHKQxKd-6s28qy4znapGaciM,8513
|
|
|
47
47
|
jolt/plugins/environ.py,sha256=k382rvEKWj-nlibJcCUWcYtYheU8p9df9ZY0DAAkjDE,3561
|
|
48
48
|
jolt/plugins/gdb.py,sha256=gg-H_IQvRRPDZpk-djdIU7j3PO8CDINCSxWOemD2fA8,6288
|
|
49
49
|
jolt/plugins/gerrit.py,sha256=tc8NeIDAg3mZJINU5aZg1fs3YsaVxM_MvkHa149aAIs,768
|
|
50
|
-
jolt/plugins/git.py,sha256=
|
|
50
|
+
jolt/plugins/git.py,sha256=1qhv3lR_I291Wt0A6sF5c8kV1kvYoXiQSQAhMQWhkcw,22083
|
|
51
51
|
jolt/plugins/golang.py,sha256=vV4iRoJpWkyfrBa96s6jgU8Sz8GnGl-lzG_FSj5epzQ,2049
|
|
52
52
|
jolt/plugins/googletest.py,sha256=9aV_T21JY84YgeSiaV4ppZhVs1XFt19m3pPrJW2iGfI,18708
|
|
53
53
|
jolt/plugins/http.py,sha256=HwuABHR2tuWm_jBdQpCO3AMkjFdwOzUfEi26X-2v_y8,3816
|
|
@@ -85,8 +85,8 @@ jolt/templates/cxxexecutable.cmake.template,sha256=f0dg1VOFlamlF8fuHFTki5dsJ2ssS
|
|
|
85
85
|
jolt/templates/cxxlibrary.cmake.template,sha256=GMEG2G3QoY3E5fsNer52zOqgM221-abeCkV__mVbZ94,1750
|
|
86
86
|
jolt/templates/export.sh.template,sha256=PKkflGXFbq70EIsowqcnLvzbnEDnqh_WgC4E_JNT0VE,1937
|
|
87
87
|
jolt/templates/timeline.html.template,sha256=xdqvFBmhE8XRQaWgcIFBVbd__9HdRq6O-U0o276PyjU,1222
|
|
88
|
-
jolt-0.9.
|
|
89
|
-
jolt-0.9.
|
|
90
|
-
jolt-0.9.
|
|
91
|
-
jolt-0.9.
|
|
92
|
-
jolt-0.9.
|
|
88
|
+
jolt-0.9.419.dist-info/METADATA,sha256=9VuUknfl9EH_ovwxLnQxymPvyMG5-ngro1dKBqGQLhU,6691
|
|
89
|
+
jolt-0.9.419.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
90
|
+
jolt-0.9.419.dist-info/entry_points.txt,sha256=VZ-QH38Z9HJc1O57wfzr-soHn6exwc3N0TSrRum4tYg,44
|
|
91
|
+
jolt-0.9.419.dist-info/top_level.txt,sha256=HwzVmAwUrvCUUHRi3zUfcpdKTsdNrZmPCvsrsWSFyqE,5
|
|
92
|
+
jolt-0.9.419.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|