Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.7.16
-
Fix Version/s: 0.8.2
-
Component/s: None
-
Labels:None
Description
The git provider only runs "git fetch --tags", however git fetch --tags does not update branch heads. It should be also running "git fetch". Alternatively, I believe you could also run "git remote update" but I'm not 100% sure that is the same so I'll patch git.rb provider to do a git fetch before git fetch --tags.
Activity
Kris Rasmussen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Kris Rasmussen
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Kris Rasmussen
made changes -
| Assignee | Kris Rasmussen [ kris ] | Adam Jacob [ adam ] |
Adam Jacob
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Bryan McLellan [Opscode]
made changes -
| Component/s | Providers [ 10005 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | jira [ 11397 ] | New OSS [ 19053 ] |
Bryan McLellan [Opscode]
made changes -
| Workflow | New OSS [ 19053 ] | OSS: Product Management [ 26961 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
7m 16s | 1 | Kris Rasmussen | 09/Feb/10 9:59 PM | |||||
|
5m 24s | 1 | Kris Rasmussen | 09/Feb/10 10:04 PM | |||||
|
2d 40m | 1 | Adam Jacob | 11/Feb/10 10:45 PM |
We are running tests to ensure this works now.