batchfetch 1.2.4__tar.gz → 1.2.5__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.
- {batchfetch-1.2.4 → batchfetch-1.2.5}/PKG-INFO +1 -1
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch/batchfetch_git.py +2 -2
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch.egg-info/PKG-INFO +1 -1
- {batchfetch-1.2.4 → batchfetch-1.2.5}/setup.py +1 -1
- {batchfetch-1.2.4 → batchfetch-1.2.5}/LICENSE +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/README.md +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch/__init__.py +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch/batchfetch_base.py +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch/batchfetch_cli.py +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch/helpers.py +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch.egg-info/SOURCES.txt +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch.egg-info/dependency_links.txt +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch.egg-info/entry_points.txt +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch.egg-info/requires.txt +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/batchfetch.egg-info/top_level.txt +0 -0
- {batchfetch-1.2.4 → batchfetch-1.2.5}/setup.cfg +0 -0
|
@@ -149,8 +149,8 @@ class BatchFetchGit(TaskBatchFetch):
|
|
|
149
149
|
if git_fetch_done:
|
|
150
150
|
git_merge_done = self._git_merge()
|
|
151
151
|
|
|
152
|
-
if (git_fetch_done and git_merge_done) or git_branch_changed:
|
|
153
|
-
|
|
152
|
+
# if (git_fetch_done and git_merge_done) or git_branch_changed:
|
|
153
|
+
# self._repo_update_submodules()
|
|
154
154
|
|
|
155
155
|
if self.get_changed():
|
|
156
156
|
self._run_post_exec(cwd=self.git_local_dir)
|
|
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
|