Show More
@@ -2634,7 +2634,6 b' class Repository(Base, BaseModel):' | |||||
2634 |
|
2634 | |||
2635 | previous_state_uid, instance = cache_func(*args) |
|
2635 | previous_state_uid, instance = cache_func(*args) | |
2636 |
|
2636 | |||
2637 | if instance: |
|
|||
2638 | # now compare keys, the "cache" state vs expected state. |
|
2637 | # now compare keys, the "cache" state vs expected state. | |
2639 | if previous_state_uid != cache_state_uid: |
|
2638 | if previous_state_uid != cache_state_uid: | |
2640 | log.warning('Cached state uid %s is different than current state uid %s', |
|
2639 | log.warning('Cached state uid %s is different than current state uid %s', | |
@@ -2652,6 +2651,7 b' class Repository(Base, BaseModel):' | |||||
2652 | 'cache': cache, # controls the vcs.remote cache |
|
2651 | 'cache': cache, # controls the vcs.remote cache | |
2653 | 'repo_state_uid': repo_state_uid |
|
2652 | 'repo_state_uid': repo_state_uid | |
2654 | } |
|
2653 | } | |
|
2654 | ||||
2655 | repo = get_vcs_instance( |
|
2655 | repo = get_vcs_instance( | |
2656 | repo_path=safe_str(self.repo_full_path), |
|
2656 | repo_path=safe_str(self.repo_full_path), | |
2657 | config=config, |
|
2657 | config=config, |
General Comments 0
You need to be logged in to leave comments.
Login now