Add debian packaging
This commit is contained in:
parent
ce0f2984c6
commit
7879114476
8 changed files with 63 additions and 2 deletions
3
justfile
3
justfile
|
|
@ -41,7 +41,7 @@ check-json: (check '--message-format=json')
|
|||
|
||||
# Run with debug logs
|
||||
run *args:
|
||||
env RUST_LOG=debug RUST_BACKTRACE=1 cargo run --release {{args}}
|
||||
env RUST_LOG=debug RUST_BACKTRACE=full cargo run --release {{args}}
|
||||
|
||||
# Installs files
|
||||
install:
|
||||
|
|
@ -62,6 +62,5 @@ vendor:
|
|||
|
||||
# Extracts vendored dependencies
|
||||
vendor-extract:
|
||||
#!/usr/bin/env sh
|
||||
rm -rf vendor
|
||||
tar pxf vendor.tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue