mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 17:49:15 +02:00
Fix duplicate entry in GitLab CI configuration, minor other improvements
This commit is contained in:
parent
e73f5d08b4
commit
b780236fa2
3 changed files with 5 additions and 7 deletions
|
@ -14,8 +14,10 @@ stages:
|
||||||
- release
|
- release
|
||||||
- package
|
- package
|
||||||
|
|
||||||
|
# Variable defaults
|
||||||
variables:
|
variables:
|
||||||
RUST_VERSION: stable
|
RUST_VERSION: stable
|
||||||
|
RUST_TARGET: x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
# Cache rust/cargo/build artifacts
|
# Cache rust/cargo/build artifacts
|
||||||
cache:
|
cache:
|
||||||
|
@ -37,11 +39,6 @@ before_script:
|
||||||
rustc --version
|
rustc --version
|
||||||
cargo --version
|
cargo --version
|
||||||
|
|
||||||
# Variable defaults
|
|
||||||
variables:
|
|
||||||
RUST_VERSION: stable
|
|
||||||
RUST_TARGET: x86_64-unknown-linux-gnu
|
|
||||||
|
|
||||||
# Check on stable, beta and nightly
|
# Check on stable, beta and nightly
|
||||||
.check-base: &check-base
|
.check-base: &check-base
|
||||||
stage: check
|
stage: check
|
||||||
|
@ -98,7 +95,7 @@ build-x86_64-linux-musl:
|
||||||
- rustup target add $RUST_TARGET
|
- rustup target add $RUST_TARGET
|
||||||
|
|
||||||
# Build OpenSSL statically
|
# Build OpenSSL statically
|
||||||
- apt install -y build-essential wget musl-tools
|
- apt-get install -y build-essential wget musl-tools
|
||||||
- wget https://www.openssl.org/source/openssl-1.0.2o.tar.gz
|
- wget https://www.openssl.org/source/openssl-1.0.2o.tar.gz
|
||||||
- tar xzvf openssl-1.0.2o.tar.gz
|
- tar xzvf openssl-1.0.2o.tar.gz
|
||||||
- cd openssl-1.0.2o
|
- cd openssl-1.0.2o
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.2.58"
|
||||||
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
|
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://gitlab.com/timvisee/ffsend"
|
homepage = "https://timvisee.com/projects/ffsend"
|
||||||
repository = "https://gitlab.com/timvisee/ffsend"
|
repository = "https://gitlab.com/timvisee/ffsend"
|
||||||
description = """\
|
description = """\
|
||||||
Easily and securely share files from the command line.\n\
|
Easily and securely share files from the command line.\n\
|
||||||
|
|
|
@ -779,6 +779,7 @@ This application is not affiliated with Mozilla, Firefox or Firefox Send.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Special thanks
|
## Special thanks
|
||||||
|
- to all `ffsend` source/package contributors
|
||||||
- to [Mozilla][mozilla] for building and hosting the amazing
|
- to [Mozilla][mozilla] for building and hosting the amazing
|
||||||
[Firefox Send][send] service
|
[Firefox Send][send] service
|
||||||
- to everyone involved with [asciinema][asciinema] and [svg-term][svg-term] for
|
- to everyone involved with [asciinema][asciinema] and [svg-term][svg-term] for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue