File: locked2offline.diff

package info (click to toggle)
libblkio 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,004 kB
  • sloc: ansic: 3,443; sh: 432; makefile: 34; python: 16
file content (16 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Michael Tokarev <mjt@tls.msk.ru>
Date: Thu, 02 May 2024 01:11:40 +0300
Subject: cargo: s/--locked/--offline/
Forwarded: not-needed

also add -v

diff --git a/src/cargo-build.sh b/src/cargo-build.sh
index 5c97ef3..fab42a6 100755
--- a/src/cargo-build.sh
+++ b/src/cargo-build.sh
@@ -53,3 +53,3 @@ fi
     RUSTFLAGS="$RUSTFLAGS ${rustflags[*]}" cargo build "${args[@]}" \
-        --color always --locked
+        --color always --offline -v
 )