Closed miha-plesko closed 6 years ago
Merge conflict resolved, hoping for green.
Strange error, I kicked Travis again to see if she just got confused somehow...
Kicked again. Only go: tip
is failing and there are two dozens of commits on go master since last run, hopefully the issue is resolved.
@gberginc green. After another kick, Travis returned much better message on the tip
container telling us that we had fmt.Errorf()
with more arguments than format expects. In fact, Capstan didn't even want to compile anymore for that reason - seems like Go master branch had a bad day, but eventually recovered 😄
@gberginc can we merge this one, then we release?
With this command user is now able to update all her local packages with those on the S3 repository. Usage is following:
Capstan checks if there is higher version on S3 repository for each package in user's local repository and pulls such packages. By default all local packages are updated, but "search" argument can be passed to update only packages with specific name. Also, by default only package version is compared to that of S3, but also Create field can be used by setting --created flag:
The command above will update any package containing "spark" in its name if a more recent version is found (i.e. with higher version or more recent Created time).
Fixes https://github.com/mikelangelo-project/capstan/issues/47