You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
0.2.6 / 2015-02-21
2
+
3
+
* "liveeval" command now returns 1 if runtime status is red
4
+
* Better error logging: error message from API is now displayed
5
+
* Autoupdate command is now split into `run` and `apply`. The command `gemnasium autoupdate` is now `gemnasium autoupdate run`. `apply` will fetch the best set of dependencies from gemnasium (after `run` returned a success).
Copy file name to clipboardExpand all lines: autoupdate/auto_update.go
+76-15Lines changed: 76 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,59 @@ type UpdateSetResult struct {
54
54
55
55
varErrProjectRevisionEmptyerror=fmt.Errorf("The current revision (%s) is unknown on Gemnasium, please push your dependency files before running autoupdate.\nSee `gemnasium df help push`.\n", utils.GetCurrentRevision())
56
56
57
+
// Apply the best dependency files that have been found so far
Copy file name to clipboardExpand all lines: debian/changelog
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
gemnasium-toolbelt (0.2.6-1) stable; urgency=low
2
+
3
+
* Added go 1.4.1 to test matrix
4
+
* "liveeval" command now returns 1 if runtime status is red
5
+
* Better error logging: error message from API is now displayed
6
+
* Autoupdate command is now split into `run` and `apply`. The command `gemnasium autoupdate` is now `gemnasium autoupdate run`. `apply` will fetch the best set of dependencies from gemnasium (after `run` returned a success).
0 commit comments