mfoemmel / fig

Fig is a utility for configuring environments and managing dependencies across a team of developers.
Other
81 stars 13 forks source link

`fig --update` blows away packages published using --publish-local #68

Closed dchelimsky closed 10 years ago

dchelimsky commented 12 years ago
~/src/project-1$ fig --publish-local project-1/1.1.26
Publishing project-1/1.1.26.
~/src/project-1$ ls ~/.fighome/repos/project-1/
1.1.24  1.1.25  1.1.26
~/src/project-1$ cd ../consuming-project/
~/src/consuming-project$ fig --update
Package project-1/1.1.26 not found in remote repository. (Was looking for FIG_REMOTE_URL/repos/project-1/1.1.26/.fig.)
~/src/project-1$ ls ~/.fighome/repos/project-1/
1.1.24  1.1.25
clonezone commented 12 years ago

Fixed in 17bd4f888bd0f545e4e46e74a3b5b1fc7b2cab69, though there's a stupid typo in the test that's fixed in 711fee06200f368bdef205d4e47c95253843f052.