| { | ||
| "git": { | ||
| "sha1": "3dcf8e78b31fd47617027dec063d67043dcea30e" | ||
| "sha1": "467f294ed1a3753c6cd1288680030d5622d947d2" | ||
| }, | ||
| "path_in_vcs": "cli" | ||
| } |
+1
-1
@@ -565,3 +565,3 @@ # This file is automatically @generated by Cargo. | ||
| name = "lfsx" | ||
| version = "1.6.0" | ||
| version = "1.6.1" | ||
| dependencies = [ | ||
@@ -568,0 +568,0 @@ "anyhow", |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "lfsx" | ||
| version = "1.6.0" | ||
| version = "1.6.1" | ||
| authors = ["FerrLabs"] | ||
@@ -19,0 +19,0 @@ build = false |
+1
-1
| { | ||
| "name": "@ferrlabs/lfsx", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "description": "Command line companion for the LFSX Git LFS server", | ||
@@ -5,0 +5,0 @@ "type": "module", |
| { | ||
| "name": "@ferrlabs/lfsx-darwin-arm64", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "description": "lfsx macOS arm64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
| { | ||
| "name": "@ferrlabs/lfsx-darwin-x64", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "description": "lfsx macOS x64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
| { | ||
| "name": "@ferrlabs/lfsx-linux-arm64", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "description": "lfsx Linux arm64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
| { | ||
| "name": "@ferrlabs/lfsx-linux-x64", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "description": "lfsx Linux x64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
| { | ||
| "name": "@ferrlabs/lfsx-win32-x64", | ||
| "version": "1.6.0", | ||
| "version": "1.6.1", | ||
| "description": "lfsx Windows x64 binary", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
+5
-0
@@ -25,2 +25,7 @@ use std::process::Command; | ||
| let status = response.status(); | ||
| if status.as_u16() == 403 && !dry_run { | ||
| bail!( | ||
| "the server answered 403: collecting for real needs the level the forge treats as administrative (admin on GitHub and Gitea, Maintainer or Owner on GitLab). --dry-run shows what collection would free and works with push rights" | ||
| ); | ||
| } | ||
| if !status.is_success() { | ||
@@ -27,0 +32,0 @@ bail!("the server answered {status}"); |
Sorry, the diff of this file is not supported yet