Remove repository

O01eg
Apr 18, 2022, 6:16 PM
BXD2CASXUISDTTSDCZA22AUIBNY7Q5B5YVOHOVVPPVZOQIXEWMAQC

Dependencies

Change contents

  • file deletion: bitbucket-pipelines.yml (----------)bitbucket-pipelines.yml (----------)bitbucket-pipelines.yml (-xw-x--x--)
    [3.1][2.201:235](),[2.235][3.54430:54430](),[1.0][3.230:264](),[3.264][3.54430:54430](),[1.0][3.54404:54429](),[3.54429][3.54430:54430]()
    # This is a sample build configuration for Rust.
    # Check our guides at https://confluence.atlassian.com/x/5Q4SMw for more examples.
    # Only use spaces to indent your .yml configuration.
    # -----
    # You can specify a custom docker image from Docker Hub as your build environment.
    image: rust:latest
    pipelines:
    default:
    - step:
    caches:
    - crates
    script:
    # - apt-get update
    # - apt-get install --no-install-recommends -y libsdl2-dev
    - rustc --verbose --version
    - cargo update -v
    - cargo build -v
    - cargo test -v
    - rustup component add clippy-preview
    - cargo clippy --all -v
    - step:
    name: Nightly
    image: rustlang/rust:nightly
    caches:
    - crates
    script:
    # - apt-get update
    # - apt-get install --no-install-recommends -y libsdl2-dev
    - rustup component add rustfmt-preview --toolchain nightly
    - rustc --verbose --version
    - cargo update -v
    - cargo build -v
    - cargo test -v
    - rustup component add clippy-preview --toolchain nightly
    - cargo clippy --all -v
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    - cargo fmt -- --version
    - cargo fmt --all -- --check
    ================================
    - cargo fix --edition
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    definitions:
    caches:
    crates: /usr/local/cargo/
  • replacement in Cargo.toml at line 2
    [3.68923][3.68923:68947]()
    name = "sendxmppd-rust"
    [3.68923]
    [3.68947]
    name = "sendxmppd-rs"
  • replacement in Cargo.toml at line 6
    [3.69030][3.69030:69088]()
    repository = "https://bitbucket.org/O01eg/sendxmppd-rust"
    [3.69030]
    [3.69088]
    repository = "https://nest.pijul.com/O01eg/sendxmppd-rs/"
  • replacement in Cargo.lock at line 1283
    [3.10750][3.103450:103474](),[3.103450][3.103450:103474]()
    name = "sendxmppd-rust"
    [3.10750]
    [3.103474]
    name = "sendxmppd-rs"
  • file addition: .ignore (----------)
    [3.1]
    .git
    .DS_Store
    target/